This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
from 65a7d41 chore(plugins): upgrade plugins version
add 223be5a fix(embed):Fixed #189, Closes #189. add GetEmbedConfigs to
fixed type conflict. It will be resolved when Answer v1.4.0 release.
add 3f583d5 fix(plugins): downgrade version about crypto
add 9f7ff06 chore(plugins): upgrade plugins version
add 9323bd8 fix(plugins): downgrade version about crypto
add 9b6a246 chore: Sync Plugin Info
add 3fd3f81 feat(embed): add new revision
add 45b7f07 chore: Sync Plugin Info
add 70bb63d Add sync to Elasticsearch
add f909aab fix: add lock
add 5937e00 chore(plugins): upgrade plugins version
add 7e90cf6 chore: Sync Plugin Info
add 0c29f4a feat: codehight frontend function
add 630f47b feat: codehighlight backend function
add c030b1e feat: codehighlight backend function
add 97c14bc Update renderMarkdownCodehighlight.go
add ac540e7 Update renderMarkdownCodehighlight.go
add ff31b66 Update translation.go
add 04166a3 chore: Sync Plugin Info
add 5a8e44b chore: Improve code highlight plugin configuration information
add 6ad9822 chore: Sync Plugin Info
add 4699a7d chore: update Go version in go.mod to 1.19
add 9edbd1e chore(plugins): upgrade plugins version
add 710197a chore: Sync Plugin Info
new cb48b25 Merge remote-tracking branch 'origin/main' into dev
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
plugins_desc.json | 240 +++++++++++----------
.../.eslintrc.cjs | 1 -
.../.prettierrc.json | 0
render-markdown-codehighlight/README.md | 11 +
render-markdown-codehighlight/generate-theme.cjs | 209 ++++++++++++++++++
.../go.mod | 2 +-
.../go.sum | 9 +-
render-markdown-codehighlight/hooks.ts | 105 +++++++++
.../i18n/en_US.yaml | 15 +-
.../i18n/index.ts | 0
.../i18n/translation.go | 12 +-
.../i18n/zh_CN.yaml | 12 +-
.../index.ts | 6 +-
.../info.yaml | 10 +-
.../package.json | 26 +--
.../renderMarkdownCodehighlight.go | 106 +++++++++
.../tsconfig.json | 4 +-
.../tsconfig.node.json | 3 +-
.../vite.config.ts | 16 +-
19 files changed, 613 insertions(+), 174 deletions(-)
copy {captcha-basic => render-markdown-codehighlight}/.eslintrc.cjs (90%)
copy {editor-chart => render-markdown-codehighlight}/.prettierrc.json (100%)
create mode 100644 render-markdown-codehighlight/README.md
create mode 100644 render-markdown-codehighlight/generate-theme.cjs
copy {editor-chart => render-markdown-codehighlight}/go.mod (96%)
copy {cdn-aliyun => render-markdown-codehighlight}/go.sum (96%)
create mode 100644 render-markdown-codehighlight/hooks.ts
copy {editor-formula => render-markdown-codehighlight}/i18n/en_US.yaml (78%)
copy {captcha-basic => render-markdown-codehighlight}/i18n/index.ts (100%)
copy {captcha-basic => render-markdown-codehighlight}/i18n/translation.go (72%)
copy {connector-apache => render-markdown-codehighlight}/i18n/zh_CN.yaml (79%)
copy {embed-basic => render-markdown-codehighlight}/index.ts (87%)
copy {captcha-google-v2 => render-markdown-codehighlight}/info.yaml (86%)
copy {editor-formula => render-markdown-codehighlight}/package.json (59%)
create mode 100644 render-markdown-codehighlight/renderMarkdownCodehighlight.go
copy {editor-formula => render-markdown-codehighlight}/tsconfig.json (87%)
copy {captcha-basic => render-markdown-codehighlight}/tsconfig.node.json (73%)
copy {editor-chart => render-markdown-codehighlight}/vite.config.ts (84%)