Has "time-local" variable implementation changed? #1631
-
I have my filename format defined as follows: "%if-empty<{page-title}|No title> ({date-iso} {time-locale}).html" Did the implementation of time-locale change and is there way to change my filename format so that time is formatted the same across operating systems and browsers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The behavior has indeed changed, see #1614. To revert the changes, update the the hidden option
with:
|
Beta Was this translation helpful? Give feedback.
The behavior has indeed changed, see #1614.
To revert the changes, update the the hidden option
filenameReplacementCharacters
(see https://github.com/gildas-lormeau/SingleFile/wiki/Hidden-options) by replacing:"filenameReplacementCharacters": ["~", "+", "?", "%", "*", ":", "|", """, "<", ">", "\"],
with:
"filenameReplacementCharacters": ["_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_"],