An Obsidian plugin that opens upcoming (and/or past) daily notes in their own panes/tabs/windows, so you can see and plan ahead. Check out the plugin settings before using the provided commands:
- Open upcoming notes: If a daily note is in the currently active pane, this command will open upcoming notes relative to that date. Otherwise, it will start from today.
- Close notes: Closes all daily note opened previously by the plugin.
From inside Obsidian…
- Go to Settings → Community plugins.
- Disable Safe mode.
- Click Browse, search for Upcoming, and click Install.
- Click the toggle button to enable the plugin.
For manual installation, download this repo and copy over main.js
and manifest.json
to your vault: VaultFolder/.obsidian/plugins/obsidian-upcoming/
.
- Clone this repo.
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.
- Run
yarn build
. - Bump version in
manifest.json
andversions.json
. - Add changes in
CHANGELOG.md
. - Add a new release in Github with the changelog texts and the built
main.js
andmanifest.json
attached.
If you really like this plugin and want to support its development, please consider buying me a coffee 🙂 Thanks!