zadam / trilium-web-clipper

Save web clippings to Trilium Notes.
GNU General Public License v3.0
256 stars 53 forks source link

Add option to prompt for attribute #33

Open sigaloid opened 3 years ago

sigaloid commented 3 years ago

It would be nice to have an option in settings that when enabled, it would prompt() in javascript for an attribute to add to the note each time you saved a note. I usually want to categorize my clippings and opening in trilium each time to add a single attribute makes it a bit more inefficient. Example using javascript's default prompt

var attr = prompt("Please enter the attribute you want to add to the note.");

image