Simple text editor based on tiptap. HTML format.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

41 lines
612 B

  1. {
  2. "name" : "basicplus",
  3. "characters" : [
  4. {
  5. "label" : "mot",
  6. "styles": [
  7. {
  8. "label" : "étranger",
  9. "class" : "foreign"
  10. },
  11. {
  12. "label" : "acronyme",
  13. "class" : "acronym"
  14. }
  15. ]
  16. },
  17. {
  18. "label" : "numéral",
  19. "styles": [
  20. {
  21. "label" : "siècle",
  22. "class" : "century"
  23. },
  24. {
  25. "label" : "date",
  26. "class" : "date"
  27. }
  28. ]
  29. }
  30. ],
  31. "paragraphs": {
  32. "T1": true,
  33. "T2": true,
  34. "T3": true,
  35. "T4": false,
  36. "quote" : false
  37. }
  38. }