-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Files with a title containing only a date in the "YYYY-MM-DD" format are ignored #33
Comments
The question is to know if we respect the specification or if we make an exception.
|
There are many people who have inserted date in the filename and/or title of their notes (in order to sort and easily retrieved them, see for instance the use of this guy). I think personaly that it is not a good (or useful) practise—I prefer to use a 'date' field or the 'id' field containing creation date—but since it is a common one, I think it would be indeed necessary to catch this exception for the 'title' YAML field. PS: special symbols in title (comma, hyphens, ...) also produce a bug in Cosma. |
To be sure, the following titles do not cause any problem during my tests:
Did you encounter a problem ? |
@kevinpolisano This is fixed in Cosma CLI v2-beta-2. We'll close this when the GUI v2 is released. @Myllaume I have also confirmed the other issue, with the alternative syntax. I'm opening a separate issue for it. |
Actions leading to the bug
Create a file with a title containing only a date in the "YYYY-MM-DD" format, e.g.
title: 2020-06-03
.Bug description
The corresponding record is not included in the cosmoscope.
What version of Cosma are you using?
CLI 2.0-beta-1
What is your operating system?
What version of the operating system are you on?
macOS 12.6.1
Additional information
Reported by @kevinpolisano.
The text was updated successfully, but these errors were encountered: