Big dada engineer.
The coyote still revolves on the profile
I made a robot called robbie!
Whatever pronouns for me.
| Who is robbie? | my robot |
| Languages | EN/FR |
| Potato | Patahto |
Big dada engineer.
The coyote still revolves on the profile
I made a robot called robbie!
Whatever pronouns for me.
| Who is robbie? | my robot |
| Languages | EN/FR |
| Potato | Patahto |
@ekaitz_zarraga I think that setting this is the best you can do without a more complex plugin. https://tiddlywiki.com/#Hidden%20Setting%3A%20Sync%20Polling%20Interval
make a tiddler called $:/config/SyncPollingInterval and put something like `000 in it and see how that goes.
The logic for the renaming and filtering starts in this function in the core https://github.com/TiddlyWiki/TiddlyWiki5/blob/c84de85ed23f73e4a9aa01c697978fb1b627e6b3/core/modules/utils/filesystem.js#L217 and it would need to somehow be integrated into the function here https://github.com/OokTech/TW5-Bob/blob/7db5712f96f3da209537df6e864807bda330577b/FileSystem/MultiWikiAdaptor.js#L126
But there have been many updates to the core that should be worked into Bob, this may be one of them. The way that the core filesystem adaptor works doesn't play well with how bob works so it may require a lot of tweaking.