rosulek / workflowy-clipper

WorkFlowy clipper: Chrome extension
MIT License
31 stars 12 forks source link

Add new clipped item to TOP of list instead of bottom? #1

Closed danielrlc closed 7 years ago

danielrlc commented 7 years ago

Hi

This Chrome extension is really great. Thanks for making it!

I have one feature suggestion. I always add new list items to the top of my Workflowy lists, so the newest items I add are always the first ones I see in a list. Is this a feature you could consider adding as an option to your extension? If not, could you perhaps point me in the right direction for adding this feature myself? Or you can tell me to just go figure it out for myself too. 😄

rosulek commented 7 years ago

It is not a configurable option (at the moment -- would be nice eventually). But it is an easy change to the source code, if you're able to build the extension yourself. Just change priority from 9999 to 0 in this line. This is from memory, so let me know if you encounter problems.

danielrlc commented 7 years ago

Thanks for the answer. I've actually figured out quite a good workaround. I've set up a "Clipper inbox" list where I put everything, then when I've got a lot of items in that list I move them in bulk to the top of my main list. That works pretty well.