d12frosted / vulpea

A collection of functions for note taking based on `org` and `org-roam`.
GNU General Public License v3.0
236 stars 12 forks source link

Automate first call to (org-roam-db-sync 'force) #130

Closed dangom closed 2 years ago

dangom commented 2 years ago

Took me a while to figure out why vulpea would not work.

d12frosted commented 2 years ago

Hey @dangom,

Sorry to hear you could not figure that out. I guess the 3rd step of installation instructions is not that visible, so maybe it worth automating first sync. Thanks for feedback!

dangom commented 2 years ago

Right, I just copy-pasted the straight instructions and started playing with creating and querying for notes. I take most packages that need an initial setup will query users for some interaction (like downloading files or starting a compilation process), or in other cases require users to call an interactive M-x random-package-do-setup. And thanks for providing vulpea to the community!

d12frosted commented 2 years ago

@dangom after such a long time, vulpea now has db versioning, and thus (org-roam-db-sync t) is now automated. Please give it a try 😸

dangom commented 2 years ago

Legend. Will definitely try. Thank you for sharing your work!