This is a plugin for Obsidian that adds Touch Bar support.
- Add custom items to your Touch Bar
- Do anything faster with macros
- Perform your favorite actions with a single touch
- Customize the color of your Touch Bar items
newmovie.mp4
- Download the Latest Release from the Releases section of the GitHub Repository
- Extract the plugin folder from the zip to your vault's plugins folder:
<vault>/.obsidian/plugins/ - Reload Obsidian
- If you are still having trouble installing this plugin, feel free to open an issue here
- Note: This plugin requires Obsidian v0.9.8 or above to work properly.
- Open the settings for the plugin
- Add a new Touch Bar item
- Add a name (can be any ascii character), a color and a macro
- Close the settings page and enjoy your new Touch Bar item
For adding macros please use this syntax:
| Syntax | Description |
|---|---|
| [KEYCODE] | This is how you press a key, where KEYCODE is the name of the key you want pressed |
| + | + is used to combine multiple keys |
| ,DELAY, | , is used to add a delay between key presses where DELAY is the amount in ms |
| "TEXT" | " is used to add text where TEXT is the text you want to add. The plugin will type this text |
| # | # is used to add a comment where COMMENT is the comment you want to add (NOT IMPLEMENTED) |
| \ | \ is used to escape the next character |
| {REPEAT}() | {}() is used to repeat the previous command where REPEAT is the amount of times to repeat |
