Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Outgoing Links to clarify codeblock behavior #171

Merged
merged 1 commit into from Sep 16, 2021
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -10,8 +10,12 @@ Each type will have its own icon for you to distinguish them; links to files tha

Underneath the title, you can also see the folder path of each file.

Given the complexity parsing the contents of codeblocks, links in codeblocks will not display in this section.

### Unlinked mentions

If any text in the current note matches the name or [[Add aliases to note|alias]] of another note in your vault, you can see the context, highlighted match, and a button to Link it under "Unlinked mentions".

When you hover over the button, it will show the full path of the file if it's not in the vault root. If you have multiple files of the same name, this can help you distinguish them.

Possible mentions in codeblocks are displayed under "Unlinked mentions". Clicking them will insert the link syntax as expected, but given the complexity parsing the contexts of codeblocks, they will not appear under "Links".