I’m following up with a plugin version of a previous experiment. I’ve added a significant amount of features and configuration to the tool itself (based almost entirely on the feedback of others in this community - thank you!) and hosted it on github and put a video on YouTube for it.
This is my first ever plugin (used Tinka) so I’m sure I did a few things wrong, or at least sub-optimal. I welcome any feedback. I actually probably over-built some parts of it, but did so in order to force myself to learn how to do it.
Here’s now the home for this plugin: Stickies — lightweight todo system
I still have to add a bunch of documentation to accompany the video for those that prefer to read through it. I’ll work on that as I go, but wanted to post some progress here.
I can’t re-produce on my end, so hoping you might be willing to give me a little follow-up. In the settings tiddler ($:/plugins/stobot/sticky/settings) the last entry is for delete-key. Does that show as shift for you? Thinking maybe if that’s blank, that’s why it would fire?
@ stobot
You got it - it was the delete-key in plugins/stobot/sticky/settings. I got the thought that I might have overwritten something trying out all the settings - and started the test all over in a freshly downloaded Tiddlywiki. Checked the setting - shift were correctly set there now - and it works - for me too.
You have done an incredible job making all the settings possible - and I must admit I love the table.
Hi @stobot,
I just installed the plugin, and it really does a good Job.
As I said, it would be great if it was possible to add a “who” …and a due date.
And if it was possible to sort the tasks by the due date.
The in/out replacement trick is really smart!
Thanks for this! Jan
Hi linonetwo,
I know that this will be difficult ;-)…but it should be possible with the plugins in/out-trick which already can add a done-date and the filter shown demonstrated in the sidebar.
@stobot Hey, this is some great work! I love the idea of TODOs listed right in the context of where they were created.
Do you think it would be possible to make toggling a task also trigger an autosave?
Hi, great plugin! Seems like it finds tiddlers by searching their text for '<<sticky '. So this means I can’t create my own macro to wrap it, or transclude tiddlers that contain is (so that the sticky is associated with the transcluding page).
Is there a way for the macro to create a field with the information and search for it instead?
Hi @CodaCoder, after reading this I’m assuming you’re suggesting that removing the sticky info should actually delete the source text? If so, leaving the content but just removing it’s “sticky-status” is what I meant by doesn’t leave a trace. I’d never considered that someone would want to actually delete the content. To me this is more of a kind of highlighter - that you’d want to kind of un-highlight when done, but not entirely remove it. Am I interpreting the question right?