Hello. I'm new to Mastodon and QOTO, and just wanted to introduce myself. I'm a nerd with fairly broad interests. In particular, I play a lot of JRPGs, and have a nice collection. Regarding my technical knowledge, I'm a Control Systems Engineer who does a lot of programming. My current silly project is trying to beat TiddlyWiki into my preferred project tracking app.
@freemo Generally, I don't need much in the way of formatting. It's the searching and organizing that I'm working on. I need a note system that will let me sort by date or project, with the ability to quickly create new projects, automatically create new tiddlers for the current day, when I start typing, and support a TODO list. When I get it working, I was going to bundle the tiddler set for my coworkers. If you folks want, maybe I can release a link for it here, too?
@Lwasserman Please feel free to share, I'm sure there might be some interested folks here.
I've come to use Spacemacs/Vim/Emacs Org Mode for that.
@freemo Huh. Emacs has a mode for that? How does it store the entries? Textfiles? Database?
@Lwasserman Yes, though I'm not sure the steps it takes to go from vanilla Emacs to getting the Org mode plugin working. I use Spacemacs which is a rather advanced configuration for vanilla Emacs that includes things like Evil (meaning it emulates VIM in emacs). I dont know if Evil is needed to get Org Mode working or if Org Mode can work on its own directly. Either way since I am using Emacs as the base I can say Org Mode works on it.
It stores it as text files, readable in plain text much like a wiki would be. Also like a wiki allows you to link between org mode files and traverse the org mode file links as a graph/tree.
@freemo @Lwasserman I'm pretty sure it'll work on plain Emacs, though I'm brand new to this and haven't tried it yet. Didn't know Emacs lets you traverse through your org files like that, will have to give it a go. I've been using markdown and LaTeX as my only method of document production for a while now with Pandoc, so I love this kind of stuff.
The traversal I described is an additional plugin IIRC I installed it a while back
@Lwasserman Yes it has, but from my expiernce (and its been a while) it didnt have the level of power I had with mediawiki. for most that isnt an issue of course.