Commit graph

11 commits

Author SHA1 Message Date
JK
f17bc66c4e feat: enhance TikZ editor with tooltips for keyboard shortcuts, add thickness control, and improve snapping functionality
- Updated left sidebar tool buttons to include keyboard shortcuts in titles.
- Added a thickness slider in the right sidebar for adjusting element thickness.
- Refactored snapping functionality to allow for different modes (grid, half, none) and updated related UI elements.
- Improved error handling in TikZ code generation and added support for new shapes (circles, rectangles, triangles).
- Enhanced CSS for better layout and user experience, including adjustments for canvas controls and element interactions.
2026-06-06 00:52:05 +02:00
JK
658276073b fix(tikz): webassembly initialization 2026-06-05 15:50:54 +02:00
JK
4aa6d9cdac Updated Naming Convention 2026-06-05 14:50:35 +02:00
JK
b6392a5523 refactor: reorganize src into modular structure and increase test coverage 2026-06-04 20:50:07 +02:00
JK
bcc1be7933 updating the plugin 2026-06-04 20:12:07 +02:00
JK
4fb6142978 Fix tikz for PDF printing 2026-06-04 20:12:06 +02:00
JK
a3d9e1e494 fix(callout): Implement custom rendering for equation links and numbers in dynamically rendered callouts. 2026-06-04 20:12:05 +02:00
JK
9d5f3aa68b version bump 2026-06-04 20:12:04 +02:00
JK
e8e9b3e93e Fixed pdf export 2026-06-04 20:12:03 +02:00
JK
230193aa1d refactor: remove legacy styles and enhance search functionality
- Deleted unused CSS/SCSS files: generated-styles.css, obsidian-styles.css, styles.scss, framed.scss, plain.scss, mathwiki.scss, vivid.scss, and main.css.
- Introduced new `main.css` with optimized styles for equation numbering, theorem callouts, and dependency validation.
- Updated esbuild.config.mjs to copy `main.css` to the development vault.
- Simplified `renderSuggestion` in `core-search.ts` and removed redundant class logic in `modal.ts`.
- Streamlined styling and improved maintainability while enhancing search behavior.
2026-06-04 20:12:03 +02:00
JK
7e75089cb2 initializing 2026-06-04 20:11:56 +02:00