lib | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.npmrc | ||
esbuild.config.mjs | ||
main.ts | ||
manifest.json | ||
pack.sh | ||
package-lock.json | ||
package.json | ||
README.md | ||
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 settings.Scraps: Move current file to Scraps
- Moves and the current file into the current Scrap directory. Does not rename the file.Scraps: Copy current file to Scraps
- Creates a copy of the current file in the current Scrap directory. Does not rename the file.Scraps: Rename current file as Scrap
- Renames the current file using the scrap file name settings and moves the file into the current Scrap directory.
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!