Today's Link
pendingby tpremoli
Inserts links to Today's Daily Note using a shortcut phrase.
obsidian-todays-link
This is a plugin for Obsidian (https://obsidian.md) which makes it easier to insert links for today's daily note into your file! It adds a command and an inline text shortcut which both add a link to today's daily note to your file. It integrates with (and depends on) the daily notes core plugin to find the expected format of daily notes.
To insert a link to today's daily note, simply enable this plugin and type [[today]] - the plugin will replace it with a link to today's daily note. Alternatively, use the Add link to today's daily note at cursor command.
This project uses TypeScript to provide type checking and documentation. The repo depends on the latest plugin API (obsidian.d.ts) in TypeScript Definition format, which contains TSDoc comments describing what it does.
How to install
- Clone this repo.
- Make sure your NodeJS is at least v16 (
node --version). npm ioryarnto install dependencies.npm run devto start compilation in watch mode.
Manually installing the plugin
- Copy over
main.js,styles.css,manifest.jsonto your vaultVaultFolder/.obsidian/plugins/obsidian-todays-link/.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.