You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ability to click on a URI most likely is a feature of the terminal, not omm.
Here are two examples:
Alacritty:
Screen.Recording.2024-07-31.at.5.03.26.PM.mov
Mac's default terminal:
I'll see if I can highlight such URIs, but the ability to make text clickable is out of scope for omm, I'm afraid. Let me know if you think I got it wrong.
Describe the solution you'd like
Consider
obsidian
URI a "bookmark" and potentially not onlyobsidian
URIs.Is your feature request related to a problem? Please describe.
Putting
obsidian://open?vault=VAULT&file=FILE
in task context doesn't add it to "bookmarks". Makes it impossible to open Obsidian note from omm.Describe alternatives you've considered
Copy Obsidian URI and paste:
xdg-open "obsidian://open?vault=VAULT&file=FILE"
The text was updated successfully, but these errors were encountered: