Replies: 1 comment 1 reply
-
Hi @linonetwo the code in In the normal course of events, |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
In #7151 (comment) I learned that
This can be slow. And the comment is
And in
core/modules/commands/savewikifolder.js
'ssaveTiddler
it uses$:/config/FileSystemPaths
again, to "Generate the filepath for saving a tiddler"So I think the one in
core/modules/utils/filesystem.js
might be useless, and makes startup time dramatically increased. This may be a point we can optimize, but I'm not sure.Beta Was this translation helpful? Give feedback.
All reactions