Chris Grieser
Chris Grieser
has actually been solved by a PR for sueprcharged links a while ago.
I was also coming here to request this. Line count is an useful alternative to sentences, for exactly the reason @tonyxiao mentioned.
With `xargs` thats basically a one-liner you can already do: ```find /Applications -name '*.app' | xargs -I{} iconsur set {}```
one of the recent Obsidian updates introduces exactly such a command; this issue can be closed I guess?
You mean something like [Meeting with Julia](obsidian://...)? That would be doable --- *note to myself when I find the time to implement this* the undocumented API `app.getObsidianUrl(file: TFile)` can be...
puh that is tricky, since I do not know to tell via Obsidian API which element is focussed. it should be somewhere in the API though 🤔
well, that was quick 🥰
Unfortunately, there seem to be some bugs with it currently. The icon only gets applied to the first tab The icon does not update when switching to another note in...
This resolved the first issue completely and the second one mostly, thanks! the only issue remaining is that *newly created* tabs or panes do not have any icon yet initially,...
yep, works now 🥳 Thank you so much!