Skip to content

Releases: stanuch/NotionTeX

v2.0.1 - Bug Fix

07 Feb 00:58

Choose a tag to compare

Bug Fix

Fixed equation conversion failing when equations are inside parentheses, brackets, or immediately after punctuation [e.g., ($x=0$)] now converts correctly.

v2.0.0 - Automation Overhaul

06 Feb 20:39

Choose a tag to compare

v2.0.0

This release introduces a significant architectural rewrite of the extension, focusing on stability, speed, and user control. The update addresses previous race conditions in Notion's DOM and introduces a new hybrid workflow for converting LaTeX syntax.

Key Changes

1. Automated Macro Engine

A new Auto Mode (toggled via A key) utilizes keyboard macros to handle conversion without user intervention.

  • Smart Detection: Automatically distinguishes between Inline ($) and Block ($$) syntax.
  • Command Injection: Uses /inlinemath and /math commands respectively to ensure correct formatting.

2. Performance Tuning

  • Adjustable Delays: Users can now configure macro execution speed directly via the HUD overlay. This allows for optimization based on system performance and network latency.
  • Reliability: Improved DOM observation logic to prevent skipping items or getting stuck on active dialogs.

v1.0.0 - Initial Stable Release

05 Feb 18:49

Choose a tag to compare

v1.0.0

  • Smart Detection: Automatically finds and highlights LaTeX math ($...$) in Notion pages.
  • Navigation HUD: Interactive floating UI showing progress.
  • Keyboard Control:
    • Ctrl+Shift+E: Convert selected text into a native Notion inline equation
    • Right Arrow: Skip current equation (adds to Ignore List for this session).
    • Esc: Exit the tool.
  • Skip Logic: Skips allow you to ignore specific text blocks. The tool restores the $ delimiters automatically to keep your notes clean.