Create and manages scraps of information in your Obsidian Vault
Go to file
2024-10-27 08:44:15 -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 Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
adjectives.ts Use month week and random name 2024-10-27 08:44:15 -04:00
esbuild.config.mjs build: minify prod build 2023-11-15 14:10:43 -05:00
main.ts Use month week and random name 2024-10-27 08:44:15 -04:00
manifest.json Initial commit for Scraps 2024-10-21 10:21:04 -04:00
nouns.ts Use month week and random name 2024-10-27 08:44:15 -04:00
package-lock.json Use month week and random name 2024-10-27 08:44:15 -04:00
package.json Use month week and random name 2024-10-27 08:44:15 -04:00
README.md Initial commit for Scraps 2024-10-21 10:21:04 -04:00
styles.css Update sample css file. 2022-08-09 13:39: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: Convert current file to Scrap - Moves and renames the current file to be a scrap
  • Scraps: 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!