Commit graph

40 commits

Author SHA1 Message Date
xRyul
69489d5a1b chore: testing vault 2026-05-17 14:57:49 +01:00
xRyul
fa19df529f
Update README.md 2025-02-19 14:16:25 +00:00
xRyul
e6c83ffc52 0.0.11 Customization and state mngmt 2025-02-16 00:51:00 +00:00
xRyul
d4b0bfe11d versions 2024-10-19 21:13:37 +01:00
xRyul
5900ff1eb2 build: 🔖 2024-10-19 21:06:01 +01:00
xRyul
11048510f6 fix: 🐛 // DONE: Better refresh when enabling buttons from settings // DONE: Tags which are found under current note hsould be shown not under outlinks but under current note itself // DONE: When Outlinks of inlinks is enabled sometimes it also finds attachments 2024-10-19 20:58:11 +01:00
xRyul
b8aa4fb49b feat: Toggle to show tags 2024-10-19 07:44:07 +01:00
xRyul
abdec14ccc feat: A few extra supported file format in particualr for various programming languages. IMproves to regex. 2024-10-19 00:11:38 +01:00
xRyul
d28914aa0a docs: 📝 TODO 2024-10-18 23:07:09 +01:00
xRyul
c0aa52dd85 feat: Add support to show attachments
// 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'
2024-10-18 23:04:54 +01:00
xRyul
b312e366da fix: Fix notes with heading embbeds not showing 2024-10-18 20:15:51 +01:00
xRyul
7ea104c8a4 feat: Add support for Notes embeded in another note via '![[embed]]' 2024-10-18 20:10:44 +01:00
xRyul
876f348605 feat: Ability to use ESC key to close detailed view 2024-10-18 15:42:30 +01:00
xRyul
dd6b7821cb feat: Ability to add shortcut to show Detailed View 2024-10-18 10:28:15 +01:00
xRyul
b46449a86b fix: 🐛 Fixed navigation to Canvas Links 2024-10-06 17:04:00 +01:00
xRyul
7438bd7342 chore: 🔖 2024-10-05 02:03:54 +01:00
xRyul
a701c3908a feat: CMD + click - to open note in a new tab 2024-10-05 02:02:14 +01:00
xRyul
6edc278f86 refactor: Layout changes for mobile and small screens 2024-10-05 01:45:22 +01:00
xRyul
ec1ece4842 chore: 🔖 2024-10-05 00:38:50 +01:00
xRyul
9b38eed9a3 refactor: 🎨 Use sentence case in UI 2024-10-04 23:50:17 +01:00
xRyul
9904432bd8 perf: 🚸 Always show both INLINKS and OUTLINKs even if no links are present.
This alllows us to reach refresh button for those cases when we start with an orphan note
2024-09-12 16:44:09 +01:00
xRyul
1ccadb67d5 feat: New command to Force Refrech the inlinks
For instance usefull when orphan note was created and bar is not loaded yet. Thus it is possible to now force refresh it via command palette
2024-09-12 16:20:47 +01:00
xRyul
93e96106da perf: 🐛 Fix INLINKS OUTLINGs not showing up on Orphan notes. Fix NavBar being stuck on Loading...
If there are only inlinks we show only inlinks, if there are only outlinks we show only outlinks.
2024-09-12 16:10:41 +01:00
xRyul
ef84aa7873 refactor: 🎨 Move styling from Javascript into CSS 2024-09-12 15:55:25 +01:00
xRyul
08dfb41744 tt 2024-09-12 13:55:45 +01:00
xRyul
85f24df1c3 style: 💄 Update outlink-outlinks indent 2024-09-12 07:19:13 +01:00
xRyul
3193042c07 chore: 🔖 2024-09-11 23:04:50 +01:00
xRyul
2158ba0eea refactor: ♻️
Move arrow
2024-09-11 23:03:03 +01:00
xRyul
54ecd4ed67 docs: 📦 2024-09-08 16:48:07 +01:00
xRyul
d77f058ca4 refactor: Uses Queue and breadth approach for INLINKS and OUTLINKS which makes it up to 11x faster than a STACK or SET. Improvement to current note indentation e.g.: follows where inlinks have left off, thus creating nicer top down hierarchical view 2024-09-08 16:42:20 +01:00
xRyul
9ee8cf53f1
Create LICENSE 2024-09-07 11:58:35 +01:00
xRyul
32f4dc6236 docs: 📝 Desc of links 2024-09-07 11:35:53 +01:00
xRyul
4310963116 Update Readme 2024-09-07 10:36:02 +01:00
xRyul
820b456f46 fix: Mobile support 2024-09-07 10:33:34 +01:00
xRyul
999b74ced4 Debug Mobile 1 2024-09-07 10:24:33 +01:00
xRyul
7bdc0611d5 Update Background and Todo inside README.md 2024-09-07 10:00:45 +01:00
xRyul
180abae0d1 Remove default obsidian main.ts sample file 2024-09-07 04:10:08 +01:00
xRyul
d471579d72
Update README.md 2024-09-07 04:07:36 +01:00
xRyul
466c1a14c5 Initial push 2024-09-07 03:55:01 +01:00
xRyul
fa0639376f
Initial commit 2024-09-07 03:24:14 +01:00