https://github.com/estebanthi/obsidian-utils
Automate tasks in your Obsidian vault.
https://github.com/estebanthi/obsidian-utils
obsidian
Last synced: 5 months ago
JSON representation
Automate tasks in your Obsidian vault.
- Host: GitHub
- URL: https://github.com/estebanthi/obsidian-utils
- Owner: estebanthi
- Created: 2022-12-18T00:25:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T10:23:53.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:08:12.817Z (8 months ago)
- Topics: obsidian
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - estebanthi/obsidian-utils - Automate tasks in your Obsidian vault. (Python)
README
# obsidian-utils
Obsidian-utils is a little app I use to automate some tasks in my Obsidian vault.
## Configuration
Create a `config.yaml` file in the root of the repo. It should contain the following:
```yaml
vault_path: /path/to/your/vault
```To change the default logging configuration ('INFO'), just add a `logging_level` key to the config file:
```yaml
vault_path: /path/to/your/vault
logging_level: DEBUG
```## Usage
```python
python app.py --help
```