|
|
|
|
|
by Jackalopiate
3155 days ago
|
|
Been throwing around ideas for a personal database for a few months now. The idea now is a sort of personal wiki system where ideas can be collected in markdown formatted pages with internal and external links, as well as all of the other features you would expect from a wiki. This wiki acts as a backend for the larger project, which will be a personal assistant type service that will be able to read and write from this "database" of personal knowledge and organize deadlines, events, notes, documentation, and references. Im thinking of making this functionality happen through a MycroftAI plugin, so that you can query the database by voice, and give Mycroft the ability to make agendas and such on the fly based on your personal database. It's still in the early stages though, as Im still trying to figure out what kind of backend I want to use. I need something cross platform (at least Linux, windows, Android) to edit the database, as to be able to update it as I do research or take notes. Im currently leaning towards DokuWiki due to it's variety of formatting and the fact that it has an API built in, but I have a feeling it's going to get hacky. |
|