Hubble: Open-source notetaking app for you and your agents
1–10 of 93 posts
Re: Hubble: Open-source notetaking app for you and your agents
#2Re: Hubble: Open-source notetaking app for you and your agents
#3I feel like tables are generally underrated while the AI ecosystem is focused on .md files but I guess markdown has tables so they’re included to some extent
Re: Hubble: Open-source notetaking app for you and your agents
#4Re: Hubble: Open-source notetaking app for you and your agents
#5Now, I'm having fun with tldraw.[1] With their new tldraw offline, I can continue to work in Claude Code (and others) and I can either output or interact/input from tldraw. This is more of a free-form, infinite canvas. I treat it like Excalidraw + Draw.io + Freeform Notetaker.
For text, most agents/LLM/assistants are pretty happy and smart using the same Markdown files to anywhere I have allowed them to interact.
Re: Hubble: Open-source notetaking app for you and your agents
#6All my agents need are plain .md files in my project directories.
Re: Hubble: Open-source notetaking app for you and your agents
#7Re: Hubble: Open-source notetaking app for you and your agents
#8so, Obsidian?
Re: Hubble: Open-source notetaking app for you and your agents
#9It has a rest api and a cli tool, and also the possibility to make headless deployments, and it can sync clips without a sync server. It can serve folders/tags and optionally expose a read or read/write api for JSON files on the same level. It supports lua plugins, and I have a fal.ai plugin to generate/edit images already in the repo (some other examples there).
It has a lot of features so maybe it's better if I just link to the docs: https://egeozcan.github.io/mahpastes/
Re: Hubble: Open-source notetaking app for you and your agents
#10I also have one I developed according to my use: https://github.com/egeozcan/mahpastes It has a rest api and a cli tool, and also the possibility to make headless deployments, and it can sync clips without a sync server. It can serve folders/tags and optionally expose a read or read/write api for JSON files on the same level. It supports lua plugins, and I have a fal.ai plugin to generate/edit images already in the r…