I wanted to write my notes in text format. my options were:
That eleminates everything but Emacs Org-Mode. And I tried it for a while. the main problem for me was that it’s limited by emacs UI. so I can’t include a video or audio and extending it require Knowing Elisp. I can do simple stuff in Elisp but the fact that Org-Mode is already complicated then extending it with a language I’m not very familiar with harder.
So that drops even Org-Mode.
So I had to write my own solution. I choose go for that. build a very simple core:
Then I started to add every feature as one file to the project and structured it in a way that removing the file removes the feature.
Then I started to add some features like:
The program is open source on github: