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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ Here are the type definitions for the configuration options:
238
238
239
239
## 🚀 Usage
240
240
241
-
### Commands
241
+
### 💻 Commands
242
242
243
243
The following commands are available, most work in both visual and normal mode:
244
244
@@ -254,7 +254,7 @@ The following commands are available, most work in both visual and normal mode:
254
254
-`:MarkdownToggleCheckbox`: Toggles the checkbox state (`[ ]` <=> `[x]`) on the current line.
255
255
-`:MarkdownPreview`: Preview markdown. Saves the current file, then attempts to preview using: 1) the configured `preview_command`, 2) an auto-detected plugin (`markdown-preview.nvim`, `peek.nvim`, `glow.nvim`, `nvim-markdown-preview`), or 3) the system's default application as a fallback.
256
256
257
-
### Keymaps
257
+
### ⌨️ Keymaps
258
258
259
259
Default keymaps are provided (see Configuration). Use them in Normal or Visual mode within Markdown files.
260
260
@@ -270,7 +270,7 @@ Default keymaps are provided (see Configuration). Use them in Normal or Visual m
270
270
-`<leader>mp`: Preview (if configured).
271
271
-`<leader>mnt`: Create new file from template.
272
272
273
-
### Creating Markdown Files from Templates 📄
273
+
### 📝 Creating Markdown Files from Templates
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
@@ -302,7 +302,7 @@ These generated values are then used in two ways:
302
302
- If it **does not** start with `---` AND the `insert_frontmatter` configuration option is `true` (the default), a new frontmatter block is automatically added to the beginning of the file. This block includes all fields (standard and custom) for which the generator function returned a non-nil value, formatted correctly in YAML. List values will be formatted like `tags: [tag1, tag2]`.
303
303
- If it **does** start with `---`, or if `insert_frontmatter` is `false`, no new frontmatter block is inserted. The template's existing frontmatter (with placeholders already replaced) is kept as is.
304
304
305
-
### List Continuation ↩️
305
+
### ✅ List Continuation
306
306
307
307
When `continue_lists_on_enter` is `true`, pressing `Enter` in a Markdown list item (bullet `*`, `-`, `+`; numbered `1.`; checkbox `- [ ]`, `- [x]`) will automatically insert the next list marker on the new line.
0 commit comments