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.");
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