elpasync pushed a change to branch externals/org-modern. from 3cc432dc99 Update changelog new 1abf8c7ba4 Initial commit new 1d020fcda0 Initial import new bc77d6129f Do not extend end block styling beyond end line. new bc5819f450 Add readme info new 280d0094e0 Update README.md new f27c48fccb Update README.md new 4e71fd3069 Discuss line-spacing and need for indent new 9bbe591c58 Store set-line-properties function def on load new e436abc3d4 Treat quote and verse blocks as well new ed9157df69 Omit block decoration modifications from undo stack new 1e34e97efe Does not require org-modern (use with or without) new 17860297fc Mention :straight/:load-path and related packages new 9874203365 Add autoload new a2deeae174 Update README.md new a5ed40c3ab Update README.md new e02b7d109f Add package description and omit org-modern from requires new a3e8b44837 Update README.md new edbab4a407 Update README.md new e118f7edf0 Update README.md new baad0b6bde Docs: hook to org-indent-mode instead of org-mode new d36dc621d8 Handle markup for block insertion correctly new e0f0b01c69 Docstring new 550041f9fb README tweaks new a7b22acf5e Define face for org-modern-indent new 7792c823d2 Merge pull request #4 from mclearc/main new ff10d3dd2f Update README.md new 308027fb03 Do not re-indent entire buffer on mode start/stop new 172957a61b Bump minor version new f2b6d6db92 Mention manual indent update after toggling off new 022400a0f6 Initial implementation of font-lock-only in-text and prefix brackets new 6445696af5 Separate begin-for use with headline watch new d237c19185 improve flush and indented block marking and logic new eace9688fd Minor doc new cc87107626 block-bracket-prefix: guard against empty prefix new b14f01e926 org-indent refresh watching added new fa960e27f6 README: describe new v0.1 functionality new d65e773ee2 Update README.md new d597328061 Update README.md new 947ac69cbd Update README.md new 15ea3dbd91 Update README.md new 952abf3a54 Update README.md new 5f6d39126e Update README.md new fc0c3fcb5d Update README.md new 20a99f67e9 README: improve block alignment suggestions new b722c64062 Update README.md new 747fa7ef2b Update README.md new 17068a51dc refresh timer: run-at-time instead of idle new cc12cf827b README: better discussion of org-src-preserve-indentation new e4ba473d3e README: improve re-indent description new 7d2422d718 Bump version new e3ed5009e5 timer function: ensure correct directory new f1033a3ffa Bump version new c5a50f302d guard against deleted buffer when org-indent-agent finalizes new 85f95d093d Update README.md new 7c07c47cc5 Update README.md new fbdc2212c9 correct bracket-line face name new 25594c487e return nil properly from block-bracket font-lock function new 3cba802e1c give up after 5 init attempts, and reuse timer new d78edc6be4 remove vestigial vars new 1e4a4d0f15 Use = not eq new 30cdd1bcf3 README: recommend static org-modern-block-name new 5573817412 block-bracket-flush: docstring improvements new ad60fa2f60 block-bracket-flush: tweak prefix layout, only one end bracket new b5066e0627 README: Use [!NOTE] new c8671f2af0 Update README.md new 400e1d0fce Update README.md new 6457c3d0a6 Add org-indent face to wrap-prefix for indented blocks new 4b3838253c Small README improvements new 0def0388c4 block indent: only add org-indent face to prefix length in wrap new a4d242994d Guard against deleted buffers (org-roam may do this) new 8702acf291 use org-indent-post-buffer-init-functions to init, if available new 8afea0fec4 disable org-modern-indent if 5 init tries exceeded in a buffer new b826d840c6 Merge branch 'org-buffer-init-hook' new f2b859bc53 Update copyright+version new b5c87056e0 Expand variables new 24ce7f35f7 Make `org-indent` requirement more prominent new 704553993b Update README.md new 3793964555 Update README.md new 664cff0dd1 Fix name of bracket face new 52b46c6ecd Merge pull request #19 from btobolaski/patch-1 new b8f3b2e476 Update README.md new 2b3ee1f8cb README: Update screenshot new ce4df70dbc Factor out end-re new ca440cd414 major rewrite using org-element + before/after-change-functions new fcd4368476 after-change: ensure beg/end fully span lines new 44efad0ea9 Do not advise org-indent-region to strip properties new 6ec22d3d74 walk-blocks: avoid visiting first block twice new 1a1c9785c6 draw-block: simplify property modification + add indent field new 42fcc6af54 -init -> init, make command new dd5ebe184d Remove field since it interferes with org-element new 8fcf7b29a4 init when mode called interactively new 8710dada43 beg-end: simplify skipping post-blank lines new 9973bd3b91 Bump version new fdeede3484 Merge 'org-modern-indent/main' into org-modern-indent new aa342c470d Rename org-modern-indent's README new a3ac3e2f12 org-modern-indent: update header information as new extension new bf318d53b0 Updated README's to mention org-modern-indent new 649f5d309a org-modern: incorporate and auto-enable org-modern-indent new 630d529b58 Update README-indent.md new fa57160a7a README.org: correct link new a462be576c Merge org-modern-indent README and ChangeLog into org-modern's new 38d2cef27b Improve README.org new 881cfaf734 Remove vestigial README-indent new fe226e8bc1 Move README indent section, do not yet bump version new 8cad2c3d83 Merge pull request #281 from minad/org-modern-indent
Summary of changes: CHANGELOG.org | 33 ++++- README.org | 91 ++++++++++++- org-modern-indent.el | 374 +++++++++++++++++++++++++++++++++++++++++++++++++++ org-modern.el | 17 ++- 4 files changed, 508 insertions(+), 7 deletions(-) create mode 100644 org-modern-indent.el