1.4 KiB
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
-
Go to your ownCloud apps dir and clone the repo there:
cd owncloud/apps git clone git://github.com/tanghus/journal.git
-
From your browser go to the ownCloud apps page (
/settings/apps.php
) and enable the Journal app. -
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