obsidian-at-symbol-linking

Adds ability to link with @ in Obsidian. Can limit @ linking to specific folders e.g. People/

MIT License

Stars
51
Committers
4

Bot releases are visible (Hide)

obsidian-at-symbol-linking - 1.6.1 Latest Release

Published by github-actions[bot] 8 months ago

  • Instead of specifying which characters are valid via a "valid regex" now you can specify which characters are not (this makes a lot more sense since there are significantly less unsupported characters for file names)
  • By default, accented characters in filenames and searches are converted to their unaccented equivalent when searching & creating files via symbol-linking (e.g. é -> e) you can turn this off via advanced settings

Release of at-symbol-linking v1.6.1 auto-created by release.yml

obsidian-at-symbol-linking - 1.6.0

Published by github-actions[bot] 10 months ago

  • Supports custom characters (e.g. unicode) in filename searches/creation via new Regex setting

Thanks to @theotheo for the idea

obsidian-at-symbol-linking - 1.5.0

Published by github-actions[bot] 10 months ago

  • Using a custom trigger char e.g. & in compatibility mode should now behave as expected
obsidian-at-symbol-linking - 1.4.9

Published by github-actions[bot] 12 months ago

  • Allows for special characters (e.g. ,) when searching for and creating new links
  • Allows support for custom symbols other than the @ symbol

Release of at-symbol-linking v1.4.9 auto-created by release.yml

obsidian-at-symbol-linking - 1.4.8

Published by github-actions[bot] 12 months ago

Release of at-symbol-linking v1.4.8 auto-created by release.yml

obsidian-at-symbol-linking - 1.4.7

Published by github-actions[bot] 12 months ago

Plugin should only reset when compatibility mode is toggled. Should fix https://github.com/Ebonsignori/obsidian-at-symbol-linking/issues/13

Release of at-symbol-linking v1.4.7 auto-created by release.yml

obsidian-at-symbol-linking - 1.4.6

Published by github-actions[bot] about 1 year ago

  • No longer need to restart editor when toggling Compatibility mode setting
  • Makes compatibility mode popup slightly more efficient (faster)

Release of at-symbol-linking v1.4.6 auto-created by release.yml

obsidian-at-symbol-linking - 1.4.5

Published by github-actions[bot] about 1 year ago

Small updates to docs and settings menu text.

Release of at-symbol-linking v1.4.5 auto-created by release.yml

obsidian-at-symbol-linking - 1.4.4

Published by github-actions[bot] about 1 year ago

Supports replacing {{title}}, {{date}}, and {{time}} using the core templates plugin settings for formatting when creating a new note via an @ link.

Thank you to @Sidneys1 for the suggestion in https://github.com/Ebonsignori/obsidian-at-symbol-linking/issues/12

Release of at-symbol-linking v1.4.4 auto-created by release.yml

obsidian-at-symbol-linking - 1.4.3

Published by github-actions[bot] about 1 year ago

When multiple spaces option is enabled, the first space typed will not trigger an @ link

Release of at-symbol-linking v1.4.3 auto-created by release.yml

obsidian-at-symbol-linking - 1.4.2

Published by github-actions[bot] about 1 year ago

  • Fixes the z-index of the compatibility mode popup so it's above a Tasks or other suggestion popup when both are triggered at the same time

Release of at-symbol-linking v1.4.2 auto-created by release.yml

obsidian-at-symbol-linking - 1.4.1

Published by github-actions[bot] about 1 year ago

Compatibility mode popup now behaves like native popup in mobile.

Instead of popping up where the cursor is, the popup will start above the user's keyboard.

Release of at-symbol-linking v1.4.1 auto-created by release.yml

obsidian-at-symbol-linking - 1.4.0

Published by github-actions[bot] about 1 year ago

  • Adds "Compatibility" mode which allows the suggestion popup to open when other suggestions are present e.g. when writing tasks in the Tasks plugin

Implemented as an editor extension that uses custom HTML and popperjs to show the popup. May be slightly slower than the native popup and have bugs. Please report any you find!

Release of at-symbol-linking v1.4.0 auto-created by release.yml

obsidian-at-symbol-linking - 1.3.1

Published by github-actions[bot] about 1 year ago

No longer triggers an @ link when cursor is inside a code block

Release of at-symbol-linking v1.3.1 auto-created by release.yml

obsidian-at-symbol-linking - 1.3.0

Published by github-actions[bot] about 1 year ago

Per @califa's suggestion, adds an option to keep the suggestion popup open after x spaces are typed

Release of at-symbol-linking v1.3.0 auto-created by release.yml

obsidian-at-symbol-linking - 1.2.2

Published by github-actions[bot] about 1 year ago

Fixes bug where creating a new file from an @ link would insert newlines in strange places

Release of at-symbol-linking v1.2.2 auto-created by release.yml

obsidian-at-symbol-linking - 1.2.1

Published by github-actions[bot] about 1 year ago

Release of at-symbol-linking v1.2.1 auto-created by release.yml

obsidian-at-symbol-linking - 1.2.0

Published by github-actions[bot] about 1 year ago

  • Now uses the link style from Obsidian's built in "Files & Links" -> "Use [[Wikiliks]]" setting thanks to @barryvan.
  • Adds the option to "Create New Note" for an @ link with text that doesn't match any notes. The new note can be created from a template and in a specific directory set in settings. This option is off by default.
  • Fixes settings page styling to be more consistent with other plugins.
obsidian-at-symbol-linking - 1.1.6

Published by github-actions[bot] about 1 year ago

Removes extension from link path when linking to an .md file for wiki style links.

Thanks to https://github.com/Ebonsignori/obsidian-at-symbol-linking/issues/4

Release of at-symbol-linking v1.1.6 auto-created by release.yml

obsidian-at-symbol-linking - 1.1.5

Published by github-actions[bot] about 1 year ago

Uses relative links for markdown style links to increase interoperability with other programs that might consume the markdown

Release of at-symbol-linking v1.1.5 auto-created by release.yml