chipsenkbeil / org-roam.nvim

Port of org-roam to neovim using orgmode
MIT License
107 stars 9 forks source link

[TRACKER] Database caching & updating #6

Closed chipsenkbeil closed 6 months ago

chipsenkbeil commented 6 months ago

Today, the database is static and is created exactly once when the file does not exist. This is obviously not what we need for a production version. Here is what needs to be done:

All of the above run async and notify when done.