branch: externals/org-remark commit e96941d8c2a2818f3409c79c125c7d503d7e4abf Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
doc: minor spelling correction --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 83d414d858..02caa20856 100644 --- a/README.org +++ b/README.org @@ -6,10 +6,10 @@ * Screenshots -Org-marginalia lets you write margine notes (marginalia) for any text files in a separate Org file. +Org-marginalia lets you write margin notes (marginalia) for any text files in a separate Org file. [[./resources/images/2020-12-22T141331-OM-screen-shot-01.png]] -*Figure 1*. Left: main note; Right: margine notes in its marginalia file +*Figure 1*. Left: main note; Right: margin notes in its marginalia file [[./resources/images/2020-12-22T141331-OM-screen-shot-02.png]] *Figure 2*. It automatically adds the standard Org Mode link to margin notes, so it works well with Org-roam's backlinks @@ -100,7 +100,7 @@ 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 wiht hydra. Saves the marker info and comments directly wihtin 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/IdoMagal/ipa.el][InPlaceAnnotations (ipa-mode)]] :: It looks similar to Annotate.el above