Skip to content

Tags: inhumantsar/slurp

Tags

0.6.1

Toggle 0.6.1's commit message
release: 0.6.1

- feat: set first image as banner frontmatter (#45)
- refactor: create frontmatter in post-processor

0.6.0

Toggle 0.6.0's commit message
release: 0.6.0

- feat: save remote images locally
- feat: pipeline + hooks
- Merge remote-tracking branch 'origin/main'
- chore: delete .opencode dir

0.5.1

Toggle 0.5.1's commit message
release: 0.5.1

- fix: require Obsidian 1.5.7 and update Readability
- ci: add local packaging script for local testing
- release: 0.5.0
- release: 0.5.0

0.5.0

Toggle 0.5.0's commit message
release: 0.5.0

- feat: prefill modal URL from selection (#85)
- docs: add frontmatter-only bookmarklet example
- docs: clarify release workflow
- release: 0.4.0
- feat: support frontmatter-only URI override (#84)
- release: 0.4.0b1
- feat: support frontmatter-only URI override

0.4.0

Toggle 0.4.0's commit message
release: 0.4.0

- feat: support frontmatter-only URI override (#84)
- release: 0.4.0b1
- feat: support frontmatter-only URI override

0.4.0b1

Toggle 0.4.0b1's commit message
release: 0.4.0b1

- feat: support frontmatter-only URI override
- release: 0.3.1
- release: 0.3.1

0.3.1

Toggle 0.3.1's commit message
release: 0.3.1

- fix: decode HTML with proper charset detection for non-UTF-8 pages (#82)
- add beans to dev env
- docs: update release workflow

0.3.0b1

Toggle 0.3.0b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

0.2.0

Toggle 0.2.0's commit message
release: 0.2.0

- feat: add frontmatter-only mode with per-note override (#71)
- feat: add mobile share menu integration (#70)
- feat: show human-friendly error messages for common HTTP errors (#75)

0.2.0b2

Toggle 0.2.0b2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>