Releases: adrian-fuertes/typora-notion-theme
v1.2.1
Fix internal links in PDF export
This release fixes internal links when exporting a markdown note into PDF format.
Previously, internal links were rendered unclickable when exporting a note as a PDF. This issue was caused by accessing the .opacity
property when defining .md-def-url
properties. Access to that property has been removed and internal links should work again after exporting!
v1.2.0
Reworked all themes and bug fixes
This release reworks the source code of all themes. Each color used now refers to a css custom property with a descriptive name on the root of the file. This change vastly facilities theme editing, allowing you (and me) to make small tweaks with confidence and clarity.
The release also addresses several standing issues. Concretely,
- Checkboxes are finally properly aligned and centered #8 (thank you @maxedahlgren!)
- Cursors colors have adequate contrast in all modes #10, #11, #17
- CodeMirror variables have improved readability #12, #14
This release incorporates a lot of changes, though the core themes should remain the same. If any problems remain, be sure to create an issue and I'll do my best to address it.
Thank you to all 25K of you (🥳🎉) who have downloaded this theme and a special thank you to @danielcs88, @NoneAndNever, @YH3Ai, @vinamelody, @BrainCrumbz, @maxedahlgren for creating great issues and helping me improve this theme.
v1.1.2
Miscellaneous fixes
This release fixes a few bugs addressed in Issues #6 and #8
General changes
- Fixed
✓
sizing in checkboxes. Its size is now relative to the text size, preventing it (almost) from clipping at smaller text sizes. - Increased the default text size from
14px
to16px
, which is the standard in the default themes.
Windows/Linux
- Changed the top-menu background color. It now inherits it, preventing the Windows window management UI mismatch.
- The background color in the "recent file search" top bar has been changed. Is it no longer an ugly/contrasting white.
Thank you to @enricodarodda, @TosakRin, @Maizehsu and @Neptunian-shushu for bringing up these issues.
v1.1.1
Added support for Windows/Linux Unibody mode!
This update makes Windows/Linux usable by adding adequate contrast and colors to their Unibody mode.
Additionally, the cursor visibility in source mode
has now been fixed.
This update is a quick fix, the UI colors for Unibody mode still needs to be improved.
v1.1.0
Added new darker
theme variant, to go along with the new dark mode in Notion. Since this was a controversial change, the original dark
theme is left intact.
Additionally, when using the classic
style, inline code fences now more closely resemble those in Notion, having red text and a grey background.
If you have any suggestions feel free to leave an issue in this repository 🤠
v1.0.1
v1.0.0
Created the Notion
theme for Typora!
This release includes both dark and light themes, in enhanced and original styles.