Would it be possible, to check the state of the alt/option key, when dragging tags to notes or notes to tags and change the action from "add tag" to "remove tag", when alt/option is pressed?
Shouldn't be that hard, as all the surrounding logic, like determine, which notes and which tags a targeted and and loop through this notes would not change at all. Just a boolean flag for the alt/option key state would have to be passed to the code within this loop. If the boolean flag is true, "delete flag" would be called instead if "add tag".
Idea
Pete248 9
Would it be possible, to check the state of the alt/option key, when dragging tags to notes or notes to tags and change the action from "add tag" to "remove tag", when alt/option is pressed?
Shouldn't be that hard, as all the surrounding logic, like determine, which notes and which tags a targeted and and loop through this notes would not change at all. Just a boolean flag for the alt/option key state would have to be passed to the code within this loop. If the boolean flag is true, "delete flag" would be called instead if "add tag".
Pete
2 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.