* Add password requirement info on error
* Move BuildComplexityError to the password pkg
* Unexport complexity type
* Fix extra line
* Update modules/password/password.go
Co-Authored-By: Lauris BH <[email protected]>
* Add add 'write' 'preview' buttons to wiki edit like in issues
affects #6975
Signed-off-by: Michael Gnehr <[email protected]>
* update dark theme
Signed-off-by: Michael Gnehr <[email protected]>
* fix css lint warnings - missing spaces
Signed-off-by: Michael Gnehr <[email protected]>
* hide preview button on no fullscreen toolbar
Signed-off-by: Michael Gnehr <[email protected]>
* wiki - enable side-by-side button in editor
and add some delay so side-by-side live preview is updated
* every 10th keypress
* if keypress < 10 -> apter no input for 1 sec
affects #5436
Signed-off-by: Michael Gnehr <[email protected]>
* decrease timeinterval user need to stop before rendering is triggered
Signed-off-by: Michael Gnehr <[email protected]>
* removed not needed code with simpleMDE placeholder
Signed-off-by: Michael Gnehr <[email protected]>
* run highlight.js on markdown preview
Signed-off-by: Michael Gnehr <[email protected]>
* fix white border around side-by-side preview
Signed-off-by: Michael Gnehr <[email protected]>