diff options
| author | gatl <gustavo.laboreiro+github@gmail.com> | 2025-12-14 03:05:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-14 04:05:31 +0100 |
| commit | 4389853625f51ef9495ea4317979a73f942f1b00 (patch) | |
| tree | 9b96446c70452a8e1227623d30fbb9bd28f2da25 | |
| parent | 4c01a05e03f418d6066dec50b19ec39388a4193f (diff) | |
Fix typo in the documentation (#108)externals/org-remark
| -rw-r--r-- | docs/org-remark.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/org-remark.org b/docs/org-remark.org index 458ef3b..668f5e5 100644 --- a/docs/org-remark.org +++ b/docs/org-remark.org @@ -193,7 +193,7 @@ This is all you need to get started. For more detail, refer to the rest of this #+cindex: Highlighting websites with EWW #+findex: org-remark-eww-mode -~org-remark-eww-mode~ lets you highlight and annotate websites just like text files. It is a global minor mode. It does not require any additional configuration. All you need is to turn it on, visit a website with ~eww-mode~, and select text and highlight it. Refer to the example of a basic setup given in [[#installation][Installation]]. Org-remark can attempt to automatically adjust the position of highlights when a websites get edited. Lear more about the feature in [[#auto-adjust][What is Automatic Adjustment of Highlight Positions?]] +~org-remark-eww-mode~ lets you highlight and annotate websites just like text files. It is a global minor mode. It does not require any additional configuration. All you need is to turn it on, visit a website with ~eww-mode~, and select text and highlight it. Refer to the example of a basic setup given in [[#installation][Installation]]. Org-remark can attempt to automatically adjust the position of highlights when a websites get edited. Learn more about the feature in [[#auto-adjust][What is Automatic Adjustment of Highlight Positions?]] ** Highlight and Annotate EPUB Books |
