Releases: stanuch/NotionTeX
Releases · stanuch/NotionTeX
v2.0.1 - Bug Fix
v2.0.0 - Automation Overhaul
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
/inlinemathand/mathcommands 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
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 equationRight 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.