dendronhq / dendron

The personal knowledge management (PKM) tool that grows as you do!
https://wiki.dendron.so
Apache License 2.0
6.73k stars 255 forks source link

Database Storage Layer (NoGit versioning) #759

Open kpathakota opened 3 years ago

kpathakota commented 3 years ago

User Story

As someone who wants to backup their repo and share it with others but not deal with the vagaries of Git, I'm able to have my notes auto-save with revision history to a database.

Tasks/Related Issues

RFC/Design

TBD

carllemp commented 3 years ago

Fossil might be a good solution for this. https://fossil-scm.org/home/doc/trunk/www/index.wiki A single file version control system based on SQLite that can be run as a local server, or a client to keep the data local. There is also already a VSCode Extension to support it. https://marketplace.visualstudio.com/items?itemName=koog1000.fossil