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
Header links from Outline plugin ([note-title#header](:/fe92c4868e0045b9a36577b4563497b3#header)) also cannot focus on the header using Perform action feature (link following is successful though, no browser is opened). On the other hand, focusing on header is possible via markdown preview and rich text editor.
I'm not sure if it's actually in the scope of the project as the application is pretty niche but I still thought to give you a hint
Thanks for the report @graphit0. Header links (like from the outline plugin [note-title#header](:/fe92c4868e0045b9a36577b4563497b3#header)) have been on my list for awhile now, and are will be working in the next release (just waiting on Joplin v2.7).
Normal header links however have been an oversight, it looks like they won't be as easy to get working, but I'll start looking in to it.
@CalebJohn
links like note-title#header) work with "Perform Action" shortcut only when the referred note is different from the active note.
When such link referees to different header of active notes it does not work.
I think it will need to be fixed in Joplin core, rather than in the Rich Markdown plugin.
The reason is that even clicking on such a link on the view-only side of the editor does not change the focus.
Description
When "performing action" on a short internal link
[](#header)
, instead of focusing on the# header
, it prompts to open a new window of a browser.Steps
## Test
[](#Test)
Expected result
Focus to be placed on the header
## Test
Illustration
_00001-7.mp4
Notes
[[toc]]
markdown pluginhttps://discourse.joplinapp.org/t/toc-available-in-markdown/23411/2
[note-title#header](:/fe92c4868e0045b9a36577b4563497b3#header)
) also cannot focus on the header using Perform action feature (link following is successful though, no browser is opened). On the other hand, focusing on header is possible via markdown preview and rich text editor.Sample note used in illustration
Perform action internal link test.md
Logs
The moment when the perform action is triggered on the link, no errors 🤷♂️
Environment
Rich Markdown v0.8.3
Joplin 2.6.10 (prod, linux)
Kubuntu 21.04
The text was updated successfully, but these errors were encountered: