nextcloud/apps/journal
Michael Gapczynski 30b58f5677 Merge branch 'master' into share_api
Conflicts:
	apps/calendar/js/loader.js
	apps/contacts/index.php
	apps/contacts/js/loader.js
	apps/files/js/files.js
	apps/files_sharing/sharedstorage.php
	lib/filesystemview.php
2012-07-25 17:08:18 -04:00
..
ajax Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
appinfo Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
css Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
img Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
js Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
lib Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
templates Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
.gitignore Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
COPYING-AGPL Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
COPYING-README Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
Changelog Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
README.md Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
TODO Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
index.php Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
settings.php Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00

README.md

Journal/Notes app for ownCloud

Features

  • Saves notes/journal entries as VJOURNAL records in the ownCloud Calendar.

  • Integrates with ownClouds search backend.

  • Sort entries by date/time ascending/descending or summary ascending/descending.

  • Plain text or rich text editing (rich text editing is still buggy and immature).

  • Syncs with KDEPIMs Journal part.

  • Completed tasks from the Task app can be automatically added as journal entries.

  • Stores entry data as json objects in each element for quich access and to minimize ajax calls.

To install this app you will first have to install the TAL Page Templates for ownCloud app.

Installation from git

  1. Go to your ownCloud apps dir and clone the repo there:

      cd owncloud/apps
      git clone git://github.com/tanghus/journal.git
  2. From your browser go to the ownCloud apps page (/settings/apps.php) and enable the Journal app.

  3. After a page refresh you should see the Journal app in the main menu.

DISCLAIMER

There's no garantee this app won't eat your data, chew it up and spit it out. It works directly on the calendar app data though not touching anything but VJOURNAL entries. Always backup!

Please report any issues at the github issue tracker