4 Kommentare (4 Kommentare)0 Reaktionen (0 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)JavaScript10.781 Stars (10.781 Stars)2.034 Forks (2.034 Forks)batch import
featurehelp wanted
Beschreibung
-
ОК
{
"test": 123456789012
}

-
Not OK - extra date appeared
{
"test": 1234567890123
}

- Issue Type
- feature
- Research-Richtung
- Investigate the src/js/... files for the date detection logic that causes extra date tags when numbers have 13 digits. Look for existing configuration options to see how they are implemented. Add a new option, e.g., 'enableDateTags', that defaults to true. Ensure the option is exposed in the editor's configuration and respected when rendering JSON. The issue has 4 comments with some discussion but no assignee or PRs.