Skip to content

Commit f7fb7cc

Browse files
authored
Update README.md
1 parent 6fec67f commit f7fb7cc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Lua](https://img.shields.io/badge/Lua-blue.svg?style=flat-square&logo=lua)](https://www.lua.org)
44
[![License](https://img.shields.io/github/license/magnusriga/markdown-tools.nvim?style=flat-square)](LICENSE)
55

6-
> Enhancing your Markdown editing experience in Neovim with intuitive shortcuts and commands. ✍️
6+
> Enhancing your Markdown editing experience in Neovim with intuitive shortcuts and commands.
77
88
`markdown-tools.nvim` provides a set of commands and configurable keymaps to streamline common Markdown editing tasks, from inserting elements like headers and code blocks to managing checkbox lists and creating files from templates.
99

@@ -274,10 +274,7 @@ Default keymaps are provided (see Configuration). Use them in Normal or Visual m
274274

275275
The `:MarkdownNewTemplate` command (default keymap `<leader>mnt`) allows you to create new Markdown files based on templates stored in your configured `template_dir`.
276276

277-
1. Run the command.
278-
2. Select a template file using the configured picker (fzf, telescope, or snacks).
279-
3. Enter a name for the new file (the `.md` extension will be added automatically if omitted).
280-
4. The new file will be created in the same directory as the currently open file.
277+
Placeholders in the template, including in any frontmatter, are replaced using the `frontmatter_*` functions below (see below).
281278

282279
#### Frontmatter Handling
283280

0 commit comments

Comments
 (0)