Releases: xRyul/link-navigation
0.0.11
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:
- 2 icons + counts
- only 2 icons
- custom emoji
- 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
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
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
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
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.
