.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.npmrc | ||
esbuild.config.mjs | ||
main.ts | ||
manifest.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
styles.css | ||
tsconfig.json | ||
version-bump.mjs | ||
versions.json |
Scraps for Obsidian
Create and manage Scraps of information. Thoughts, ideas, snippets, pictures, or whatever you want to toss into your pile of Scraps.
This plugin manages a folder in your Obsidian Vault which contains "Scraps": files organized into folders by date. That's pretty much the whole concept! Think of it like a more formatted Unique Note Creator with the intention of creating a structured place to collect thoughts and snippets over time.
Commands
Scraps: Create new Scrap
- Creates a new file based on the plugin settingsScraps: Convert current file to Scrap
- Moves and renames the current file to be a scrapScraps: Copy current file to Scraps
- Creates a copy of the current file as a scrap
Status
This is an early concept and is not meant for wider public use at this time. That said, it works as-is, so if this seems interesting and you know how to manually install Obsidian plugins, give it a try!