Commit graph

142 commits

Author SHA1 Message Date
Signynt
07f2c6a9ea Fixed bottom padding not being corrected in certain viewport sizes. 2026-05-25 21:04:29 +02:00
Signynt
fbdc76d578 Updated manifest version number 2026-05-25 20:51:18 +02:00
Signynt
74febe739a Various linting fixes 2026-05-21 14:10:52 +02:00
Signynt
961a995be6 Removed !important rules in css 2026-05-21 13:59:54 +02:00
Signynt
0db21e6216 Minor tweaks in release file 2026-05-19 16:04:48 +02:00
Signynt
3b746cbfff Updated tsconfig to fix Github Action 2026-05-19 15:57:54 +02:00
Signynt
dbd8ca27b7 Force node 24 in the Github Action 2026-05-19 15:50:50 +02:00
Signynt
42d6afb55e Removed "Obsidian" from the plugin description and implemented Github Actions workflow. 2026-05-19 15:44:46 +02:00
Signynt
0585e2ade4 Removed builtin-modules 2026-05-16 13:13:43 +02:00
Signynt
697a7befac Added settings to enable virtual content in notes embedded in regular notes or in canvases 2026-05-16 12:56:28 +02:00
Signynt
60ac250795 npm audit fix 2026-05-15 15:38:58 +02:00
Signynt
e028d90cd6 Updated manifest version number 2026-05-08 17:00:00 +02:00
Signynt
c8dea85f3b Update README.md to include info about sectional rules 2026-05-08 16:59:41 +02:00
Vincenzo Mitchell Barroso
56a09d7b83
Merge pull request #57 from NullCascade/sectional-virtual-content
Add sectional virtual content.
2026-05-08 16:48:12 +02:00
Vincenzo Mitchell Barroso
4b1452e620
Merge pull request #55 from leehan273/fix/settings-ui-update-issue
Fix settings tab UI update issue
2026-05-08 16:40:55 +02:00
Vincenzo Mitchell Barroso
24c5040bbb
Merge pull request #54 from aaandreeew/main
Fixes to ctrl+click and middle-click behaviour of links in virtual content
2026-05-08 16:36:21 +02:00
NullCascade
3d086dc9ce Add sectional virtual content. Allows putting virtual content in sections. Doesn't currently support live preview editing. 2026-04-22 19:16:08 -07:00
Lee Han
74729ff2b9 Prevent error propagation in registerDynamicViews 2026-04-06 04:16:54 +09:00
aaandreeew
cb80745a30 Make middle-click on external files consistent
Makes middle-click on external file links in both live preview and soure mode consistent between virtual content and default obsidian behaviour.

This is a simple copy of the same code which only applied to ctrl+click on external file links.
2026-04-01 03:05:23 +10:00
aaandreeew
fbe4f78407 Prevent links opening twice in new tab in reading view
Fixes issue where ctrl+click or middle-click on a link while in reading view would cause the link to be opened twice in two new tabs.
2026-04-01 03:03:12 +10:00
Signynt
e7efcf4109 Updated manifest version number 2026-03-31 18:39:08 +02:00
Signynt
fb9a75302a Fixed negated rules not being loaded properly on start 2026-03-31 18:29:24 +02:00
Signynt
cc81960832 Fixed rule negation not being saved to settings 2026-03-04 14:08:45 +01:00
Vincenzo Mitchell Barroso
6d60636b32
Merge pull request #50 from Signynt/revert-49-main
Revert "Enhance layout change handling"
2026-01-25 22:29:25 +01:00
Vincenzo Mitchell Barroso
e2cbc124bb
Revert "Enhance layout change handling" 2026-01-25 22:29:00 +01:00
Vincenzo Mitchell Barroso
b4fd8ec8ec
Merge pull request #49
Enhance layout change handling
2026-01-25 22:25:56 +01:00
Moy
931a56450e Enhance layout change handling to avoid redundant refreshes by tracking the last processed file 2026-01-25 20:17:52 +08:00
Signynt
2c760ec63d Updated manifest version number 2026-01-21 15:54:14 +01:00
Signynt
445246095d Created another band-aid fix to get external links to work on left click. 2026-01-21 15:53:53 +01:00
Signynt
15fccb5e0f Fixed bug where the plugin wouldn't be able to activated 2026-01-09 16:49:53 +01:00
Signynt
ea66db403b Removed debugging console lines 2026-01-09 15:43:35 +01:00
Signynt
112569a70d Updated to add smart link recognition 2026-01-09 15:39:49 +01:00
Signynt
ce05a2a88b Updated manifest version number 2025-08-30 19:49:16 +02:00
Signynt
01669df647 Merge branch 'main' of https://github.com/Signynt/virtual-footer 2025-08-30 19:41:43 +02:00
Signynt
ed7edeae36 Added setting to enable virtual content in popovers 2025-08-30 19:41:42 +02:00
Vincenzo Mitchell Barroso
54c907015f
Document virtual content pop-up feature
Added a section on showing virtual content in an expandable pop-up with CSS styling.
2025-08-28 10:55:45 +02:00
Vincenzo Mitchell Barroso
c8c0fde957
Add support section with Paypal donation link
Added donation link for support in README.
2025-08-28 10:34:11 +02:00
Signynt
68b56bde5f Updated manifest version number 2025-08-06 18:51:18 +02:00
Signynt
f1225a0dca Added catch to intercept errors, and instead display loading message 2025-08-06 18:50:11 +02:00
Signynt
b0172db388 Added setting to have virtual content refresh on metadata change 2025-08-06 18:42:36 +02:00
Signynt
fb3ee2c800 Updated npm 2025-08-06 18:32:53 +02:00
Signynt
e7590f1901 Updated readme to include another dataview example 2025-08-05 12:13:27 +02:00
Signynt
20a8abbef7 Added hint to settings about using Dataview instead of Multi-condition for very complex rules 2025-08-05 11:25:47 +02:00
Signynt
34d10cec28 Updated manifest version number 2025-08-04 22:11:02 +02:00
Signynt
e30c7ccb84 Merge branch 'main' of https://github.com/Signynt/virtual-footer 2025-08-04 22:10:18 +02:00
Signynt
fef4d206c7 Added an error message that get's sent to the console when a dataview query doesn't work. 2025-08-04 22:08:38 +02:00
Vincenzo Mitchell Barroso
5fa6609a64
Update README.md 2025-08-04 17:35:27 +02:00
Signynt
a622f3090b Updated readme to include info on dataview rules 2025-08-04 17:12:42 +02:00
Signynt
6ea861f7e9 Updated manifest version number 2025-08-04 17:08:24 +02:00
Signynt
f1f612a68f Updated description of new dataview rule, and fixed settings not being loaded on plugin load 2025-08-04 17:08:10 +02:00