mirror of
https://github.com/org-roam/org-roam
synced 2025-09-20 16:10:56 -05:00
(feature): use sqlite as backing database (#200)
All org-roam related information will now be stored in the database. Henceforth, the cache needs to be built synchronously once (via `M-x org-roam-build-cache`), which is then incrementally updated.
This commit is contained in:
3
tests/roam-files/nested/bar.org
Normal file
3
tests/roam-files/nested/bar.org
Normal file
@@ -0,0 +1,3 @@
|
||||
#+TITLE: Nested Bar
|
||||
|
||||
This file is nested, 1 level deeper. It links to both [[file:../foo.org][Foo]] and [[file:foo.org][Nested Foo]].
|
@@ -1,4 +0,0 @@
|
||||
#+TITLE: Nested File 1
|
||||
|
||||
Link to [[file:f2.org][Nested File 2]]
|
||||
Link to [[file:../f1.org][File 1]]
|
@@ -1,3 +0,0 @@
|
||||
#+TITLE: Nested File 2
|
||||
|
||||
Link to [[file:f1.org][Nested File 1]]
|
3
tests/roam-files/nested/foo.org
Normal file
3
tests/roam-files/nested/foo.org
Normal file
@@ -0,0 +1,3 @@
|
||||
#+TITLE: Nested Foo
|
||||
|
||||
This file has no links.
|
Reference in New Issue
Block a user