Run textpod in any directory. It will create a notes.md file if it doesn't exist. It will create attachments directory for file and image attachments.

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-10-28 11:30:05

Run textpod in any directory. It will create a notes.md file if it doesn't exist. It will create attachments directory for file and image attachments. Webpages are saved in attachments/webpages. You can specify the port with -p flag, e.g. textpod -p 8080.

Feel free to open issues and pull requests. I want to keep the code very simple and accessible to beginners. The goal is not to create another feature-rich notetaking app, but to keep it simple and fast. A "one big text file" idea is very powerful and I just want to make it slightly enhanced.

Leave a Comment