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

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

Awesome Lists containing this project

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)).