Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewwestling/obsidian-unique-note-calendar
📒 See your Obsidian unique notes on a calendar
https://github.com/andrewwestling/obsidian-unique-note-calendar
agenda calendar fastmail obsidian-md obsidian-plugin zettelkasten
Last synced: 12 days ago
JSON representation
📒 See your Obsidian unique notes on a calendar
- Host: GitHub
- URL: https://github.com/andrewwestling/obsidian-unique-note-calendar
- Owner: andrewwestling
- Created: 2023-07-11T18:02:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T01:30:10.000Z (about 1 year ago)
- Last Synced: 2024-09-08T20:48:04.583Z (2 months ago)
- Topics: agenda, calendar, fastmail, obsidian-md, obsidian-plugin, zettelkasten
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - andrewwestling/obsidian-unique-note-calendar - 📒 See your Obsidian unique notes on a calendar (TypeScript)
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).