Tried Tiddlywiki based on recommendations on this page. Started nice and saved few pages, could update the settings etc. Then updated the setting to widen the wiki column size and suddenly all the links (like Home/Settings etc) stopped working with exception of Theme/Appearance and Save. Thankfully didn't put a lot of content in it. I guess I'll have to continue with dokuwiki + my plaintext markdown note setup.
Note Taking in 2021
211–213 of 213 posts
Re: Note Taking in 2021
#212I just want something that's not an Electron app, not plain text, and not bloody markdown. I hate markdown, and I hate that it's taken over everything.
Having been making a go at several of the suggested applications, which all use MD, I’m also starting to like it less and less. I find the side-by-side panes of some just a hilariously stupid waste of space. And the editors that at least do live “previews” feel so janky when editing; watching pound signs appear and disappear as you move off a line, or having text shift around as bold and italics markers come and go.…
Re: Note Taking in 2021
#213Earlier quoted context omitted.
I'd also want to integrate notes & TODO - but also time-tracking, i.e. the ability to "click" on any note/TODO and log time against it. Perhaps a TODO can be a note with a tag like "#todo"/"#todo-important"/etc, and time-logs can be child notes..
You can do this with Org-mode in emacs! It will look something like this: * project ** DONE investigation ... ** TODO implementation [2/3] DEADLINE: :LOGBOOK: CLOCK: [2021-06-17 Thu 13:30]--[2021-06-17 Thu 16:03] => 2:33 CLOCK: [2021-06-17 Thu 10:30]--[2021-06-17 Thu 13:04] => 2:34 :END: do X and Y, be careful about Z - [X] part 1 - [X] part 2 - [ ] part 3 And you can quickly show the time spent on each entry: #+BEGI…