https://github.com/mikebarkmin/ulauncher-obsidian
An ulauncher extension for obsidian.md
https://github.com/mikebarkmin/ulauncher-obsidian
ulauncher ulauncher-extension
Last synced: 15 days ago
JSON representation
An ulauncher extension for obsidian.md
- Host: GitHub
- URL: https://github.com/mikebarkmin/ulauncher-obsidian
- Owner: mikebarkmin
- License: mit
- Created: 2020-12-09T18:19:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T10:42:33.000Z (over 1 year ago)
- Last Synced: 2025-03-29T08:23:33.588Z (16 days ago)
- Topics: ulauncher, ulauncher-extension
- Language: Python
- Homepage:
- Size: 199 KB
- Stars: 77
- Watchers: 5
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - mikebarkmin/ulauncher-obsidian - An ulauncher extension for obsidian.md (Python)
README
# Obsidian Ulauncher extension

This Ulauncher extension enables you to search your [obsidian.md](https://obsidian.md/) vault and create new notes on the fly.
## Features
Keywords are customizable
* on: Open note based on filename
* of: Search the content of all notes
* od: Open daily note
* oc: Quick capture to a note## Install
Then open Ulauncher preferences window > extensions > add extension and paste the following url:
```
https://github.com/mikebarkmin/ulauncher-obsidian
```## Developer
###
### Run Test
Currently, doctest is used for the `functions` and `moment` module. To run the tests execute the following command:
Install time_machine:
```
pip install time_machine
``````
python3 -m src.functions
python3 -m src.moment
```