branch: externals/org-remark commit bfeffae259bf543bc1f309460c5b3b52ccc1fb7c Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
doc: Minor update --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 146d813068..1197954b04 100644 --- a/README.org +++ b/README.org @@ -31,7 +31,7 @@ Refer to the screenshots below for a teaser of what it can do. - [[#installation][Installation]] - [[#usage][Usage]] - [[#customizing][Customizing]] -- [[#text-properties-not-overlays][Text-properties, not overlays]] +- [[#text-properties-not-overlays][Text-properties, Not Overlays]] - [[#known-limitations][Known Limitations]] - [[#changelog][Changelog]] - [[#credits][Credits]] @@ -102,7 +102,7 @@ Toggle showing/hiding of highlighters in current buffer. It only affects the dis - Highlight's face can be changed via =om/highlighter= - Marginalia file is defined by =om/notes-file-path= -* Text-properties, not overlays +* Text-properties, Not Overlays Technically, Org-marginalia implements the highlighting feature solely with text properties, and avoids overlays. This is done in light of oft-mentioned performance degradation with the latter. Personally I have never experienced such performance issues with overlays; nevertheless, given that we might have many highlighted text regions in a single file, I thought I would take this as an opportunity to take advantage of text properties.