vladdeSV/vscode-klog

"Dumb down" syntax / no pre-mature assumptions

Closed this issue · 3 comments

The syntax is written as if it is to validate written text, and less focused on a great user experience while typing.

For instance, while typing a time, as soon as you type a number, that number is checked to see if it is a valid time. At that point in time it is not, and highlighted red. It will not be a valid time until the user has finished writing the time.

This signals to the user that something is wrong. And while it is techincally wrong at that moment in time, the intent of the user is to write something correctly.

The highlighter should only highlight obvious mistakes, such as beginning a summary after the date with a whitespace.

I need to take another look into making the experience a great, and figure out what parts needs to be adjusted.

Syntax-wise, I believe this is currently at a stable state.

As of bcaa593, snippets should be at an okay level of smartness/dumbness.