mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	chore(ckeditor): set correct metadata
This commit is contained in:
		@@ -9,7 +9,7 @@
 | 
			
		||||
        {
 | 
			
		||||
          "name": "admonition",
 | 
			
		||||
          "type": "Button",
 | 
			
		||||
          "iconPath": "theme/icons/ckeditor.svg"
 | 
			
		||||
          "iconPath": "theme/icons/admonition.svg"
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
	  "htmlOutput": [
 | 
			
		||||
 
 | 
			
		||||
@@ -7,9 +7,9 @@
 | 
			
		||||
      "path": "src/footnotes.ts",
 | 
			
		||||
      "uiComponents": [
 | 
			
		||||
        {
 | 
			
		||||
          "name": "footnotes",
 | 
			
		||||
          "name": "insertFootnote",
 | 
			
		||||
          "type": "Button",
 | 
			
		||||
          "iconPath": "theme/icons/ckeditor.svg"
 | 
			
		||||
          "iconPath": "theme/icons/insert-footnote.svg"
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
        {
 | 
			
		||||
          "name": "keyboardMarker",
 | 
			
		||||
          "type": "Button",
 | 
			
		||||
          "iconPath": "theme/icons/ckeditor.svg"
 | 
			
		||||
          "iconPath": "theme/icons/kbd.svg"
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -3,15 +3,21 @@
 | 
			
		||||
		{
 | 
			
		||||
			"name": "Math",
 | 
			
		||||
			"className": "Math",
 | 
			
		||||
      "description": "Adds text to the editor.",
 | 
			
		||||
      "path": "src/math.ts",
 | 
			
		||||
			"description": "Adds mathematical formulas to the editor.",
 | 
			
		||||
			"path": "src/math.js",
 | 
			
		||||
			"uiComponents": [
 | 
			
		||||
				{
 | 
			
		||||
					"name": "math",
 | 
			
		||||
					"type": "Button",
 | 
			
		||||
          "iconPath": "theme/icons/ckeditor.svg"
 | 
			
		||||
					"iconPath": "theme/icons/math.svg"
 | 
			
		||||
				}
 | 
			
		||||
			]
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"name": "AutoformatMath",
 | 
			
		||||
			"className": "AutoformatMath",
 | 
			
		||||
			"description": "Implements autoformatting with mathematical formulas.",
 | 
			
		||||
			"path": "src/autoformatmath.js"
 | 
			
		||||
		}
 | 
			
		||||
	]
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -3,13 +3,13 @@
 | 
			
		||||
    {
 | 
			
		||||
      "name": "Mermaid",
 | 
			
		||||
      "className": "Mermaid",
 | 
			
		||||
      "description": "Adds text to the editor.",
 | 
			
		||||
      "description": "Mermaid widget for CKEditor 5.",
 | 
			
		||||
      "path": "src/mermaid.ts",
 | 
			
		||||
      "uiComponents": [
 | 
			
		||||
        {
 | 
			
		||||
          "name": "mermaid",
 | 
			
		||||
          "type": "Button",
 | 
			
		||||
          "iconPath": "theme/icons/ckeditor.svg"
 | 
			
		||||
          "iconPath": "theme/icons/insert.svg"
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user