You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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.
7
7
8
8
`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.
9
9
@@ -274,10 +274,7 @@ Default keymaps are provided (see Configuration). Use them in Normal or Visual m
274
274
275
275
The `:MarkdownNewTemplate` command (default keymap `<leader>mnt`) allows you to create new Markdown files based on templates stored in your configured `template_dir`.
276
276
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).
0 commit comments