Skip to content

Releases: xRyul/link-navigation

0.0.11

Choose a tag to compare

@xRyul xRyul released this 16 Feb 00:51

NEW:

Added ability for user to customize for INLINKS/OUTLINKS are being displayed. #2 , #15, #16

It is possible to show custom text, custom arrow, any icon, emoji etc. For example:

image - 2 icons + counts
image - only 2 icons
image - custom emoji
image - none

Other:

  • Separation of concern for toggles in the modal and inside the settings. Options in the settings are now only responsible for rendering toggle buttons and toggles are responsible for actual display of tags/attachments/canvas links. In the past it was all under 1 roof and caused some inconsistencies.

0.0.10

Choose a tag to compare

@xRyul xRyul released this 19 Oct 20:15

feat: ✨ A few extra supported file format in particular for various programming languages. Slight modifications to regex.

  • All files ending with nay of these extensions 'py', 'js', 'ts', 'html', 'css', 'json', 'xml', 'java', 'cpp', 'cs', 'rb', 'php', 'swift', 'go', 'rs', 'sh' will have following icon prepended to them 💻. Hopefully, allowing to distinguish attached files from the rest of the links more easily.

feat: ✨ Toggle to show tags
fix: 🐛 : Broken UI when enabling toggles from the settings
fix: 🐛 : Tags which are found under current note should be shown not under outlinks, but under current note itself
fix: 🐛 : When Outlinks of inlinks is enabled sometimes it also finds attachments

0.0.9

Choose a tag to compare

@xRyul xRyul released this 18 Oct 22:16

feat: ✨ Add support for Notes embedded in another note via '![[embed]]' #14
feat: ✨ Add support to show attachments with corresponding icon next to the attachment link:

  • 🖼️ Images: avif, bmp, gif, jpeg, jpg, png, svg, webp, tif, tiff, psd, dng, heif, heic, cr2, nef, ico
  • 🎵 Audio: flac, m4a, mp3, ogg, wav, webm, 3gp
  • 🎥 Video: mkv, mov, mp4, ogv, avi
  • 📄 Documents: pdf, doc, docx, xlsx, pptx, djvu, epub
  • 🗜️ Archives: zip, 7z, tar, gz, rar, xc, bzip2, iso, cmg, msi

fix: ⚡ Fix notes with heading embbeds not showing b312e36

0.0.8

Choose a tag to compare

@xRyul xRyul released this 18 Oct 14:43

Add ability to close Detailed View via ESC key #13

0.0.7

Choose a tag to compare

@xRyul xRyul released this 18 Oct 09:32
  • Ability to add shortcut to show/hide Detailed View #10
    image

0.0.6

Choose a tag to compare

@xRyul xRyul released this 06 Oct 16:05

Fixed navigation to Canvas Links

0.0.5

Choose a tag to compare

@xRyul xRyul released this 05 Oct 01:05
  • CMD+ CLICK - to open note in a new tab
  • Layout improvements for small screens

0.0.4

Choose a tag to compare

@xRyul xRyul released this 04 Oct 23:16

0.0.3

Choose a tag to compare

@xRyul xRyul released this 11 Sep 22:07

Arrow

0.0.2

Choose a tag to compare

@xRyul xRyul released this 08 Sep 15:52

Improvement to how inlinks and outlinks are being calculated. Move away from pure recursion, depth approach and stack or set. Instead it now uses QUEUE which is up to 11x faster (although negligible for user experience) and more efficient, as well as uses iterative approach focusing on breadth.

Improvement to current-note positioning e.g. depending on the depth specified current-note title should now also update accordingly in the hierarchy.