Create and manages scraps of information in your Obsidian Vault
Go to file
2024-10-28 11:26:03 -04:00
lib Build out lib dir 2024-10-28 11:03:02 -04:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore fix .eslintignore (#48) 2023-01-19 10:06:51 -05:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Build out lib dir 2024-10-28 11:03:02 -04:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
esbuild.config.mjs build: minify prod build 2023-11-15 14:10:43 -05:00
main.ts Build out lib dir 2024-10-28 11:03:02 -04:00
manifest.json Initial commit for Scraps 2024-10-21 10:21:04 -04:00
pack.sh Improve pack script 2024-10-28 11:26:03 -04:00
package-lock.json Use month week and random name 2024-10-27 08:44:15 -04:00
package.json Build out lib dir 2024-10-28 11:03:02 -04:00
README.md Build out lib dir 2024-10-28 11:03:02 -04:00
tsconfig.json Fix inconsistent indentation 2024-01-19 21:14:58 +02:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json Update for 0.15 2022-08-09 13:38:50 -04:00

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!