Remix.run Logo
darkstarsys 2 days ago

I just this week vibe-coded a personal knowledge management app that reads all my org-mode and logseq files and answers questions, and can update them, with WebSpeech voice input. Now it's my todo manager, grocery list, "what do I need to do today?", "when did I get the leaves done the last few years?" and so on, even on mobile (bye bye Android-Emacs). It's just a basic chatbot with a few tools and access to my files, 100% customized for my personal needs, and it's great.

d-lisp 2 days ago | parent | next [-]

I did that in the past, without a chatbot. Plain text search is really powerful.

brulard 2 days ago | parent [-]

Full assistant and a text search are quite a bit different things in terms of usefulness

anthk 2 days ago | parent [-]

Not for org-mode.

TheTaytay 2 days ago | parent | prev [-]

Very cool! Does it load all of the files into context or grep files to find the right ones based on the conversation?