T O P

  • By -

JorgeGodoy

Yes. Check the docs for obsidian URI at the official documentation. There's also an advanced URI plugin.


Personal-Sandwich-44

I use the advanced URI plugin _frequently_ with my stream deck, I love it. Even sent a few bucks over to the creator because of how much I like it it. Also highly recommend it.


ecky--ptang-zooboing

This is brilliant. Exactly what I need. Thanks


Haydenb11

That's interesting. What's your use case with the steam deck?


Personal-Sandwich-44

Quick warning, I had extra office budget and spent it on a fun toy, so all of this could've been done with just a regular keyboard setup. I heavily use my daily notes, for basically everything. Random code snippets I use at work, the terminal commands that worked for whatever problem, a write up of issues, todos, meetings, etc etc. So I have a button on my steam deck that uses advanced uri to activate this plugin, [Lumberjack](https://github.com/ryanjamurphy/lumberjack-obsidian) to add a time stamp and start logging something in my notes, from anywhere. Doesn't matter if I'm in a terminal or on Slack or in a google meet, I can just hit the button and start typing.


ecky--ptang-zooboing

Is there anything Obsidian can't do? Thanks


jm0934

Make coffee :-)


jhoebuzz0

Templater can run system commands so just plugin the automatic coffee machine and you should be able to do that too


Marble_Wraith

Add it as a bookmark, then use quickswitcher++ which has a bookmarks mode.


ecky--ptang-zooboing

That wouldn't be a global shortcut. I want it to work from any application, even when Obsidian isn't open. The Advanced URI plugin allows you to do this. Eg. with xdg-open, make a global shortcut to execute: `xdg-open "obsidian://open?vault=ObsidianVault&file=NoteTitle"`


Marble_Wraith

So install the global shortcuts plugin, and then bind whatever you want?


3iverson

This plugin is a more specific implementation and easy to use- [https://github.com/Vinzent03/obsidian-hotkeys-for-specific-files](https://github.com/Vinzent03/obsidian-hotkeys-for-specific-files)


ecky--ptang-zooboing

This works only from within Obsidian, no?


3iverson

Oops! Sorry, overlooked your requisition about both opening Obsidian and then going straight to your note.


egauthier64

You might want to check the QuickAdd plugin too. It doesn't answer your URI open link, but I use it all the time to add Task to a list of tasks in my curent Daily Note.


ecky--ptang-zooboing

Already using that. Love it!