diff --git a/public/env/basic.json b/public/env/basic.json new file mode 100644 index 0000000..3534778 --- /dev/null +++ b/public/env/basic.json @@ -0,0 +1,40 @@ +{ + "name" : "basic", + "characters" : [ + { + "label" : "mot", + "styles": [ + { + "label" : "étranger", + "class" : "foreign" + }, + { + "label" : "acronyme", + "class" : "acronym" + } + ] + }, + + { + "label" : "numéral", + "styles": [ + { + "label" : "siècle", + "class" : "century" + }, + { + "label" : "date", + "class" : "date" + } + ] + } + ], + + "paragraphs": { + "T1": true, + "T2": false, + "T3": false, + "T4": false, + "quote" : false + } +} diff --git a/public/env/basicplus.json b/public/env/basicplus.json new file mode 100644 index 0000000..d56d2a7 --- /dev/null +++ b/public/env/basicplus.json @@ -0,0 +1,40 @@ +{ + "name" : "basicplus", + "characters" : [ + { + "label" : "mot", + "styles": [ + { + "label" : "étranger", + "class" : "foreign" + }, + { + "label" : "acronyme", + "class" : "acronym" + } + ] + }, + + { + "label" : "numéral", + "styles": [ + { + "label" : "siècle", + "class" : "century" + }, + { + "label" : "date", + "class" : "date" + } + ] + } + ], + + "paragraphs": { + "T1": true, + "T2": true, + "T3": true, + "T4": false, + "quote" : false + } +} diff --git a/src/components/Dedediteur.vue b/src/components/Dedediteur.vue index bd1ce64..b4c1016 100644 --- a/src/components/Dedediteur.vue +++ b/src/components/Dedediteur.vue @@ -1,439 +1,398 @@ - - - - - - - - - - - - - - - - - - - - - --> - - - - -