Creates new Clipping note into folder "Clippings" using template just by clicking sidetab icon.
An Obsidian plugin that creates a new Clipping note from a template with a single click — it behaves just like the core Daily Note and Unique Note plugins.
Click the scissors icon in the sidebar ribbon (or run the command) and the plugin creates a new .md file in your Clippings folder, named by date and time, with its body filled from your template.
scissors) ribbon icon creates and immediately opens a new note.Clipping D. M. Y HH-mm (e.g. Clipping 10. 6. 2026 21-04). The colon in the time is replaced with a hyphen so the filename stays valid. 1, 2, … is appended.Same as Obsidian's core plugins:
| Placeholder | Replaced with |
|---|---|
{{title}} |
the note name (prefix + date/time) |
{{date}} |
date formatted as YYYY-MM-DD |
{{date:FORMAT}} |
date in a custom moment.js format |
{{time}} |
time formatted as HH:mm |
{{time:FORMAT}} |
time in a custom moment.js format |
In Settings → Clipping Note:
| Option | Default | Description |
|---|---|---|
| Target folder | Clippings |
Where new notes are saved. |
| Template | -Template/Clipping Template |
Path to the template file (without .md). |
| Filename format | D. M. Y HH-mm |
moment.js format used after the prefix. |
| Filename prefix | Clipping |
Text before the date in the filename. |
| Czech localization | off | Switch the interface to Czech. Ribbon and command labels update after reloading Obsidian. |
main.js and manifest.json from this repository..obsidian/plugins/clipping-note/.isDesktopOnly: false).MIT © 2026 Šimon Zelenka