charliecm980 downloadsOpen a daily note using natural language. Requires "Natural Language Dates" plugin to work.
An Obsidian plugin that adds a command that lets you quickly open a daily note using natural language. It requires the Natural Language Dates plugin to be enabled.
I wrote this plugin because I needed a faster way to open a daily note without needing to use a calendar or remember the exact file name. This is useful if you're trying to recall something or want to add to a future daily note. Thanks @argenos for writing Natural Language Dates, which inspired this plugin.
From inside Obsidian…
For manual installation, download this repo and copy over main.js and manifest.json to your vault: VaultFolder/.obsidian/plugins/obsidian-open-with-nldates/.
yarn to install dependencies.yarn dev to start compilation in watch mode.bash install-built.sh /path/to/your/vault -d to create symbolic links of built files to your vault for quick development.yarn build.npm version [patch/minor/major] to bump version in manifest.json and versions.json.CHANGELOG.md.git tag -a 1.0.1 -m "1.0.1"
git push origin 1.0.1
main.js and manifest.json are attached. If you really like this plugin and want to support its development, please consider buying me a coffee 🙂 Thanks!