Hi, I just have this “issue” when I try to click on an item link in a markdown note. The link is pointing to a smart group. Now if I command+click on it or click on it, it brings me to a strange icon view window where I cannot see the inspector of any individual file but the smart group itself. Also there is no way for me to switch the view to list view. The only way to “correctly” open the link in a normal window is to right click on the link and choose open with DevonThink.
Now I’d like to know is there any hidden toggles that I wasn’t aware of that could make “open with DevonThink” a default in opening markdown item link?
You could add the parameter reveal=1
to the item link to reveal the smart group in a main window.
@jackhanson you need to put a ?
between the item link and the reveal=1
.
For other readers: If you want to use additional parameters after a first parameter then they need a &?
, i.e. the first parameter needs a ?
, every parameter after that needs &?
.
I think that it should be ?
for the first parameter and &
for every other one after that. Eg.
x-devonthink-item://xxxx?reveal=1&next-param=2&last-param=true
2 Likes
That is correct.
From the Automation > Item Links section of the built-in Help and manual (though I don’t have a multi-parameter example showing)…
1 Like