https://github.com/Jamalam360/obsidian-automatic-tags
Add tags to new notes automatically based on their path
https://github.com/Jamalam360/obsidian-automatic-tags
Last synced: 4 months ago
JSON representation
Add tags to new notes automatically based on their path
- Host: GitHub
- URL: https://github.com/Jamalam360/obsidian-automatic-tags
- Owner: Jamalam360
- License: mit
- Created: 2023-11-15T13:52:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-14T11:35:32.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:17:25.344Z (8 months ago)
- Language: TypeScript
- Size: 60.5 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Jamalam360/obsidian-automatic-tags - Add tags to new notes automatically based on their path (TypeScript)
README
# Obsidian Automatic Tags
Add tags to new notes automatically based on their path.
## Configuration
There is one config option: a mapping of paths to tags. The path uses a simplified Glob format.
Comments are not allowed, but are included here for documentation purposes.
```yml
*: all # apply the 'all' tag to all new markdown files
physics/: physics # apply the 'physics' tag to all new files in the 'physics' folder
```## Installation
This plugin is available through the Community Plugins tab in Obsidian ([link](https://obsidian.md/plugins?id=automatic-tags)).