Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/expandrew/obsidian-unique-note-calendar

📒 See your Obsidian unique notes on a calendar
https://github.com/expandrew/obsidian-unique-note-calendar

agenda calendar fastmail obsidian-md obsidian-plugin zettelkasten

Last synced: 3 months ago
JSON representation

📒 See your Obsidian unique notes on a calendar

Awesome Lists containing this project

README

        

# 📒 Obsidian Unique Note Calendar

See your Obsidian [unique notes](https://help.obsidian.md/Plugins/Unique+note+creator) on a calendar

## Set up

For development, I use a symlink to this folder in my development vault.

To set up the symlink, I used this command:

```
ln -s ~/Code/obsidian-unique-note-calendar ~/o-vault-dev-unique-note-calendar/.obsidian/plugins/
```

## Development

Use VS Code Task **🚀 Start All** to start the plugin development environment. This starts all the parts as VS Code terminal windows.

This plugin supports [Hot Reload](https://github.com/pjeby/hot-reload).