Tags: inhumantsar/slurp
Tags
Convert LaTeX/MathJax math delimiters to Obsidian format (#73) * Initial plan * Add math delimiter conversion support for LaTeX/MathJax expressions Co-authored-by: inhumantsar <494253+inhumantsar@users.noreply.github.com> * fix: tighten math delimiter conversion * release: 0.3.0b1 - feat: add MathJax/LaTeX delimiter conversion support
feat: add frontmatter-only mode with per-note override (#71) * Initial plan * Initial exploration complete - preparing to add metadata-only option Co-authored-by: inhumantsar <494253+inhumantsar@users.noreply.github.com> * Add metadata-only option to save frontmatter without page content Co-authored-by: inhumantsar <494253+inhumantsar@users.noreply.github.com> * Add checkbox to new note modal for per-note metadata-only override Co-authored-by: inhumantsar <494253+inhumantsar@users.noreply.github.com> * Use nullish coalescing operator for better readability Co-authored-by: inhumantsar <494253+inhumantsar@users.noreply.github.com> * Rename metadataOnly to frontmatterOnly and update UI labels Co-authored-by: inhumantsar <494253+inhumantsar@users.noreply.github.com> * Fix code style issues: use nullish coalescing and add missing semicolon Co-authored-by: inhumantsar <494253+inhumantsar@users.noreply.github.com> * Skip parseMarkdown when frontmatterOnly is true and update tests with mocks Co-authored-by: inhumantsar <494253+inhumantsar@users.noreply.github.com> * Remove unused frontmatterOnlyOverride parameter from slurpNewNoteCallback Co-authored-by: inhumantsar <494253+inhumantsar@users.noreply.github.com> * Update log message and rewrite tests to call slurp() with proper mocks Co-authored-by: inhumantsar <494253+inhumantsar@users.noreply.github.com> * Bump version to 0.2.0b2 Co-authored-by: inhumantsar <494253+inhumantsar@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: inhumantsar <494253+inhumantsar@users.noreply.github.com> Co-authored-by: Shaun Martin <inhumantsar@protonmail.com>
PreviousNext