Replies: 1 comment
-
Hi @linonetwo I think the first thing to do might be to attempt some optimisations to the imlementation of "sameday". Currently, it converts the target operand to a JS date, and then converts each input title to a date for the comparison. Creating objects like that is expensive. In this case it should be possible to avoid the conversion completely, and perform the calculation based on the raw |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
exports.sameday @ sameday.js:18:27
So typing in tiddler isn't fun with 0.5s lagging.
There must be some way to fix this, async widget calculation in worker is what I mostly want, but requres heavy modification to the core.
So I think it might be easier to let sidebar Recent tab ignore draft tiddler's change.
Beta Was this translation helpful? Give feedback.
All reactions