mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-13 13:55:50 +00:00
implement \r to default json of ExtScripts
some refactoring bump ApiVer of ExtQuotes update changelog
This commit is contained in:
@ -20,7 +20,9 @@
|
||||
},
|
||||
"newline": {
|
||||
"\n": "<br>",
|
||||
"\t": "	"
|
||||
"\n\r": "<br>",
|
||||
"\t": "	",
|
||||
"\v": ""
|
||||
},
|
||||
"space": {
|
||||
" ": " "
|
||||
|
Reference in New Issue
Block a user