Hi there, this week I’m going to create a super simple tool to manage my personal knowledge (PKM or PIM).
I want that tool:
- to use HTML files as storage
- available on Android and Linux first,
- to be able to open, edit and save a file from the file system,
- to display files like in a web browser,
- to be capable to follow the links between files and displaying pictures when editing or reading them,
- to let me edit files as Markdown or Org-mode text,
- to be able to open a folder,
- lightweight, under 10MB
As I’m a web developer, everything looks like a web app, so I’m going to try Tauri to achieve this.
Let’s see how far I can get in a few hours this week!
And if you know of any open source software that already does this, let me know! ;)
[edit: to add the first requirement and fix typos]

Leave a Reply