Replies: 1 comment 3 replies
-
As far as I know, |
Beta Was this translation helpful? Give feedback.
3 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.
-
Since I've been repacking a lot of my plugins lately, I've noticed that $tw.utils.repackPlugin() does not update the modified field. Is there a reason why not?
I've modified the following line in my TW:
TiddlyWiki5/core/modules/utils/pluginmaker.js
Line 63 in e753851
by adding
, modified: $tw.utils.stringifyDate(new Date())
after the version. I'm not seeing any problems?Beta Was this translation helpful? Give feedback.
All reactions