Skip to content

Commit b6f11eb

Browse files
committed
Improve the Features section of the README
Add tempo templates, anchor navigation, image context menus, remote image support, and editor integrations (flyspell, comments, compilation mode). Consolidate title-related items into a single bullet.
1 parent 8e9f41e commit b6f11eb

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ be easily ignored.
3434

3535
Here are some of the main features of `adoc-mode`:
3636

37-
- sophisticated highlighting
38-
- native fontification of code blocks
37+
- comprehensive syntax highlighting for all AsciiDoc elements
38+
- native fontification of source code blocks using language-appropriate major modes
3939
- font-lock support for Asciidoctor inline macros (`kbd:[]`, `btn:[]`, `menu:[]`, etc.)
40-
- toggle between the display of image links and the display of the corresponding images
41-
- promote / demote title
42-
- toggle title type between one line title and two line title
43-
- adjust underline length of a two line title to match title text's length
44-
- follow URLs, `include::` macros, and xrefs at point (`C-c C-o` / `M-.`)
40+
- inline image preview with right-click context menus and remote image support
41+
- ~50 tempo templates for inserting AsciiDoc markup (formatting, titles, blocks, lists, macros, etc.)
42+
- title management: promote / demote, toggle between one-line and two-line styles, adjust underline length
43+
- navigate to anchors (`C-c C-a`) and follow URLs, `include::` macros, and xrefs at point (`C-c C-o` / `M-.`)
4544
- nested `imenu` index with hierarchical heading structure
46-
- support for outline (however only with the one-line title style)
45+
- support for `outline-mode` (one-line title style only)
46+
- integration with `flyspell-mode` (skips non-prose regions), comment commands (`M-;`), and compilation mode
4747

4848
=== Demo
4949

0 commit comments

Comments
 (0)