Skip to content

Commit c715df0

Browse files
chore: add vim-markdown to ecosystem doc
1 parent 2424693 commit c715df0

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Features
66

77
- logging improvements [2b86631](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/2b86631c153e24682a1a2d05e37a0f4f94e9b827)
8+
[2424693](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/2424693c7a4c79641a7ea1e2a838dbc9238d6066)
89
- table min width [f84eeae](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/f84eeaebac278e26bd2906fd47747631716a5edb)
910
- new debug API for development [6f87257](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/6f8725746ecadae0ae5ab3e7a1a445dad6b2e231)
1011

doc/markdown-ecosystem.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,33 @@ Below is a categorized (incomplete) list of available plugins.
1111
Using any of these plugins with this one will likely lead to undesired behavior as
1212
different functionality will clash.
1313

14-
- [headlines.nvim](https://github.com/lukas-reineke/headlines.nvim) - Same high
15-
level idea and starting point of this plugin, but with different feature sets
16-
- [obsidian.nvim](https://github.com/epwalsh/obsidian.nvim) - While this plugin
14+
- [lukas-reineke/headlines.nvim](https://github.com/lukas-reineke/headlines.nvim)
15+
Same high level idea and starting point of this plugin, different feature sets
16+
- [epwalsh/obsidian.nvim](https://github.com/epwalsh/obsidian.nvim) While this plugin
1717
has many more `obsidian` related features it also provides a UI enabled by
1818
default that clashes with this plugin
19-
- [markview.nvim](https://github.com/OXY2DEV/markview.nvim) - An offshoot of this
20-
plugin with different style choices
19+
- [OXY2DEV/markview.nvim](https://github.com/OXY2DEV/markview.nvim) An offshoot of
20+
this plugin with different style choices
2121

2222
## Render in Browser
2323

2424
These can be used as a second pass to get a real preview of the `markdown` file.
2525
Since they do not interact with the buffer directly there should be no issues.
2626

27-
- [markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim)
28-
- [vim-markdown-composer](https://github.com/euclio/vim-markdown-composer)
27+
- [iamcco/markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim)
28+
- [euclio/vim-markdown-composer](https://github.com/euclio/vim-markdown-composer)
2929

3030
## Orthogonal
3131

3232
These plugins handle functions completely separate from rendering and should also
3333
have no issues running alongside this plugin.
3434

3535
- Any LSP which provides standard LSP capabilities, such as:
36-
- [marksman](https://github.com/artempyanykh/marksman) - General completion,
37-
definition, and reference functionality
38-
- [markdown-oxide](https://github.com/Feel-ix-343/markdown-oxide) - Adds Obsidian
36+
- [marksman](https://github.com/artempyanykh/marksman) General completion, definition,
37+
and reference functionality
38+
- [markdown-oxide](https://github.com/Feel-ix-343/markdown-oxide) Adds Obsidian
3939
PKM features to LSP
40-
- [markdown.nvim](https://github.com/tadmccorkle/markdown.nvim) - Adds `markdown`
41-
specific keybindings for interacting with `markdown` files
40+
- [tadmccorkle/markdown.nvim](https://github.com/tadmccorkle/markdown.nvim) Adds
41+
keybindings and commands for interacting with `markdown`
42+
- [preservim/vim-markdown](https://github.com/preservim/vim-markdown) Adds synatx
43+
highlighting and keybindings for interacting with `markdown`

doc/render-markdown.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*render-markdown.txt* For 0.10.0 Last change: 2024 September 16
1+
*render-markdown.txt* For 0.10.0 Last change: 2024 September 17
22

33
==============================================================================
44
Table of Contents *render-markdown-table-of-contents*

0 commit comments

Comments
 (0)