Commit graph

41 commits

Author SHA1 Message Date
Sandro Ducceschi
09952c68e3 fix: various ui/ux issue 2025-09-19 17:11:56 +02:00
Sandro Ducceschi
512a239e4d
Merge pull request #21 from Haltarys/fix/url-escape
fix(utils/parse): escape quotes in image URL
2025-09-19 15:15:11 +02:00
Haltarys
dabd02f3bc fix(utils/parse): escape quotes in image URL
If the image name or one of its parent folder contains a single or double quote, the URL would cause a syntax error in the resulting CSS. This commit fixes this by wrapping the URL in double quotes and escaping any inner double quotes and backslashes in the process.
2025-07-10 17:54:32 +02:00
Sandro Ducceschi
521d42c0fd modified: updated readme 2025-07-03 19:53:00 +02:00
Sandro Ducceschi
f2c6ab3aca fix: css errors caused by last update 2025-07-03 19:50:08 +02:00
Sandro Ducceschi
a6e6297c31 fix: safari specific css for the linear-gradient based fade feature 2025-06-29 14:56:41 +02:00
Sandro Ducceschi
a82e743d42 minor improvements, substitute css image-mask for classic background use
- added support for file:/// urls
- removed image-mask in favor of the good old background property in order to fix iOS issues
- removed erroneous assets folder
2025-06-29 12:55:35 +02:00
Sandro Ducceschi
bcb6e60467 FIX: inline title/autohide issues
- when having multiple tabs open it was still possible for the frontmatter properties to be out of place
2025-06-27 12:07:18 +02:00
Sandro Ducceschi
5a79baa8f2 fix: inline title/autohide should get along now 2025-06-26 23:02:58 +02:00
Sandro Ducceschi
6c2dc23a11 fixed: display issues when showing inline titles 2025-06-25 21:21:08 +02:00
Sandro Ducceschi
efa1913260 datetime offset was not resetting to default value properly 2025-06-25 01:57:34 +02:00
Sandro Ducceschi
9655f330bf minor css fix 2025-06-23 17:15:38 +02:00
Sandro Ducceschi
5f8e68343c
Update README.md 2025-06-23 14:34:50 +02:00
Sandro Ducceschi
436f0f61cf added new settings, css additions, prepwork for future
- added a new view offset setting
- note offset now works even when frontmatter is not autohiding
- code preparations for future plugin interoperability cases
2025-06-23 14:28:37 +02:00
Sandro Ducceschi
8860d490c6
Update README.md 2025-06-22 16:11:44 +02:00
Sandro Ducceschi
cf505052b7 added experimental video support, minor improvements 2025-06-22 16:08:10 +02:00
Sandro Ducceschi
e97e97e36f
Merge pull request #6 from AMC-Albert/main
Fix relative paths parsing
2025-06-22 15:08:54 +02:00
Albert O'Shea
a49b3e1d3f Fix relative paths parsing 2025-05-27 14:43:09 +10:00
Sandro Ducceschi
50262e7327
Update README.md 2025-05-03 02:50:31 +02:00
Sandro Ducceschi
4887a54e3c
Update README.md 2025-05-03 01:33:07 +02:00
Sandro Ducceschi
aa19fcc65b
Update README.md
fixed incorrect video link to 0.3.0 demo
2025-05-03 01:18:38 +02:00
Sandro Ducceschi
8125f14520 fix: broken build 2025-05-03 01:14:20 +02:00
Sandro Ducceschi
2bf36b5ae6 Merge branch 'feature/refactor-and-datetime' 2025-05-03 01:09:30 +02:00
Sandro Ducceschi
173a8b51a4 datetime implementation 2025-05-03 01:09:18 +02:00
Sandro Ducceschi
4374ba0b35 major refactor
- added data store for banners
- better css variable handling
- more modularity
- reduced redundancy
- better performance
2025-05-02 01:57:33 +02:00
Sandro Ducceschi
83a66ec233 Merge branch 'feature/icons' 2025-04-30 00:19:30 +02:00
Sandro Ducceschi
01f25fd097 README update and version bump 2025-04-30 00:19:03 +02:00
Sandro Ducceschi
0c11da893e small bugfixes 2025-04-29 23:46:18 +02:00
Sandro Ducceschi
93bb66f1ee more sensible default settings for mobile 2025-04-29 20:50:24 +02:00
Sandro Ducceschi
8429275fc9 fix: windows renders font differently 2025-04-29 20:48:46 +02:00
Sandro Ducceschi
139c3f57cd frontmatter auto-hide feature is now optional
- moved settings migration to settings class
2025-04-29 20:22:09 +02:00
Sandro Ducceschi
b7707b0c18 migrate old settings to new format 2025-04-29 16:44:28 +02:00
Sandro Ducceschi
2f744a9aa7 WIP: all settings are now device type specific (besides frontmatter)
- also some various css improvements across device types
2025-04-29 15:59:28 +02:00
Sandro Ducceschi
7c644b6154 WIP: support for icon 2025-04-29 12:50:45 +02:00
Sandro Ducceschi
7ec18abb0d fixed: prevent banners in inline/embedded notes 2025-04-28 11:58:51 +02:00
Sandro Ducceschi
ec6b43fa19 code and css cleanup, further reducing overall size 2025-04-28 11:37:52 +02:00
Sandro Ducceschi
6e11541f3c
Added dataviewjs-example.md 2025-04-27 22:05:37 +02:00
Sandro Ducceschi
5994de2324
Update README.md 2025-04-27 21:46:04 +02:00
Sandro Ducceschi
649ceacafa README.md update 2025-04-27 21:37:45 +02:00
Sandro Ducceschi
e8e21ddee8 initial code commit 2025-04-27 21:33:41 +02:00
Sandro Ducceschi
3bc549e519
Initial commit 2025-04-27 21:30:43 +02:00