Crates.io | textpod |
lib.rs | textpod |
version | 0.1.2 |
source | src |
created_at | 2024-10-28 06:47:47.897501 |
updated_at | 2024-11-03 18:05:03.983917 |
description | Local, web-based notetaking app inspired by 'One Big Text File' idea. |
homepage | https://github.com/freetonik/textpod |
repository | https://github.com/freetonik/textpod |
max_upload_size | |
id | 1425325 |
size | 107,911 |
Local, web-based notetaking app inspired by "One Big Text File" idea. Short demo (video, no sound):
notes.md
file/
+
and Textpod will save a local single-page copycargo install textpod
brew tap freetonik/tap
brew install textpod
In order to download webpages, you need to have monolith
installed. cargo install monolith
or brew install monolith
(macOS). See monolith for more details.
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
and/or the address with -l
flag, e.g. textpod -l 0.0.0.0
.
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.