Commit graph

  • 818f75f480 Update release workflow actions so attestations verify master David V. Kimball 2026-07-16 21:44:03 -0700
  • a1ba42d993 Add Obsidian 1.13 declarative settings; fix multi-window real-time apply for ribbon and help-button 0.12.9 David V. Kimball 2026-05-29 23:25:08 -0700
  • 8ea63a59fd Pre-emptively suppress Obsidian's auto-rename modal on new note; bump to 0.12.7 0.12.7 David V. Kimball 2026-05-27 11:03:32 -0700
  • d2024c53d3 Replace BRAT install instructions with community-plugins search David V. Kimball 2026-05-20 20:56:56 -0700
  • 780fd58ed4 Drop the inline sourcemap from production builds for reproducibility 0.12.6 David V. Kimball 2026-05-15 23:04:28 -0700
  • 4a07fd8c1c Replace :has() CSS and Node builtin imports for cleaner scorecard 0.12.5 David V. Kimball 2026-05-14 14:29:01 -0700
  • 38e2c98d76 Bump to 0.12.4 with CSS scorecard cleanup. 0.12.4 David V. Kimball 2026-05-14 13:13:21 -0700
  • 3520264887 Build release notes from the latest commit message. David V. Kimball 2026-05-14 11:29:14 -0700
  • ec556b8ec8 Bump to 0.12.3 with scorecard improvements. 0.12.3 David V. Kimball 2026-05-14 11:00:15 -0700
  • edb0cc8063 Improved nested property support. 0.12.2 David V. Kimball 2026-04-30 15:21:29 -0700
  • 5276e8ca2f fix: RTL / non-Latin titles 0.12.1 David V. Kimball 2026-04-22 13:40:16 -0700
  • 1b1297d7b4 Improve logic for determining new files for "background" git logic. 0.12.0 David V. Kimball 2026-03-27 22:53:40 -0700
  • 6ef3ea4f42 Removed AI-sounding language. 0.11.9 David V. Kimball 2026-03-24 16:13:35 -0700
  • 5a59410bb5 - Added draft detection mode setting: property-based or underscore prefix - When set to underscore prefix, hides draft property name and draft logic fields (not applicable) - Fixed false draft-to-published transitions when using underscore prefix mode - Fixed underscore prefix rename detection to use global setting, not just per-content-type - Published date field now shows for both detection modes 0.11.8 David V. Kimball 2026-03-19 23:27:49 -0700
  • a847269c61 Optional feature where clicking the title property opens the rename command automatically. Useful for keeping a title case title property and kebab-case file name in sync. 0.11.7 David V. Kimball 2026-03-05 21:49:34 -0800
  • 705839fb31 chore: remove explicit any typings across settings per standard David V. Kimball 2026-03-03 09:50:36 -0800
  • eec6c2b767 chore: Apply 1.11.0 SettingGroup upgrade 0.11.6 David V. Kimball 2026-03-02 23:24:02 -0800
  • 4a220ca49d Fix automation regression 0.11.4 David V. Kimball 2026-02-20 14:08:37 -0800
  • a3c101621d Now updated date property only updates if it already exists in the note. It won't be force-added. 0.11.3 David V. Kimball 2026-02-20 13:07:29 -0800
  • 0d0e9148d7 Made the "last updated" logic check far less aggressive. Doesn't look at property changes or minor edits, only legit edits. 0.11.2 David V. Kimball 2026-02-20 12:50:52 -0800
  • 32cb6e1ef0 You no longer need to restart Obsidian to see the changes of the heading type (Astro or Obsidian) work. 0.11.1 David V. Kimball 2026-02-20 09:05:10 -0800
  • f6579f5663 Fix MDX support claims in README davidvbot 2026-02-18 16:26:42 -0800
  • a119bd2605 Moved modified date feature/setting to per-content instead of global. 0.11.0 David V. Kimball 2026-02-18 16:01:49 -0800
  • 94bd39b0e6 Fixed help button swap detection on startup. 0.10.9 David V. Kimball 2026-02-13 15:22:47 -0800
  • 99cc269e4f Stability improvements and MDX bug fix. 0.10.8 David V. Kimball 2026-02-08 00:46:00 -0800
  • 85fccb44fd Default icon for help icon swap is now rocket instead of wrench to more easily differentiate the default button command. 0.10.7 David V. Kimball 2026-02-07 23:32:02 -0800
  • 13005f84d3 Added optional settings to automatically update date property when toggling off a "draft" status. Added optional setting to automatically update a modified date property when a change is made (can be the same as above). 0.10.6 David V. Kimball 2026-02-05 16:24:53 -0800
  • de27939593 Skills updated. David V. Kimball 2026-02-03 13:25:11 -0800
  • 408f75f93f - Centralized string utility: Created shared toKebabCase function for consistent slugs and anchors. - Fixed Astro routing: Prevented trailing slashes before anchors (e.g., /path#heading) in link conversion. - UI Refinement: Reorganized settings tab with improved grouping and conditional visibility. - Stability: Added platform checks to ensure desktop-only commands don't register on mobile. - Maintenance: Updated dependencies (TypeScript, esbuild) and refactored redundant code. 0.10.5 David V. Kimball 2026-01-30 23:15:46 -0800
  • 2ebc6e054a New obsidian-dev-skills setup. David V. Kimball 2026-01-23 16:02:55 -0800
  • 23fe4814c3 Script cleanup. David V. Kimball 2026-01-21 23:07:41 -0800
  • 5a5c47d0fe Updated skills. David V. Kimball 2026-01-21 22:28:08 -0800
  • 258deb24e8 New feature: don't process background files. Now when pulling with git, you won't be bombarded with modals if you enable this and Obsidian is open. 0.10.4 David V. Kimball 2026-01-21 15:54:30 -0800
  • 744ad8da18 File tracking logic for the event handler improved: creating new content from the file explorer in succession will now work more reliably. OpenSkills used for dev. 0.10.3 David V. Kimball 2026-01-20 16:01:17 -0800
  • 2d5ce56d36 Default terminal for Windows 11 is now Windows Terminal instead of cmd. 0.10.2 David V. Kimball 2026-01-19 16:00:15 -0800
  • 6abe98c4cd Add per-content-type create commands and upgraed terminal options 0.10.1 David V. Kimball 2026-01-10 22:57:24 -0800
  • 204aff9ced Agents documentation updates. David V. Kimball 2026-01-07 15:52:27 -0800
  • 2a3a84e479 Minor linting fixes. 0.10.0 David V. Kimball 2026-01-06 23:01:23 -0800
  • 47d7fb2669 Scoped settings container to avoid affecting other plugins. 0.9.9 David V. Kimball 2026-01-03 15:26:30 -0800
  • 5114b11e21 Fixed double line heading issue for older Obsidian versions. 0.9.8 David V. Kimball 2026-01-01 21:35:07 -0800
  • 2f331b4fc4
    Merge pull request #6 from mattjefferson/fix/create-modal-loop David V. Kimball 2026-01-01 21:33:28 -0800
  • 2ce79a238b fix: prevent duplicate create modal listeners mattjefferson 2026-01-01 21:21:44 -0600
  • a0ce6d0566 Add full MDX support and fix file creation reliability issues 0.9.7 David V. Kimball 2025-12-29 14:18:05 -0800
  • 3193423b5a Fixed renaming feature to work with the {{slug}} variable in properties. 0.9.6 David V. Kimball 2025-12-29 09:48:00 -0800
  • cdc891a397 Fix user-reported issues: cursor jumping, YAML parsing, and slug support 0.9.5 David V. Kimball 2025-12-29 09:38:58 -0800
  • 37d6040757 Add error handling to setup script and update dependencies David V. Kimball 2025-12-25 09:58:14 -0800
  • 39ff788c4e Upgrade to pnpm, standardize tooling, and improve project infrastructure David V. Kimball 2025-12-24 13:36:09 -0800
  • dce371595d Migrate to ESLint flat config and add comprehensive agent documentation 0.9.4 David V. Kimball 2025-12-18 16:34:15 -0800
  • 904e1f7a89 Add content type management features and improve settings reactivity 0.9.3 David V. Kimball 2025-12-11 12:19:33 -0800
  • 9232a6268a Prevent deleted content types from being restored 0.9.2 David V. Kimball 2025-12-10 23:09:16 -0800
  • 42ebe5e90e Reload settings at runtime and fix automation for new content types 0.9.1 David V. Kimball 2025-12-10 22:44:53 -0800
  • caf53ca940 Refactor: unify Posts/Pages into generic ContentType system 0.9.0 David V. Kimball 2025-12-10 16:45:05 -0800
  • 6b3a2394ee Fix new note modal: empty input and respect creationMode 0.8.7 David V. Kimball 2025-12-05 14:21:01 -0800
  • c5a79a23b9 feat: Add mobile compatibility and wildcard path matching support 0.8.6 David V. Kimball 2025-12-02 15:13:58 -0800
  • 6e184d4383
    Update README.md David V. Kimball 2025-11-25 11:16:42 -0800
  • af9337f761 Version bump for desktop-only fix. 0.8.5 David V. Kimball 2025-11-24 13:23:27 -0800
  • c40b242c88 Reverted Astro Composer being set to "true" For desktop only. David V. Kimball 2025-11-24 13:19:41 -0800
  • 6816954bf7 Add help button replacement feature with command and icon pickers 0.8.4 David V. Kimball 2025-11-22 20:58:57 -0800
  • 12f366129e Fix ribbon icon toggle sync with command enable/disable state 0.8.3 David V. Kimball 2025-11-21 14:25:12 -0800
  • 1aee5b74cf Added new feature: open terminal command and open Astro config command. More tweaks and enhancements for this feature on their way. David V. Kimball 2025-11-21 13:33:04 -0800
  • cc4eefae46
    Update README.md David V. Kimball 2025-11-19 21:59:46 -0800
  • 7519aa1a4a
    Update README.md David V. Kimball 2025-11-19 21:58:11 -0800
  • 10edbd6ae5
    Update README.md David V. Kimball 2025-11-19 21:50:51 -0800
  • a24bed16e7
    Update README.md David V. Kimball 2025-11-19 21:49:01 -0800
  • 0f94b05158 Updated readme. David V. Kimball 2025-11-18 23:41:37 -0800
  • 6a25746e5d Add programmatic renameContentByPath API for plugin integration 0.8.2 David V. Kimball 2025-11-17 15:01:00 -0800
  • 0a1ad0e4f1
    Update README.md David V. Kimball 2025-11-14 12:31:02 -0800
  • 31b692b24b
    Update README for content creation features David V. Kimball 2025-11-14 12:29:51 -0800
  • 8a94910ffa
    Update README.md David V. Kimball 2025-11-14 12:27:00 -0800
  • fb342ef6b6 Pre-populate title modal with link text when creating files from wikilinks and quick switcher 0.8.1 David V. Kimball 2025-11-14 11:19:57 -0800
  • 6cbeaf769c Fix code review issues: sentence case UI text, promise handling, and type safety 0.8.0 David V. Kimball 2025-11-06 08:55:09 -0800
  • a609e71da0 Fix trailing slash logic for anchor links 0.7.9 David V. Kimball 2025-11-04 14:14:33 -0800
  • 0cfe8cc82d Fix ESLint errors and improve heading link copy functionality 0.7.8 David V. Kimball 2025-11-04 12:56:45 -0800
  • 838470076f Fix: separate automation logic for posts, pages, and custom content types 0.7.7 David V. Kimball 2025-10-26 21:25:00 -0700
  • 2896026539
    Update funding sources in FUNDING.yml David V. Kimball 2025-10-24 13:20:52 -0700
  • f11e704878 Fix rename functionality to ensure automatic link update settings are respected David V. Kimball 2025-10-24 11:53:52 -0700
  • 4f4eb84cd7 Fixed so CTRL + N works with the modal again. 0.7.5 David V. Kimball 2025-10-23 12:34:42 -0700
  • 3e7c48e12c Replace unsafe type casts with nstanceof checks and remove debug console.logs 0.7.4 David V. Kimball 2025-10-08 21:34:47 -0700
  • ea5754ccd3 Fix file rename functionality for titles with special characters 0.7.3 David V. Kimball 2025-10-08 20:40:20 -0700
  • dff3567106 Removed styles property. 0.7.2 David V. Kimball 2025-10-08 09:17:12 -0700
  • b204bb02c2 Updated manifest. David V. Kimball 2025-10-07 23:18:23 -0700
  • 51cad6f12f
    Update README.md David V. Kimball 2025-10-07 23:05:13 -0700
  • 91aed43354 Fix link conversion and improve security compliance David V. Kimball 2025-10-07 23:00:43 -0700
  • f1bd52fc57 The Rename command respects users "Automatically relink files" setting in Obsidian. 0.7.1 David V. Kimball 2025-10-06 22:22:16 -0700
  • 2f873910f1 If no pages folder directory is specified, it will now only use the vault root folder, not any folder in the vault. 0.7.0 David V. Kimball 2025-10-04 20:30:09 -0700
  • f44e5eb9af
    Update README.md David V. Kimball 2025-10-02 21:45:45 -0700
  • 418f6ac419 Renamed setting "Only automate in this folder" to "Ignore subfolders". Removed red box warning from settings when conflicting folders were detected. 0.6.9 David V. Kimball 2025-09-26 15:45:32 -0700
  • 1a90c30e98 Fix automation logic and file processing for blank Posts folder. 0.6.8 David V. Kimball 2025-09-26 12:17:14 -0700
  • 4166a1769b Removed logging. 0.6.7 David V. Kimball 2025-09-26 00:08:00 -0700
  • ca21d94be0 Fix blank posts folder automation and path handling. David V. Kimball 2025-09-26 00:05:13 -0700
  • 7fad0d3156 Settings UI overhaul and enhanced multi-content-type link conversion. 0.6.6 David V. Kimball 2025-09-24 13:25:30 -0700
  • 4be12b8e99 Fixed bug: new markdown files inside of the vault will no longer trigger the modal pop up unless the "Create new note" command is used. David V. Kimball 2025-09-23 23:44:16 -0700
  • 9751a0439b Smart content detection and mobile modal fixes 0.6.4 David V. Kimball 2025-09-23 16:08:29 -0700
  • 3b779e0b8f Improved mobile user experience for the naming and renaming functions. 0.6.3 David V. Kimball 2025-09-23 15:30:27 -0700
  • 77cdaaae0e Updated lock file. David V. Kimball 2025-09-21 23:35:02 -0700
  • e7716459b7 Smart index file detection and improved code quality. 0.6.2 David V. Kimball 2025-09-21 23:06:24 -0700
  • 3365d052c2 Remainder of performance and structural improvements via agents.md. David V. Kimball 2025-09-21 22:52:54 -0700
  • 188ab61930 Performance and structural improvements via agents.md. David V. Kimball 2025-09-21 22:51:32 -0700
  • ca829e4b9b Improve file renaming logic and frontmatter preservation 0.6.1 David V. Kimball 2025-09-17 22:10:03 -0700
  • b149b55c22 Fixed rename command so that title property no longer moves after being renamed. 0.6.0 David V. Kimball 2025-09-17 15:07:41 -0700