elpasync pushed a change to branch externals/org-remark. from c33e2b7c77 fix: compiler warning ‘org-remark-highlight-save’ is an obsolete... new ded8fddddd initial prototype to explore what needs to change new 16958accc2 refactor: org-remark-mark new 6e3254d231 refactor: highlight headlne text new 447fc2beaf feat(line): highlight level headline text new 2bba54b535 fix: selecting wrong highlight when opening new f679d00c0a refactor(line): loading and renaming the el file new 15150c8d40 feat(line): highlight a whole line new a2311005ff fix(line): Ensure line hl ovs are always at bol new ae376d860d refactor(line): method name change new 0f2bf566ee docs(info): source comments new 51c3d91585 refactor: create macro & menus new 6b4c196f86 feat: icon for line highlight new 4ad2be30e4 fix(icon): the line icon not displaying new 89ee82935c fix: window margins do not persist new f7031507db fix: defgeneric seems needed anyway.. new 56557549ec refactor: Create macro to add function-put new d5a3fcf612 refactor(create): quoting org-remark-type value new ca648a1876 fix: change now can only select pens from the same type new da73102a2d fix(line): When source is narrowed line-hl moves the wrong place new 79ad1baf7e refactor(line): no need for text-scale-mode-hook new 94ba0ecea0 fix(line): When source narrowed, existing line-hls move wrongly new f37ddb69e7 fix(change): force trigger of notes buffer face new cbc26304a8 refactor: add org-remark-default-features to automatically load new 8f9875f714 doc(line): Remove unused source comments (old code) new e7aae5e4f4 doc: docstring for org-remark-highlight-mark-overlay new 3a9884e5df fix(line): When buffer is first created, window may not be created new e77787ca5d refactor:spacer new c7dc42bf30 fix: margin width new d606d80a47 refactor: move highlights-delay-load to org-remark.el new 199702118a fix(line): Disable line-mode should disable the margins new 2f7d16ef4e refactor(line): remove unused functions, source comments new 3f5ea6777b fix(line): window selection is utterly confused new 3997025261 feat: icons for line-hl get their default face when notes exit new e136189485 fix(line): window margin wrongly sets minibuffer's margin new 6dbf1cca4a fix(line): svg icon does not get the face correctly new 063f68e5a4 feat(line): right margin new 680651e339 refactor(icon): remove unnecessary source comment (old func) new e02519836d fix(line): spacer movement new 0829e27379 fix(line): redraw instead of reload when window size changes new 4156342f88 refactor(line): make spacer overlay new 335293a03e style(line):Clean up comments new 533167091a fix(line):Right margin expands every window-size-change-func call new 9f86daaee6 feat(line):Redraw can now change the margin side new 175ba6d06e fix(line):when line-icon is an image, it fails to carry face new c1c120f0c9 feat(line):defcustom org-remark-line-minimum-margin-width new 1df1fcb331 feat(line): define various customizing options new 8020d33380 docs: organize customizing groups new 6364474a73 Merge branch 'main' into dev/line-highlight new 193fe279ea feat(line):add line-number as a property to the highlight headline new af03b2103e docs: Docstring for org-remark-default-features, etc. new 2b68d4748c Merge branch 'main' into dev/line-highlight new ace9570070 refactor: simply org-remark-open new ceef4b537c Merge branch 'main' into dev/line-highlight new 8c3238902b docs: keybinding sync with README new c506e61017 fix(line): `org-remark-mark-line` does not autoload new 18f39bf119 Merge branch 'main' into dev/1.3.0 new bdd54cf237 Merge branch 'main' into dev/1.3.0 new 3ea41202e6 feat: #21 Delete notes when highlight removed if the notes are empty new a879b66013 docs: docstring for new auto-delete feature new e904b53b2c refactor: silence compilier warning new 833d909264 docs: NEWS for the current development branch (WIP) new f28dc7e7f5 docs: update docstrings for remove and delete new 2fd1025490 fix: Regression. Delete only removes. new 32b8699b12 doc: docstring for `org-remark-notes-auto-delete` new 03828f44e4 docs: README to include use-package setup example new 16622af0c0 fix: add org-remark-find-overlay-at-point to local hook new 52cf20297b feat: #72 org-remark-open can open the marginal notes file new 4e57d99e2d fix: use space display specification instead of a string of \s new 73766a03f0 docs: update NEWS new d72fa0ef45 fix: regression next/prev-view opens the notes when there is none new 1a6745acce fix(line): change some customizing options from integer to natnum new cfaf02d823 docs: minor update to README and article on SVG icon new cdcab9e294 docs: v1.3 new 7a9c0454b2 fix: declare-function file location new 822e730fc8 Merge branch 'dev/1.3.0'
Summary of changes: NEWS | 16 +- README-elpa | 34 +- README.org | 30 +- ...0T184309_C_how-to-set-icons-to-be-svg-images.md | 6 +- docs/org-remark.org | 195 ++++- org-remark-eww.el | 4 +- org-remark-icon.el | 80 +- org-remark-info.el | 29 +- org-remark-line.el | 425 +++++++++++ org-remark-nov.el | 6 +- org-remark.el | 806 ++++++++++++++------- 11 files changed, 1314 insertions(+), 317 deletions(-) create mode 100644 org-remark-line.el