Patrick M
Patrick M
The relevant part in the spec about [node identifiers ](https://json-ld.org/spec/FCGS/json-ld/20130328/#node-identifiers) didn't change, as far as I can see. The @ID must be a valid URI/IRI, either fully qualified or resolvable...
VSCode only supports input or selection, no combobox. Not sure how to handle this for now (see https://github.com/Microsoft/vscode/issues/426)
Renamed the ticket, will be solved via webviews now
_Most hyphens (not all) become yellow and and incomplete checkboxe brackets are yellow. _ I guess this affects all indented checkbox items, which are not covered by the regular expressions...
Problem here: we lose markdown compatibility. Current syntax is: ``` - a file [link](../../notes/some-note.md) ``` Proposed syntax is (for the same file) ``` - a file link [[../../notes/some-note.md]] ``` and...
The text within the brackets [[]] is resolved like the text in the magic input. The following should be possible * `[[+1]]` links to the entry of next day *...
This happens on startup in the registerSyntaxHighlighting Method: https://github.com/pajoma/vscode-journal/blob/develop/src/ext/startup.ts VSCode's behaviour changed significantly since I've implemented this, I think it can be dropped.
Can you give me a link to the other extension for testing?
It is certainly possible, but kind of tricky Let us consider the following example ``` # Tasks - [] task 1 - [x] task2 >> 1 - [x] manually added...
Yes, I have the same issue (didn't notice before). Thanks for the bug report, I will look into it.