-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
114 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# v1.0.0 | ||
## mm/dd/2019 | ||
## 04/16/2019 | ||
|
||
1. [](#new) | ||
* Initial Version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
name: Prism Highlighter | ||
version: 1.0.0 | ||
description: "This plugin provides code highlighting functionality via the [Prism.js](http://prismjs.com/) syntax highlighter." | ||
description: "This plugin provides code highlighting functionality via the [Prism.js](http://prismjs.com/) syntax highlighter with lots of themes and plugins." | ||
icon: code | ||
author: | ||
name: Team Grav | ||
email: [email protected] | ||
url: http://getgrav.org | ||
homepage: https://github.com/getgrav/grav-prism-highlight | ||
keywords: highlight, plugin, code, prism | ||
bugs: https://github.com/getgrav/grav-prism-highlight/issues | ||
name: Trilby Media | ||
email: [email protected] | ||
url: https://trilby.media | ||
homepage: https://github.com/trilbymedia/grav-prism-highlight | ||
keywords: highlight, plugin, code, prism.js | ||
bugs: https://github.com/trilbymedia/grav-prism-highlight/issues | ||
license: MIT | ||
|
||
form: | ||
|
@@ -32,4 +32,48 @@ form: | |
size: large | ||
data-options@: '\Grav\Plugin\PrismHighlightPlugin::themeOptions' | ||
|
||
all-pre-blocks: | ||
type: toggle | ||
label: All Pre Blocks | ||
highlight: 1 | ||
default: 1 | ||
options: | ||
1: PLUGIN_ADMIN.ENABLED | ||
0: PLUGIN_ADMIN.DISABLED | ||
validate: | ||
type: bool | ||
|
||
section_plugins: | ||
type: section | ||
title: Plugins Options | ||
underline: true | ||
|
||
plugins.line-numbers: | ||
type: toggle | ||
label: Line Numbers | ||
highlight: 0 | ||
default: 0 | ||
options: | ||
1: PLUGIN_ADMIN.ENABLED | ||
0: PLUGIN_ADMIN.DISABLED | ||
validate: | ||
type: bool | ||
|
||
plugins.command-line: | ||
type: toggle | ||
label: Command Line | ||
highlight: 0 | ||
default: 0 | ||
options: | ||
1: PLUGIN_ADMIN.ENABLED | ||
0: PLUGIN_ADMIN.DISABLED | ||
validate: | ||
type: bool | ||
|
||
plugins.command-line-prompt: | ||
type: text | ||
size: small | ||
label: Command Line Prompt | ||
|
||
|
||
|