Skip to content

Releases: adrian-fuertes/typora-notion-theme

v1.2.1

06 Feb 13:37
e3d9a50
Compare
Choose a tag to compare

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!

Thank you to @sunkoto for bringing this issue up in #19 ❤️

v1.2.0

06 Jan 16:06
3a7ae3d
Compare
Choose a tag to compare

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

28 Mar 17:26
1af86ae
Compare
Choose a tag to compare

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 to 16px, 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

28 Feb 17:54
4ad8669
Compare
Choose a tag to compare

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

23 Feb 11:43
ea0e8c4
Compare
Choose a tag to compare

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

21 Feb 17:37
Compare
Choose a tag to compare
  • Front matter is now properly displayed
  • Text and lists in quotations are now indented correctly (nice catch @rXYZkit!)

v1.0.0

14 Feb 17:15
Compare
Choose a tag to compare

Created the Notion theme for Typora!

This release includes both dark and light themes, in enhanced and original styles.