Code quality | Latest release |
---|---|
-
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.
-
Filter entries by timerange.
-
Plain text or rich text editing (rich text editing is still buggy and immature).
-
When switching from text to html the text is now parsed as MarkDown and vice-versa.
-
Syncs with KDEPIMs Journal part.
-
Share Journal entries with other users or groups.
-
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. You will also need to have the shipped Calendar app enabled, and at least one calendar enabled to store your Journal entries in.
-
Install TAL Page Templates. Instructions at Github
-
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.
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