Nikolay Sokolov94 downloadsAutomatically moves purchased items to the bottom of their section.
An Obsidian plugin that automatically manages your shopping lists by reordering items as you check them off. It keeps your active items at the top and moves completed items to the bottom, ensuring your shopping experience is fluid and focused.
#). Reordering only happens within the current section, allowing you to maintain categories (e.g., "Produce", "Dairy") in a single file.The plugin only activates on files that are explicitly marked as shopping lists. You can do this in two ways:
shopping-list: true to the YAML frontmatter of your note.#shopping-list anywhere in your note.main.js, manifest.json, and styles.css from the latest release.shopping-list-automatic-reorder in your vault's .obsidian/plugins/ directory.If you want to contribute or build the plugin yourself:
npm installnpm run build (or npm run dev for watch mode)release.sh script to bump versions and create tags: ./release.sh 0.0.6Created with ❤️ for a better shopping experience.