Commit graph

  • 1d1c9d2a4a Refactor type definitions for clarity and consistency main JK 2026-07-21 16:45:45 +0200
  • 980e34ef86 fix(tikz-editor): resolve statement parsing with embedded semicolons, node math rendering, and multi-selection JK 2026-07-21 16:18:23 +0200
  • f0ce1930b8 fix(canvas): resolve text node translation, library resolution, and canvas panning JK 2026-07-21 15:50:06 +0200
  • ec2e6f7dda fix(equations): resolve display math parsing failure with adjacent inline math JK 2026-07-20 18:54:31 +0200
  • bf50d6b89d deploy: 77f5f739b5 gh-pages YouFoundJK 2026-07-20 13:20:33 +0000
  • 77f5f739b5 feat(equations): add document-level equation prefix via hidden obsitex block JK 2026-07-20 15:18:59 +0200
  • 2624b13385 feat(row-layout): fix column lists rendering alignment, spacing, and continuation JK 2026-07-18 11:20:27 +0200
  • 16ca794de8 fix(equations): preserve LaTeX row-break dimensions in sub-equation tagging JK 2026-07-17 13:06:44 +0200
  • 27caaa6ef4 lint(loader): improve error handling and timeout management in TikzJaxLoader JK 2026-06-28 12:37:47 +0200
  • 8e7a3072ef feat(snippets): add text transform for cleaning inline double dollar equations JK 2026-06-28 12:34:59 +0200
  • 5783d3591f fix(tikz): resolve coordinate distortion in circuitikz and prevent parser crash JK 2026-06-14 20:49:11 +0200
  • bf725acd14 feat(tikz): enhance AssetsManager and TikzEditorModal for package management; improve canvas rendering and settings structure JK 2026-06-14 16:26:49 +0200
  • 67c6e83bf9 feat(tikz): add new circuit and flowchart components to AssetsManager; enhance library tab functionality in LeftSidebar JK 2026-06-14 11:20:28 +0200
  • 53def164d5 refactor(load-time): lazy load heavy dependencies and optimize startup performance JK 2026-06-14 11:10:15 +0200
  • 1642b5cd76 feat(tikz): implement undo functionality and clean up TikZ output generation JK 2026-06-14 09:18:41 +0200
  • 416e4fa987 feat(tikz): enhance canvas coordinate handling and modal overlay management JK 2026-06-14 00:41:24 +0200
  • 3f0ea8c86c feat(tikz): enhance SVG parsing and element deletion; add duplication functionality JK 2026-06-14 00:36:16 +0200
  • c5acdb0a36 update docs; version bump v0.0.3 0.0.3 JK 2026-06-06 12:13:31 +0200
  • eea4d67e3e
    feat(tikz): major rendering, layout, and editor enhancements (#1) Jovi Koikkara 2026-06-06 12:08:11 +0200
  • ba4689aa28 fix: cast types to unknown for compatibility in TikzJaxLoader and worker functions dev JK 2026-06-06 11:52:36 +0200
  • ba4f64eeb4 Refactor documentation and enhance features for TeXcore plugin JK 2026-06-06 11:08:14 +0200
  • e979252b6c refactor: remove unused dependencies and improve error handling in TikZ components JK 2026-06-06 10:58:35 +0200
  • 515ffed7f5 feat(tikz): refine column layout handling for improved responsiveness and alignment JK 2026-06-06 10:40:29 +0200
  • 075eb559be Refactor TikZ editor components and improve code readability JK 2026-06-06 00:51:48 +0200
  • 29a717ad4e featr: Enhance selection handling and UI updates JK 2026-06-06 00:26:44 +0200
  • f17bc66c4e feat: enhance TikZ editor with tooltips for keyboard shortcuts, add thickness control, and improve snapping functionality JK 2026-06-05 21:52:46 +0200
  • 2bf059a65f feat(tikz): implement dynamic column width calculation and update row layout for improved rendering JK 2026-06-05 18:39:37 +0200
  • 4b10591bbc feat(tikz): enhance SVG bounding box calculation and layout adjustments for improved rendering JK 2026-06-05 18:36:11 +0200
  • c4c59f0b6d fix(tikz): correct symbol rendering shift, compact layout spacing, and resolve dependencies JK 2026-06-05 16:15:40 +0200
  • 658276073b fix(tikz): webassembly initialization JK 2026-06-05 15:45:52 +0200
  • bf83c2a9d7 feat(tikz): transition to on-demand lazy asset loading model JK 2026-06-05 15:23:42 +0200
  • bea33c7cac feat(tikz): decouple TikZJax loader and assets for fully offline, worker-based rendering JK 2026-06-05 15:15:06 +0200
  • 4aa6d9cdac Updated Naming Convention 0.0.1 JK 2026-06-05 14:50:35 +0200
  • 2cf270523a feat: redesign settings UI, add Integrations tab, and support dynamic Zotero cleanup command JK 2026-06-05 14:41:49 +0200
  • 7c08b356d4 feat(settings): redesign settings tab with categories, search, i18n, and what's new modal JK 2026-06-05 14:18:45 +0200
  • 3dc3333ab6 css important may backfire JK 2026-06-04 21:31:18 +0200
  • e427438d1f fix lint II JK 2026-06-04 21:26:06 +0200
  • 157c0b57ab lin fix I JK 2026-06-04 21:01:36 +0200
  • b6392a5523 refactor: reorganize src into modular structure and increase test coverage JK 2026-06-04 20:50:07 +0200
  • 0f00ee5f90 setting up prod release JK 2026-06-04 20:20:27 +0200
  • 88cb4e38d5 fix lint more updating JK 2026-06-04 19:11:00 +0200
  • bcc1be7933 updating the plugin JK 2026-06-04 18:43:52 +0200
  • ad4ad7969b feat(tikz): add export SVG functionality and enhance overlay header JK 2026-06-04 18:05:33 +0200
  • 4fb6142978 Fix tikz for PDF printing JK 2026-06-04 17:54:46 +0200
  • f1d2e81e85 feat(row-layout): enhance column formatting and width handling in row layout JK 2026-06-04 17:06:46 +0200
  • ff059cdf28 fix(tikz): prevent uncaught null reference errors in tikzjax-load-finished event JK 2026-06-04 16:53:46 +0200
  • efa8d8f94a feat(tikz): add TikZ live preview overlay functionality JK 2026-06-04 16:27:33 +0200
  • 096e18bd3c fix flickering when typing outside the live render JK 2026-06-04 15:08:08 +0200
  • 57f99e33fd feat(tikz): add support for fetching and applying TikZJax CSS styles JK 2026-06-04 14:13:26 +0200
  • c548bac003 feat(row-layout): aggressively compress vertical spacing for row layout JK 2026-06-04 14:07:12 +0200
  • 2c48c019f0 feat(row-layout): add side-by-side row layout for Reading View and Live Preview JK 2026-06-04 13:54:39 +0200
  • a460ca5bea feat: implement robust offline-first TikZ diagram rendering support JK 2026-06-04 13:30:53 +0200
  • 451ff80edf feat: implement custom note management with hotkey support JK 2026-05-31 20:50:04 +0200
  • ed45018fdc fix: update regex for equation links to correctly handle sub-indices JK 2026-05-28 12:00:23 +0200
  • c5786a8913 fix lazy multiline latex in callout leads to corrupt live preview JK 2026-05-18 18:41:47 +0200
  • 6018bd89a5 feat: add Zotero cleanup feature to remove duplicate annotations from active note JK 2026-05-18 14:21:03 +0200
  • e1f8b1831b feat(snippets): add 'Clean Double Dollar Symbols' text transform snippet JK 2026-04-27 14:06:44 +0200
  • 80f7042a57 feat(snippets): streamline snippet management and introduce text transformation features JK 2026-04-24 18:28:17 +0200
  • d1d809f029 fix(live-preview): fixed cursor kicking when editing referenced block JK 2026-04-20 00:40:03 +0200
  • bcc862731a feat(equation-cache): NO VAULT WIDE scans at startup; remove EquationCache and integrate equation processing directly in LatexLinkProvider JK 2026-04-20 00:12:52 +0200
  • bd877592c0 fix(equations): enhance handling of list sections in equation processing JK 2026-03-26 21:05:20 +0100
  • a3d9e1e494 fix(callout): Implement custom rendering for equation links and numbers in dynamically rendered callouts. JK 2026-03-06 18:35:56 +0100
  • 94cd23a4c3 Added docs JK 2026-01-21 20:08:11 +0100
  • 02da857384 Docs updating JK 2026-01-18 19:15:45 +0100
  • 9d9889e99c feat(pdf-export): improve modal layout and preview sizing - Refactor export modal to use a 2-column flex layout (preview left, settings right). - Increase modal dimensions to 90vw width and 90vh height for better visibility. - Fix PDF preview sizing to ensure full width and height are visible by calculating webview height from physical page dimensions. - Remove padding and alignment constraints from the preview container to maximize space. JK 2026-01-18 02:04:28 +0100
  • 8512d8158b feat: add custom LaTeX snippets feature with hotkey support JK 2026-01-18 01:13:23 +0100
  • 9d5f3aa68b version bump JK 2026-01-18 00:54:10 +0100
  • 138e40e4b2 fix: resolve pdf export issues and callout math formatting validation JK 2026-01-18 00:51:32 +0100
  • a35f355956 fixed mathblock obsidian problem when mathJax inside codeblock doesnt start with > JK 2026-01-17 23:59:21 +0100
  • b3aec3f6c3 fixed rendering in Callout Manager JK 2026-01-17 22:45:36 +0100
  • e8e9b3e93e Fixed pdf export JK 2025-11-09 16:41:22 +0100
  • 47b7ad4639 fix: obsidian-export-better-pdf updated syntax to match latest version of node libs JK 2025-11-09 15:49:28 +0100
  • e4d60f4d65 feat: adding obsidian-better-export-pdf JK 2025-11-08 19:07:11 +0100
  • 596bd1daa7 version: updated esbuild, npm and version JK 2025-11-08 18:08:31 +0100
  • 06ffb81f65 feat: Quick Preview external dependency removed JK 2025-11-08 17:16:36 +0100
  • 230193aa1d refactor: remove legacy styles and enhance search functionality JK 2025-11-08 16:56:28 +0100
  • 74292ebc70 cleanup: Remove unused code and simplify utilities JK 2025-11-08 17:51:55 +0100
  • 31008d1443 refactor: remove legacy equation and search modules; update imports for new feature structure JK 2025-11-08 16:11:07 +0100
  • 83f425243a feat: remove MathLinks integration and related code JK 2025-11-08 15:04:57 +0100
  • 4eb40c41e2 feat: add sub-equation reference support and improve equation tagging logic JK 2025-11-02 15:20:56 +0100
  • f8b3725ae3 refactor: improve equation numbering logic and consistency across views JK 2025-11-02 11:21:14 +0100
  • e31a9b0cb2 refactor: streamline equation referencing and plugin settings JK 2025-10-30 23:24:05 +0100
  • 72f2e080ab feat: major refactor of equation numbering and provider logic JK 2025-11-08 17:38:01 +0100
  • 9cc87ab062 disabled plugin split notice JK 2025-10-30 21:51:40 +0100
  • 20a96458a3 Reroute Search & Autocomplete to the New System JK 2025-10-30 21:00:54 +0100
  • d1e5f85603 Staging the setup JK 2025-10-30 20:51:44 +0100
  • 7e75089cb2 initializing JK 2025-10-30 20:16:32 +0100