From b49d5383ffb9ad3ae75c0963d16a29587a5c2a98 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 1 Dec 2020 00:34:46 -0500 Subject: Tweak pad formatting --- 2020/info/18.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to '2020/info/18.md') diff --git a/2020/info/18.md b/2020/info/18.md index c467dcb1..a39a9467 100644 --- a/2020/info/18.md +++ b/2020/info/18.md @@ -44,20 +44,17 @@ Points to be covered ## Why not to run a background Emacs for parsing instead of implement a new parser? - -### Running a background Emacs progress sounds great, but is still limited. Forwarding all queries to a background Emacs (like org-mode's exporter does) is only feasible with a (??? zaeph can probably fix the answer) +Running a background Emacs progress sounds great, but is still limited. Forwarding all queries to a background Emacs (like org-mode's exporter does) is only feasible with a (??? zaeph can probably fix the answer) ## How often does the DB index get updated in order to contain changes within Org files? - -### Either on save, or on idle-timer. +Either on save, or on idle-timer. ## Did you ever think of opening up (or designing) the SQL DB as a general Org speedup-tool outside of org-roam so that other libraries that do execute complex queries are able to re-use the summarized data? - -### FYI, see John Kitchin's work, he uses a SQLite database to index his Org files. +FYI, see John Kitchin's work, he uses a SQLite database to index his Org files. - John's DB approach is great. However, we should not end up using several DB-index in parallel. ;-)+1 @@ -74,20 +71,20 @@ Points to be covered # Notes -## "org-roam just wants to create backlinks" +- "org-roam just wants to create backlinks" -## org-mode has many many files (377 lines in dired… including .elc files) +- org-mode has many many files (377 lines in dired… including .elc files) -## If you want to create an index of all the org files using the native format, it would be very slow. So org-roam uses a sqlite database +- If you want to create an index of all the org files using the native format, it would be very slow. So org-roam uses a sqlite database -## ripgrep (written in Rust) is more capable than grep; used by some Zettelkasten +- ripgrep (written in Rust) is more capable than grep; used by some Zettelkasten -## "Is there something we could do to import backlinks into org mode?" +- "Is there something we could do to import backlinks into org mode?" -## "We've always tried to have an experimental ground where we can track backlinks" +- "We've always tried to have an experimental ground where we can track backlinks" -- cgit v1.2.3