Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 2.33 KB

Note-related Features.md

File metadata and controls

33 lines (30 loc) · 2.33 KB

Note-related Features

Create a new Note

on: Create a new note.

  • File Name: Anything you type after the keyword on (for example, on foobar) becomes the file name of the new note (for example, foobar.md). (Note that the Filename Heading Sync Plugin may interfere with this.)
    • When triggered via cmd + ↵, the new note is created in a new tab.
  • Content: You can select a template note to use in the workflow configuration. Only {{title}} is supported as placeholder and is replaced with the file name. Be aware that the template might be overridden by Folder Templates from the Templater plugin.
  • Location: The new note is placed in the folder specified in the workflow configuration. If the configuration is empty, it is placed in your vault root.
  • 💡 There are various settings for creating new notes in the workflow configuration.

Scratchpad

oo or triggered via hotkey: Append to your Scratchpad Note

  • Quickly add text to the note set in the workflow configuration. (This command is basically a quicker version of the fn + ↵ mode of the Alfred-based Quick Switcher.)
    • When using oo foobar, appends foobar to the note.
    • Triggered via hotkey, appends the current selection.
    • When you append #foobar (for example, Inbox/Scratchpad-Note#Thoughts) to path of the scratchpad file in the workflow configuration, the text is appended to the section with the heading "foobar."
  • 💡 Using - [ ] as prefix and inserting below a specific heading enables you to add cards to a Kanban Board.
  • 💡 There are various settings for the scratchpad in the workflow configuration.

Search all External Links in the Entire Vault

oe: Search all external links in your entire vault

  • : Opens the link in the browser.
  • cmd + ⏎: Reveal the link in Obsidian.
  • alt + ⏎: Copies the URL to the clipboard.