branch: externals/org-remark commit 22d7d373bc18c65ae2e57b355f78503a2bbe9cdf Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
doc: Replace wrong images; minior spelling fix --- README.org | 6 +++--- .../images/2020-12-22T141331-OM-screen-shot-01.png | Bin 357185 -> 342004 bytes .../images/2020-12-22T141331-OM-screen-shot-02.png | Bin 300104 -> 357185 bytes 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 02caa20856..82a02ee661 100644 --- a/README.org +++ b/README.org @@ -100,9 +100,9 @@ Initial alpha release. I consider it to be the minimal viable scope. * Credits To create this package, I was inspired by the following packages. I did not copy any part of them, but borrowed some ideas from them -- e.g. saving the margin notes in a separate file. -- [[https://github.com/jkitchin/ov-highlight][ov-highlight]] :: John Kitchin's (author of Org-ref). Great UX for markers with hydra. Saves the marker info and comments directly within the Org file as base64 encoded string. It uses overlays +- [[https://github.com/jkitchin/ov-highlight][ov-highlight]] :: John Kitchin's (author of Org-ref). Great UX for markers with hydra. Saves the marker info and comments directly within the Org file as Base64 encoded string. It uses overlays - [[https://github.com/bastibe/annotate.el][Annotate.el]] :: Bastian Bechtold's (author of Org-journal). Unique display of annotations right next to (or on top of) the text. It seems to be designed for very short annotations, and perhaps for code review (programming practice); I have seen recent issues reported when used with variable-pitch fonts (prose). -- [[https://github.com/tkf/org-mode/blob/master/contrib/lisp/org-annotate-file.el][Org-annotate-file]] :: Part of Org's contrib library. It seems to be designed to annote a whole file in a separate Org file, rather than specific text items +- [[https://github.com/tkf/org-mode/blob/master/contrib/lisp/org-annotate-file.el][Org-annotate-file]] :: Part of Org's contrib library. It seems to be designed to annotate a whole file in a separate Org file, rather than specific text items - [[https://github.com/IdoMagal/ipa.el][InPlaceAnnotations (ipa-mode)]] :: It looks similar to Annotate.el above @@ -110,7 +110,7 @@ To create this package, I was inspired by the following packages. I did not copy Feedback welcome in this repo, or in [[https://org-roam.discourse.group/t/prototype-org-marginalia-write-margin-notes-with-org-mode/1080][Org-roam Discourse forum]]. -I am aiming to keep this package to be small and focused. I plan to add the following features, and probably consier it to be function complete for my purposes. +I am aiming to keep this package to be small and focused. I plan to add the following features, and probably consider it to be function complete for my purposes. 1. =om/toggle-display= to toggle show/hide of highlights without losing them 2. =om/next= and =om/previous= to easily navigate highlighted regions in the buffer diff --git a/resources/images/2020-12-22T141331-OM-screen-shot-01.png b/resources/images/2020-12-22T141331-OM-screen-shot-01.png index 77a3bf6d45..fe4a917b73 100644 Binary files a/resources/images/2020-12-22T141331-OM-screen-shot-01.png and b/resources/images/2020-12-22T141331-OM-screen-shot-01.png differ diff --git a/resources/images/2020-12-22T141331-OM-screen-shot-02.png b/resources/images/2020-12-22T141331-OM-screen-shot-02.png index fc6784b70b..77a3bf6d45 100644 Binary files a/resources/images/2020-12-22T141331-OM-screen-shot-02.png and b/resources/images/2020-12-22T141331-OM-screen-shot-02.png differ