4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript10,781 stars (10,781 stars)2,034 forks (2,034 forks)batch import
featurehelp wanted
Description
-
ОК
{
"test": 123456789012
}

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

- Issue type
- feature
- Research direction
- 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.