https://github.com/alan-null/obsidian.plugins
https://github.com/alan-null/obsidian.plugins
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alan-null/obsidian.plugins
- Owner: alan-null
- Created: 2025-03-08T09:09:42.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-03-08T11:20:23.000Z (10 months ago)
- Last Synced: 2025-03-08T12:19:32.705Z (10 months ago)
- Language: PowerShell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Obsidian Plugins
Container for all plugins I use or contribute to created for easier maintainability.
## Development
Run dev container with compatible node version (menu selection)
```bash
.\.devcontainer\build.ps1
```
Run dev container for 'File Explorer Note Count' plugin
```bash
.\.devcontainer\build.ps1 -PluginName "File Explorer Note Count"
```