mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-30 04:09:57 +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