Open knox-dawson opened 4 months ago
+1, one of the things that saves me the most work is a clipboard FIFO (”First in first out”) clipboard history function. Always difficult to find a good enough UI affordance, though, but it would be useful. I quite often miss it on my ramarkable and have a tendency to forget important clips so that I accidentally overwrite them.
I'm going to put this under #90 of managing the clipboard “memory”.
Those are 2 different requirements. One wants to delete the clipboard right after use and the other wants to add the clipboard history for reuse.
An idea that came to me during this Friday's meeting. What if I could save a clipboard into a "library" of clipboard entries? (Can't think of a better term than "library".)
So for example, I'm making a drawing, and I need to reuse a line that is 3 units long, and another that's 28 units long, etc. I'd like to be able to select each one, save it somewhere--maybe in a UX "toolbar" like quicktools does--and then reselect it over and over.