fix: admin rendering UI + dark mode
This commit is contained in:
@@ -2,7 +2,7 @@ key: htmlAsciinema
|
||||
title: Asciinema
|
||||
description: Embed asciinema players from compatible links
|
||||
author: requarks.io
|
||||
icon: subtitles
|
||||
icon: mdi-theater
|
||||
enabledDefault: false
|
||||
dependsOn: htmlCore
|
||||
props: {}
|
||||
|
@@ -2,7 +2,7 @@ key: htmlBlockquotes
|
||||
title: Blockquotes
|
||||
description: Parse blockquotes box styling
|
||||
author: requarks.io
|
||||
icon: insert_comment
|
||||
icon: mdi-alpha-t-box-outline
|
||||
enabledDefault: true
|
||||
dependsOn: htmlCore
|
||||
props: {}
|
||||
|
@@ -2,7 +2,7 @@ key: htmlCodehighlighter
|
||||
title: Code Highlighting Post-Processor
|
||||
description: Syntax detector for programming code
|
||||
author: requarks.io
|
||||
icon: palette
|
||||
icon: mdi-code-braces
|
||||
enabledDefault: true
|
||||
dependsOn: htmlCore
|
||||
props: {}
|
||||
|
@@ -4,5 +4,5 @@ description: Basic HTML Parser
|
||||
author: requarks.io
|
||||
input: html
|
||||
output: html
|
||||
icon: crop_free
|
||||
icon: mdi-language-html5
|
||||
props: {}
|
||||
|
@@ -2,7 +2,7 @@ key: htmlMathjax
|
||||
title: Mathjax Processor
|
||||
description: TeX/MathML Math Equations Parser
|
||||
author: requarks.io
|
||||
icon: functions
|
||||
icon: mdi-function-variant
|
||||
enabledDefault: false
|
||||
dependsOn: htmlCore
|
||||
props: {}
|
||||
|
@@ -2,7 +2,7 @@ key: htmlMediaplayers
|
||||
title: Media Players
|
||||
description: Embed players such as Youtube, Vimeo, Soundcloud, etc.
|
||||
author: requarks.io
|
||||
icon: subscriptions
|
||||
icon: mdi-library-video
|
||||
enabledDefault: true
|
||||
dependsOn: htmlCore
|
||||
props: {}
|
||||
|
@@ -2,7 +2,7 @@ key: htmlMermaid
|
||||
title: Mermaid
|
||||
description: Generate flowcharts from Mermaid syntax
|
||||
author: requarks.io
|
||||
icon: merge_type
|
||||
icon: mdi-arrow-decision-outline
|
||||
enabledDefault: false
|
||||
dependsOn: htmlCore
|
||||
props: {}
|
||||
|
@@ -2,7 +2,7 @@ key: htmlPlantuml
|
||||
title: PlantUML
|
||||
description: Generate diagrams from PlantUML syntax
|
||||
author: requarks.io
|
||||
icon: multiline_chart
|
||||
icon: mdi-sitemap
|
||||
enabledDefault: false
|
||||
dependsOn: htmlCore
|
||||
props: {}
|
||||
|
@@ -2,7 +2,7 @@ key: htmlSecurity
|
||||
title: Security
|
||||
description: Filter and strips potentially dangerous content
|
||||
author: requarks.io
|
||||
icon: whatshot
|
||||
icon: mdi-fire
|
||||
enabledDefault: true
|
||||
dependsOn: htmlCore
|
||||
props:
|
||||
|
@@ -2,7 +2,7 @@ key: htmlTwemoji
|
||||
title: Twemoji
|
||||
description: Apply Twitter Emojis to all Unicode emojis
|
||||
author: requarks.io
|
||||
icon: whatshot
|
||||
icon: mdi-emoticon-happy-outline
|
||||
enabledDefault: true
|
||||
dependsOn: htmlCore
|
||||
props: {}
|
||||
|
@@ -2,7 +2,7 @@ key: markdownAbbr
|
||||
title: Abbreviations
|
||||
description: Parse abbreviations into abbr tags
|
||||
author: requarks.io
|
||||
icon: text_format
|
||||
icon: mdi-contain-start
|
||||
enabledDefault: true
|
||||
dependsOn: markdownCore
|
||||
props: {}
|
||||
|
@@ -4,7 +4,7 @@ description: Basic Markdown Parser
|
||||
author: requarks.io
|
||||
input: markdown
|
||||
output: html
|
||||
icon: crop_free
|
||||
icon: mdi-markdown
|
||||
props:
|
||||
allowHTML:
|
||||
type: Boolean
|
||||
|
@@ -2,7 +2,7 @@ key: markdownEmoji
|
||||
title: Emoji
|
||||
description: Convert tags to emojis
|
||||
author: requarks.io
|
||||
icon: tag_faces
|
||||
icon: mdi-sticker-emoji
|
||||
enabledDefault: true
|
||||
dependsOn: markdownCore
|
||||
props: {}
|
||||
|
@@ -2,7 +2,7 @@ key: markdownExpandtabs
|
||||
title: Expand Tabs
|
||||
description: Replace tabs with spaces in code blocks
|
||||
author: requarks.io
|
||||
icon: space_bar
|
||||
icon: mdi-arrow-expand-horizontal
|
||||
enabledDefault: true
|
||||
dependsOn: markdownCore
|
||||
props:
|
||||
|
@@ -2,7 +2,7 @@ key: markdownFootnotes
|
||||
title: Footnotes
|
||||
description: Parse footnotes references
|
||||
author: requarks.io
|
||||
icon: low_priority
|
||||
icon: mdi-page-layout-footer
|
||||
enabledDefault: true
|
||||
dependsOn: markdownCore
|
||||
props: {}
|
||||
|
@@ -2,7 +2,7 @@ key: markdownImsize
|
||||
title: Image Size
|
||||
description: Adds dimensions attributes to images
|
||||
author: requarks.io
|
||||
icon: insert_photo
|
||||
icon: mdi-image-size-select-large
|
||||
enabledDefault: true
|
||||
dependsOn: markdownCore
|
||||
props: {}
|
||||
|
@@ -2,7 +2,7 @@ key: markdownMathjax
|
||||
title: Mathjax Preprocessor
|
||||
description: Prepare TeX blocks for Mathjax
|
||||
author: requarks.io
|
||||
icon: functions
|
||||
icon: mdi-function-variant
|
||||
enabledDefault: false
|
||||
dependsOn: markdownCore
|
||||
props: {}
|
||||
|
@@ -2,7 +2,7 @@ key: markdownSupsub
|
||||
title: Subscript/Superscript
|
||||
description: Parse subscript and superscript tags
|
||||
author: requarks.io
|
||||
icon: format_size
|
||||
icon: mdi-format-superscript
|
||||
enabledDefault: true
|
||||
dependsOn: markdownCore
|
||||
props:
|
||||
|
@@ -2,7 +2,7 @@ key: markdownTasklists
|
||||
title: Task Lists
|
||||
description: Parse task lists to checkboxes
|
||||
author: requarks.io
|
||||
icon: list
|
||||
icon: mdi-format-list-checks
|
||||
enabledDefault: true
|
||||
dependsOn: markdownCore
|
||||
props: {}
|
||||
|
Reference in New Issue
Block a user