Tags: inhumantsar/slurp
Tags
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 <[email protected]> * Add metadata-only option to save frontmatter without page content Co-authored-by: inhumantsar <[email protected]> * Add checkbox to new note modal for per-note metadata-only override Co-authored-by: inhumantsar <[email protected]> * Use nullish coalescing operator for better readability Co-authored-by: inhumantsar <[email protected]> * Rename metadataOnly to frontmatterOnly and update UI labels Co-authored-by: inhumantsar <[email protected]> * Fix code style issues: use nullish coalescing and add missing semicolon Co-authored-by: inhumantsar <[email protected]> * Skip parseMarkdown when frontmatterOnly is true and update tests with mocks Co-authored-by: inhumantsar <[email protected]> * Remove unused frontmatterOnlyOverride parameter from slurpNewNoteCallback Co-authored-by: inhumantsar <[email protected]> * Update log message and rewrite tests to call slurp() with proper mocks Co-authored-by: inhumantsar <[email protected]> * Bump version to 0.2.0b2 Co-authored-by: inhumantsar <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: inhumantsar <[email protected]> Co-authored-by: Shaun Martin <[email protected]>
feat: add mobile share menu integration (#70) * Initial plan * Initial commit - set up for Android share support Co-authored-by: inhumantsar <[email protected]> * Add Android share menu support for Slurp Co-authored-by: inhumantsar <[email protected]> * Change extendShareMenu default to true and reorder in settings Co-authored-by: inhumantsar <[email protected]> * Bump version to 0.2.0b1 Co-authored-by: inhumantsar <[email protected]> * Change "Android" to "mobile" in share menu setting description Co-authored-by: inhumantsar <[email protected]> * Remove extendShareMenu setting - always enable share menu Co-authored-by: inhumantsar <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: inhumantsar <[email protected]>
PreviousNext