Live data from Hacker News

Show HN: JournalBook – Privacy centric, offline first, personal journal app

journalbook.co.uk

111–114 of 114 posts

Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app

#111

Earlier quoted context omitted.

That's a good way to capture thoughts, but the review process and linking of notes is less than perfect.

If you want that , try TiddlyWiki[1] -- an actual offline-first system for journaling and notes. It's a single, self-contained HTML file. You download it, add data, then overwrite the file with a new version which includes changes. If you want to go fancy , you can install it on a server with Node.js and stuff, but there's not a need to go there. [1] https://tiddlywiki.com/

I'll second TiddlyWiki. I've used it for several years and became a fan early on.

These days you might run across some hiccups in getting it to work in your browser of choice. Over the years the browser vendors became less and less inclined to allow javascript and extensions attain local file editing permissions. That's pretty reasonable, but annoying.

A pretty decent alternative that I've been using for months, now, is an app called Tiddly Desktop. It's an NW.js-based app so it has no trouble accessing the local filesystems.

Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app

#112

Earlier quoted context omitted.

If you want that , try TiddlyWiki[1] -- an actual offline-first system for journaling and notes. It's a single, self-contained HTML file. You download it, add data, then overwrite the file with a new version which includes changes. If you want to go fancy , you can install it on a server with Node.js and stuff, but there's not a need to go there. [1] https://tiddlywiki.com/

I'll second TiddlyWiki. I've used it for several years and became a fan early on. These days you might run across some hiccups in getting it to work in your browser of choice. Over the years the browser vendors became less and less inclined to allow javascript and extensions attain local file editing permissions. That's pretty reasonable, but annoying. A pretty decent alternative that I've been using for months, now,…

>These days you might run across some hiccups in getting it to work in your browser of choice.

Never experienced any problems whatsoever across FF/Chrome/etc

I just generate a new HTML file with changes for saving.

Requires remembering to do something to save changes, but I come from the time where autosaving wasn't the norm anyway :)

Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app

#114

Earlier quoted context omitted.

There are some journaling apps that target this mindset. This one[1] was posted a few days ago (in comments) and stores your notes as markdown in plain text. There are others (I am working on one as well, but its not ready). If the app forced a particular naming convention (e.g. 2018-05-10.md) would that be too restrictive? [1]: ( https://github.com/fabiospampinato/notable ).

No. Not really. http://jrnl.sh/ looks good too if you're starting from scratch.

If you're looking for something simple like jrnl but as a desktop app with a GUI, you might be interested in Mini Diary which I just launched: https://news.ycombinator.com/item?id=18934610. It also allows you to import your jrnl data and export your entries in a variety of formats.
Post reply on HN