Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
168a3b5
chore: Added parser template for `asciidoc`
OXY2DEV Jan 12, 2026
966a713
feat(asciidoc): Added `document title` support
OXY2DEV Jan 12, 2026
4f45dad
fewt(config, asciidoc): Updated document title config
OXY2DEV Jan 12, 2026
33e897d
fix(renderers, asciidoc, document_titles): Correctly handle conceal
OXY2DEV Jan 12, 2026
d313c1d
doc(asciidoc): Added missing types
OXY2DEV Jan 12, 2026
7da3aea
feat(asciidoc): Added document attributes
OXY2DEV Jan 12, 2026
75ae830
feat(asciidoc_inline): Added parser template
OXY2DEV Jan 13, 2026
97a024b
fix(renderers, asciidoc_inline): Fixed conceal for `bold` & `italic`s
OXY2DEV Jan 13, 2026
aecd138
doc(asciidoc_inline): Added missing types for bold & italic
OXY2DEV Jan 13, 2026
c81472c
fix(parsers, asciidoc_inline): Reduce unnecessary recursion when parsing
OXY2DEV Jan 13, 2026
a324d09
feat(asciidoc_inline): Added `monospce`s support
OXY2DEV Jan 13, 2026
32c0ddd
feat(asciidoc_inline): Added `#highlight#` support
OXY2DEV Jan 14, 2026
cead72e
fix(renderers, asciidoc_inline): Fixed bug with icon not showing
OXY2DEV Jan 14, 2026
0c463e3
feat(asciidoc_inline): Added support for unlabeled URIs
OXY2DEV Jan 14, 2026
b4a4eb2
feat(asciidoc_inline): Added `labeled uri` support
OXY2DEV Jan 15, 2026
f1f1167
feat(asciidoc_inline): Added `uri macro` support
OXY2DEV Jan 15, 2026
6e22829
fix(asciidoc): Fixed incorrect type definitions
OXY2DEV Jan 15, 2026
99f6641
feat(asciidoc): Added `section_title` support
OXY2DEV Jan 15, 2026
69226e4
feat(asciidoc): Added `TOC` support
OXY2DEV Jan 16, 2026
318d47e
feat(asciidoc): Added ordered & unordered list item support
OXY2DEV Jan 17, 2026
1658e34
refactor(asciidoc): Unified parser for ordered & unordered list item …
OXY2DEV Jan 18, 2026
40ac165
feat(asciidoc): Added checkboxes support
OXY2DEV Jan 18, 2026
d482fb5
feat(asciidoc): Added Image macro support
OXY2DEV Jan 20, 2026
f245285
feat(asciidoc): Added keycodes support
OXY2DEV Jan 21, 2026
5f2cc46
feat(asciidoc): Added Literal block support
OXY2DEV Jan 21, 2026
8cc85d4
feat(asciidoc): Added admonitions support
OXY2DEV Jan 22, 2026
30da385
feat(asciidoc): Added horizontal rule support
OXY2DEV Jan 22, 2026
a96d7a6
refactor(asciidoc, asciidoc_inline): Clean up
OXY2DEV Jan 22, 2026
50d672a
fix(asciidoc, checkboxes): `scope_hl` is implemented
OXY2DEV Jan 23, 2026
86e2643
fix(asciidoc): Typo fixes and corrected `hl` handling
OXY2DEV Jan 23, 2026
9d961ae
doc(asciidoc): Added docs
OXY2DEV Jan 23, 2026
27c1774
doc(asciidoc_inline): Added docs
OXY2DEV Jan 23, 2026
afe02ad
fix(asciidoc): Updated base config
OXY2DEV Jan 23, 2026
4107360
refactor(asciidoc): Removed boilerplate
OXY2DEV Jan 23, 2026
508b6b9
fix(asciidoc, list_items): Item index is now correctly parsed
OXY2DEV Jan 23, 2026
b097da2
refactor(asciidoc): Final cleanup
OXY2DEV Jan 23, 2026
d34fe9f
refactor(asciidoc_inline): Final cleanup
OXY2DEV Jan 23, 2026
5c5b4b7
fix(asciidoc, asciidoc_inline): Added option maps
OXY2DEV Jan 23, 2026
d0e43d4
chore: Updated test file
OXY2DEV Jan 23, 2026
429e56e
doc: Updated README.md
OXY2DEV Jan 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<img src="https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-splitview_2.png">
<img src="https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-hybrid_mode.png">
<img src="https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-comment.png">
<img src="https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-asciidoc.png">
</div>

<div align="center">
Expand All @@ -74,7 +75,7 @@

Core features,

+ Preview `Markdown`, <code>HTML</code>, $LaTeX$, `Typst` & `YAML` within Neovim.
+ Preview `Markdown`, <code>HTML</code>, $LaTeX$, `Typst` & `Asciidoc`(See [integrations#Asciidoc](https://github.com/OXY2DEV/markview.nvim/wiki/Usage#Asciidoc)) within Neovim.
+ *Hybrid* editing mode! Allowing *editing* & *previewing* at the same time.
+ *Splitview*! Allows editing & previewing *side-by-side*.
+ `Wrap` support(markdown only, at the moment)! Allows using text wrapping while not losing *most* rendering features! See [integrations#wrap](https://github.com/OXY2DEV/markview.nvim/wiki/Integrations#-wrap) for fixing visual glitches or [integrations#nowrap](https://github.com/OXY2DEV/markview.nvim/wiki/Integrations#-nowrap) for disabling it.
Expand Down Expand Up @@ -106,6 +107,32 @@ Also see,
<summary>Expand to see complete feature list</summary>
<!--markdoc_ignore_end-->

#### Asciidoc

<img src="https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-asciidoc.png">

Supported syntax,

+ Admonitions
+ Checkboxes(also supports custom checkbox states).
+ Horizontal rules
+ Literal blocks
+ Hiding document attributes
+ Image macros
+ Keycode macros
+ List items(ordered & unordered)
+ Automated TOC(Table of Contents)

#### Asciidoc inline

Supported syntax,

+ Bold
+ Highlights
+ Italic
+ Monospace
+ URI

#### Fancy comments,

<img src="https://github.com/OXY2DEV/markview.nvim/wiki/images/comment/markview.nvim-comment.injection.png">
Expand Down Expand Up @@ -405,6 +432,8 @@ Parsers,
- `latex`(optional)
- `typst`(optional)
- `yaml`(optional)
- [tree-sitter-asciidoc](https://github.com/cathaysia/tree-sitter-asciidoc)(optional)
See [integrations#Asciidoc](https://github.com/OXY2DEV/markview.nvim/wiki/Usage#Asciidoc) to see how to get started.

Fonts,

Expand Down
Loading