From dfee5cb0003c19664c2e2f1ac5ba57d74d7b4343 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 26 Nov 2020 02:21:20 -0600 Subject: [PATCH] Add idea --- NOTES.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NOTES.org b/NOTES.org index da74074..1105c14 100644 --- a/NOTES.org +++ b/NOTES.org @@ -90,6 +90,7 @@ - [[#update-commentary][Update commentary]] - [[#org-ql-block-let-org-agenda-format-its-output][org-ql-block: Let org-agenda format its output]] - [[#omnifocus-like-screencasts][OmniFocus-like screencasts]] +- [[#use-ripgrep-to-search-unopened-files][Use ripgrep to search unopened files]] - [[#overlay-based-caching-inspired-by-org-num-mode][Overlay-based caching inspired by org-num-mode]] - [[#alternative-parsing-libraries][Alternative parsing libraries]] - [[#fancier-searching-for-inherited-tags][Fancier searching for inherited tags]] @@ -227,6 +228,10 @@ I should benchmark it to see how much difference it makes, because all those ~fs [2020-11-18 Wed 03:03] Looking at OmniFocus's web site now, their short videos showing features demonstrate a lot of features that exist in org-ql already. After implementing section-based views, it would be cool to make some short demos showing similar features. +** MAYBE Use ripgrep to search unopened files + +[2020-11-26 Thu 02:20] It [[https://github.com/BurntSushi/ripgrep/issues/176][supports multiline search now]], so it might be suitable now. + ** MAYBE [#C] Overlay-based caching inspired by org-num-mode [2019-12-30 Mon 22:42] Newer versions of Org have =org-num-mode=, which uses =font-lock= and =after-change-functions= to update overlays in the buffer with outline numbering. Maybe a similar approach could be used to cache arbitrary values for headings in a buffer without having to discard the whole buffer's cache when the buffer changes.