Char
Char
Hi, Delete key in edit mode deletes the node rather than deleting a character after the cursor.
Hi, How about supporting [task list syntax](https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments) like in Github Flavored Markdown? - [x] Do - [x] Done I think this can done by using simple string replace in `HtmlTemplate::render`....
Hi, CuteMarkEd crashes when trying to load a deleted custom style. How to reproduce 1. select a custom style 2. exit app 3. remove the css file 4. run app...
Hi, After running `,`, the `&selection` option value is changed from `exclusive` (which is the standard mode in Windows) to `inclusive`.
https://github.com/dwoo-project/dwoo/blob/master/lib/Dwoo/Loader.php#L131 This expression will always be false even when ```php isset($this->classPath[$class]) && is_readable($this->classPath[$class]) == true ``` because ```php isset($this->classPath[$class . 'Compile']) && is_readable($this->classPath[$class . 'Compile']) == false ``` Correct logic...
input: ```html a b ``` output: ```pug p | a br | b ```
### I would like to have this new functionality Hi, Is it possible to access template variables from a function (non compiler) tag/modifier? For example, I want to automatically display...
### I would like to have this new functionality Hi, Would it be possible to have a short closing tag for short usage. Example: ``` {if $cond}text{/if} ``` become ```...
Hi, I would like to suggest that the class name is removed from the right side table of contents in the documentation. It would make searching for method name/attribute name...
#### Describe your feature request [tdengine](https://github.com/taosdata/TDengine/) is a columnar time series database with performance similar to clickhouse. It is also the most starred time series database on github. It would...