You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
jeanmarie ffafe97333 docs(changelog): mise à jour avec la release 4 months ago
action PSR et indentation 1 year ago
codemirror nettoyage 5 years ago
css Reduire un peu la font-size dans l'editeur 2 years ago
formulaires PSR et indentation 1 year ago
inc PSR et indentation 1 year ago
javascript Un bouton pour toggler le fullscreen puisque le plugin CodeMirror est deja actif 2 years ago
lang [Salvatore] [source:lang/ skeleditor] Export depuis https://trad.spip.net de la langue pt_br 10 months ago
prive PSR et indentation 1 year ago
.gitignore Traitement de la valeur de retour de la fonction sous_repertoire qui renvoie une chaîne vide en cas d'échec et non pas un booléen. 5 years ago
CHANGELOG.md docs(changelog): mise à jour avec la release 4 months ago
README.md Separer le todo et le readme 2 years ago
TODO.md Separer le todo et le readme 2 years ago
paquet.xml build: v4.0.2 fix #3 compatible SPIP 4.1+ 4 months ago
phpcs.xml.dist PSR et indentation 1 year ago
skeleditor-xx.svg Icone a la racine 2 years ago
skeleditor_autorisations.php PSR et indentation 1 year ago
skeleditor_options.php PSR et indentation 1 year ago

README.md

SkelEditor pour SPIP 4

Paramétrages et personalisations

Si on le souhaite, on peut surcharger/modiifer la configuration de code mirror depuis son plugin ou squelette.

Un fichier json défini les theme, extensions, et addons de codemirror qui sont chargés (css et js) javascript/codemirror.addons.json.

Le fichier d'initialisation, permettra d'affinner la configuration des addons chargés, de définir le thème, modifier les raccourcis claviers, etc.

Raccourcis Claviers:

Code mirror

KBD Description
F11 mode plein écran (esc pour sortir)
Ctrl-F / Cmd-F Start searching
Ctrl-G / Cmd-G Find next
Shift-Ctrl-G / Shift-Cmd-G Find previous
Shift-Ctrl-F / Cmd-Option-F Replace
Shift-Ctrl-R / Shift-Cmd-Option-F Replace all
Alt-F Persistent search (dialog doesn't autoclose, enter to find next, Shift-Enter to find previous)
Alt-G Jump to line

Emmet

KBD Description
Cmd-E or Tab Expand abbreviation
Cmd-D Balance Tag (matches opening and closing tag pair)
Shift-Cmd-D Balance Tag Inward
Shift-Cmd-A Wrap With Abbreviation
Ctrl-Alt-Right Next Edit Point
Ctrl-Alt-Left Previous Edit Point
Cmd-L Select line
Cmd-Shift-M Merge Lines
Cmd-/ Toggle Comment
Cmd-J Split/Join Tag
Cmd-K Remove Tag
Shift-Cmd-Y Evaluate Math Expression
Ctrl-Up Increment Number by 1
Ctrl-Down Decrement Number by 1
Ctrl-Alt-Up Increment Number by 0.1
Ctrl-Alt-Down Decrement Number by 0.1
Shift-Ctrl-Up Increment Number by 10
Shift-Ctrl-Down Decrement Number by 10
Shift-Cmd-. Select Next Item
Shift-Cmd-, Select Previous Item
Cmd-B Reflect CSS Value