Releases: lun-4/obsidian2web
Releases · lun-4/obsidian2web
1.4.0
What's Changed
- add support for video files being included as media by @lun-4 in #33
- zig 0.12 and zig package manager by @lun-4 in #38
- json canvas support by @lun-4 in #39
- uses the jsoncanvas js provided by obsidian themselves: https://github.com/obsidianmd/jsoncanvas
- Add date custom element & processor by @emma-sg in #40
- Implement image scaling for crosslinks by @regalialong in #45
- use source pcre build by @lun-4 in #46
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- fix overflow & wrapping issues by @emma-sg in #20
- redo layout with sticky sidebar above 1280px width by @emma-sg in #22
- generate opengraph meta tags by @lun-4 in #28
- static twitter embeds by @lun-4 in #29
- fix(css): Add left side margin by @regalialong in #30
- move codeblock to a pre processor by @lun-4 in #31
- this should fix codeblocks' stability
- correctly display images that are larger than viewport by @lun-4 in 3a17107
New Contributors
- @regalialong made their first contribution in #30
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- add custom_css by @lun-4 in #11
- Page toc by @lun-4 in #12
- Tag index by @lun-4 in #16
- add tag listing to side pane by @lun-4 in #17
- somewhat better support for unicode by @lun-4 in b7c7c2e
- enable table support by @lun-4 in 9cf0346
- override ctime of a page with
+++-zola-syntax by @lun-4 in 036d043 - add code highlighting by @lun-4 in 54a21f8
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- use specified font stack as font-family by @emma-sg in #1
- replace bespoke url encoding for specific characters with more generic impl by @emma-sg in #2
- Highlight currently open page by @emma-sg in #3
- Escape html entities by @emma-sg in #4
- Tag support by @lun-4 in #6
- Major refactors by @lun-4 in #7
Full Changelog: v1.0.0...1.1.0