@tachybase/plugin-field-markdown-vditor 0.23.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +16 -0
- package/README.md +1 -0
- package/build.config.ts +15 -0
- package/client.d.ts +2 -0
- package/client.js +1 -0
- package/dist/client/components/Display.d.ts +2 -0
- package/dist/client/components/Edit.d.ts +2 -0
- package/dist/client/components/const.d.ts +1 -0
- package/dist/client/components/index.d.ts +2 -0
- package/dist/client/components/style.d.ts +2 -0
- package/dist/client/index.d.ts +10 -0
- package/dist/client/index.js +285 -0
- package/dist/client/interfaces/markdown-vditor.d.ts +91 -0
- package/dist/client/locale/index.d.ts +1 -0
- package/dist/client/utils/index.d.ts +0 -0
- package/dist/client/vditor/dist/css/content-theme/ant-design.css +210 -0
- package/dist/client/vditor/dist/css/content-theme/dark.css +123 -0
- package/dist/client/vditor/dist/css/content-theme/light.css +101 -0
- package/dist/client/vditor/dist/css/content-theme/wechat.css +94 -0
- package/dist/client/vditor/dist/images/emoji/b3log.png +0 -0
- package/dist/client/vditor/dist/images/emoji/chainbook.png +0 -0
- package/dist/client/vditor/dist/images/emoji/doge.png +0 -0
- package/dist/client/vditor/dist/images/emoji/hacpai.png +0 -0
- package/dist/client/vditor/dist/images/emoji/huaji.gif +0 -0
- package/dist/client/vditor/dist/images/emoji/latke.png +0 -0
- package/dist/client/vditor/dist/images/emoji/liandi.png +0 -0
- package/dist/client/vditor/dist/images/emoji/lute.png +0 -0
- package/dist/client/vditor/dist/images/emoji/octocat.png +0 -0
- package/dist/client/vditor/dist/images/emoji/pipe.png +0 -0
- package/dist/client/vditor/dist/images/emoji/siyuan.png +0 -0
- package/dist/client/vditor/dist/images/emoji/solo.png +0 -0
- package/dist/client/vditor/dist/images/emoji/sym.png +0 -0
- package/dist/client/vditor/dist/images/emoji/trollface.png +0 -0
- package/dist/client/vditor/dist/images/emoji/vditor.png +0 -0
- package/dist/client/vditor/dist/images/emoji/wide.png +0 -0
- package/dist/client/vditor/dist/images/emoji/wulian.png +0 -0
- package/dist/client/vditor/dist/images/img-loading.svg +1 -0
- package/dist/client/vditor/dist/images/logo.png +0 -0
- package/dist/client/vditor/dist/index.css +1817 -0
- package/dist/client/vditor/dist/index.d.ts +79 -0
- package/dist/client/vditor/dist/index.js +15858 -0
- package/dist/client/vditor/dist/index.min.js +1 -0
- package/dist/client/vditor/dist/js/abcjs/abcjs_basic.min.js +3 -0
- package/dist/client/vditor/dist/js/echarts/echarts.min.js +45 -0
- package/dist/client/vditor/dist/js/flowchart.js/flowchart.min.js +8 -0
- package/dist/client/vditor/dist/js/graphviz/full.render.js +90 -0
- package/dist/client/vditor/dist/js/graphviz/viz.js +333 -0
- package/dist/client/vditor/dist/js/highlight.js/LICENSE +29 -0
- package/dist/client/vditor/dist/js/highlight.js/highlight.min.js +3835 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/a11y-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/a11y-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/agate.min.css +20 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/an-old-hope.min.css +9 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/androidstudio.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/ant-design.min.css +84 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/arduino-light.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/arta.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/ascetic.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/atom-one-dark-reasonable.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/atom-one-dark.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/atom-one-light.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/3024.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/apathy.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/apprentice.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/ashes.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-cave-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-cave.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-dune-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-dune.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-estuary-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-estuary.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-forest-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-forest.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-heath-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-heath.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-lakeside-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-lakeside.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-plateau-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-plateau.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-savanna-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-savanna.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-seaside-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-seaside.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-sulphurpool-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atelier-sulphurpool.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/atlas.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/bespin.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/black-metal-bathory.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/black-metal-burzum.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/black-metal-dark-funeral.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/black-metal-gorgoroth.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/black-metal-immortal.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/black-metal-khold.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/black-metal-marduk.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/black-metal-mayhem.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/black-metal-nile.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/black-metal-venom.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/black-metal.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/brewer.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/bright.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/brogrammer.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/brush-trees-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/brush-trees.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/chalk.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/circus.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/classic-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/classic-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/codeschool.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/colors.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/cupcake.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/cupertino.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/danqing.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/darcula.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/dark-violet.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/darkmoss.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/darktooth.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/decaf.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/default-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/default-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/dirtysea.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/dracula.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/edge-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/edge-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/eighties.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/embers.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/equilibrium-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/equilibrium-gray-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/equilibrium-gray-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/equilibrium-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/espresso.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/eva-dim.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/eva.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/flat.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/framer.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/fruit-soda.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/gigavolt.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/github.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/google-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/google-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/grayscale-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/grayscale-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/green-screen.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/gruvbox-dark-hard.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/gruvbox-dark-medium.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/gruvbox-dark-pale.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/gruvbox-dark-soft.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/gruvbox-light-hard.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/gruvbox-light-medium.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/gruvbox-light-soft.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/hardcore.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/harmonic16-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/harmonic16-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/heetch-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/heetch-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/helios.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/hopscotch.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/horizon-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/horizon-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/humanoid-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/humanoid-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/ia-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/ia-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/icy-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/ir-black.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/isotope.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/kimber.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/london-tube.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/macintosh.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/marrakesh.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/materia.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/material-darker.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/material-lighter.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/material-palenight.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/material-vivid.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/material.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/mellow-purple.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/mexico-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/mocha.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/monokai.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/nebula.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/nord.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/nova.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/ocean.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/oceanicnext.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/one-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/onedark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/outrun-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/papercolor-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/papercolor-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/paraiso.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/pasque.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/phd.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/pico.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/pop.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/porple.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/qualia.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/railscasts.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/rebecca.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/ros-pine-dawn.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/ros-pine-moon.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/ros-pine.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/sagelight.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/sandcastle.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/seti-ui.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/shapeshifter.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/silk-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/silk-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/snazzy.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/solar-flare-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/solar-flare.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/solarized-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/solarized-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/spacemacs.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/summercamp.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/summerfruit-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/summerfruit-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/synth-midnight-terminal-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/synth-midnight-terminal-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/tango.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/tender.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/tomorrow-night.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/tomorrow.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/twilight.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/unikitty-dark.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/unikitty-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/vulcan.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/windows-10-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/windows-10.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/windows-95-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/windows-95.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/windows-high-contrast-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/windows-high-contrast.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/windows-nt-light.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/windows-nt.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/woodland.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/xcode-dusk.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/base16/zenburn.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/brown-paper.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/brown-papersq.png +0 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/codepen-embed.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/color-brewer.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/dark.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/default.min.css +9 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/devibeans.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/docco.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/far.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/felipec.min.css +7 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/foundation.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/github-dark-dimmed.min.css +9 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/github-dark.min.css +10 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/github.min.css +10 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/gml.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/googlecode.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/gradient-dark.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/gradient-light.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/grayscale.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/hybrid.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/idea.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/intellij-light.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/ir-black.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/isbl-editor-dark.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/isbl-editor-light.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/kimbie-dark.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/kimbie-light.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/lightfair.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/lioshi.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/magula.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/mono-blue.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/monokai-sublime.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/monokai.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/night-owl.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/nnfx-dark.min.css +10 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/nnfx-light.min.css +10 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/nord.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/obsidian.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/panda-syntax-dark.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/panda-syntax-light.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/paraiso-dark.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/paraiso-light.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/pojoaque.jpg +0 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/pojoaque.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/purebasic.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/qtcreator-dark.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/qtcreator-light.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/rainbow.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/routeros.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/school-book.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/shades-of-purple.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/srcery.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/stackoverflow-dark.min.css +13 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/stackoverflow-light.min.css +13 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/sunburst.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/tokyo-night-dark.min.css +8 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/tokyo-night-light.min.css +8 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/tomorrow-night-blue.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/tomorrow-night-bright.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/vs.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/vs2015.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/xcode.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/styles/xt256.min.css +1 -0
- package/dist/client/vditor/dist/js/highlight.js/third-languages.js +135 -0
- package/dist/client/vditor/dist/js/i18n/en_US.js +85 -0
- package/dist/client/vditor/dist/js/i18n/fr_FR.js +85 -0
- package/dist/client/vditor/dist/js/i18n/ja_JP.js +85 -0
- package/dist/client/vditor/dist/js/i18n/ko_KR.js +85 -0
- package/dist/client/vditor/dist/js/i18n/pt_BR.js +85 -0
- package/dist/client/vditor/dist/js/i18n/ru_RU.js +85 -0
- package/dist/client/vditor/dist/js/i18n/sv_SE.js +85 -0
- package/dist/client/vditor/dist/js/i18n/zh_CN.js +85 -0
- package/dist/client/vditor/dist/js/i18n/zh_TW.js +85 -0
- package/dist/client/vditor/dist/js/icons/ant.js +174 -0
- package/dist/client/vditor/dist/js/icons/material.js +195 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_AMS-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_AMS-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_AMS-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Bold.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Bold.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Bold.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Bold.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-BoldItalic.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Italic.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Italic.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Italic.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Main-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Math-BoldItalic.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Math-Italic.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Math-Italic.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Math-Italic.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Bold.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Italic.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Script-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Script-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Script-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size1-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size1-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size1-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size2-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size2-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size2-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size3-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size3-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size3-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size4-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size4-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Size4-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Typewriter-Regular.woff +0 -0
- package/dist/client/vditor/dist/js/katex/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
- package/dist/client/vditor/dist/js/katex/katex.min.css +1 -0
- package/dist/client/vditor/dist/js/katex/katex.min.js +1 -0
- package/dist/client/vditor/dist/js/katex/mhchem.min.js +1 -0
- package/dist/client/vditor/dist/js/lute/lute.min.js +71 -0
- package/dist/client/vditor/dist/js/markmap/katex.min.css +1 -0
- package/dist/client/vditor/dist/js/markmap/markmap.min.js +8251 -0
- package/dist/client/vditor/dist/js/markmap/prism.css +140 -0
- package/dist/client/vditor/dist/js/mathjax/LICENSE +202 -0
- package/dist/client/vditor/dist/js/mathjax/a11y/assistive-mml.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/a11y/complexity.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/a11y/explorer.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/a11y/semantic-enrich.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/asciimath.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/mml/entities.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/mml.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/action.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/all-packages.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/ams.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/amscd.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/autoload.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/bbox.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/boldsymbol.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/braket.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/bussproofs.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/cancel.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/color.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/colorV2.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/configMacros.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/enclose.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/extpfeil.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/html.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/mhchem.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/newcommand.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/noerrors.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/noundefined.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/physics.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/require.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/tagFormat.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/textmacros.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/unicode.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex/extensions/verb.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex-base.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex-full.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/input/tex.js +1 -0
- package/dist/client/vditor/dist/js/mathjax/sre/mathmaps/de.js +104 -0
- package/dist/client/vditor/dist/js/mathjax/sre/mathmaps/en.js +110 -0
- package/dist/client/vditor/dist/js/mathjax/sre/mathmaps/es.js +104 -0
- package/dist/client/vditor/dist/js/mathjax/sre/mathmaps/fr.js +104 -0
- package/dist/client/vditor/dist/js/mathjax/sre/mathmaps/mathmaps_ie.js +518 -0
- package/dist/client/vditor/dist/js/mathjax/sre/mathmaps/nemeth.js +104 -0
- package/dist/client/vditor/dist/js/mathjax/sre/sre-node.js +11 -0
- package/dist/client/vditor/dist/js/mathjax/sre/sre_browser.js +1633 -0
- package/dist/client/vditor/dist/js/mathjax/tex-svg-full.js +1 -0
- package/dist/client/vditor/dist/js/mermaid/mermaid.min.js +1759 -0
- package/dist/client/vditor/dist/js/plantuml/plantuml-encoder.min.js +1 -0
- package/dist/client/vditor/dist/js/smiles-drawer/smiles-drawer.min.js +71 -0
- package/dist/client/vditor/dist/method.d.ts +51 -0
- package/dist/client/vditor/dist/method.js +2663 -0
- package/dist/client/vditor/dist/method.min.js +1 -0
- package/dist/client/vditor/dist/ts/constants.d.ts +45 -0
- package/dist/client/vditor/dist/ts/devtools/index.d.ts +7 -0
- package/dist/client/vditor/dist/ts/export/index.d.ts +4 -0
- package/dist/client/vditor/dist/ts/hint/index.d.ts +14 -0
- package/dist/client/vditor/dist/ts/ir/expandMarker.d.ts +1 -0
- package/dist/client/vditor/dist/ts/ir/highlightToolbarIR.d.ts +1 -0
- package/dist/client/vditor/dist/ts/ir/index.d.ts +13 -0
- package/dist/client/vditor/dist/ts/ir/input.d.ts +1 -0
- package/dist/client/vditor/dist/ts/ir/process.d.ts +8 -0
- package/dist/client/vditor/dist/ts/ir/processKeydown.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/SMILESRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/abcRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/adapterRender.d.ts +41 -0
- package/dist/client/vditor/dist/ts/markdown/anchorRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/chartRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/codeRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/flowchartRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/getHTML.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/getMarkdown.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/graphvizRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/highlightRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/lazyLoadImageRender.d.ts +6 -0
- package/dist/client/vditor/dist/ts/markdown/markmapRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/mathRender.d.ts +9 -0
- package/dist/client/vditor/dist/ts/markdown/mediaRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/mermaidRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/mindmapRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/outlineRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/plantumlRender.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/previewRender.d.ts +2 -0
- package/dist/client/vditor/dist/ts/markdown/setLute.d.ts +1 -0
- package/dist/client/vditor/dist/ts/markdown/speechRender.d.ts +6 -0
- package/dist/client/vditor/dist/ts/outline/index.d.ts +7 -0
- package/dist/client/vditor/dist/ts/preview/image.d.ts +1 -0
- package/dist/client/vditor/dist/ts/preview/index.d.ts +10 -0
- package/dist/client/vditor/dist/ts/resize/index.d.ts +6 -0
- package/dist/client/vditor/dist/ts/sv/combineFootnote.d.ts +6 -0
- package/dist/client/vditor/dist/ts/sv/index.d.ts +13 -0
- package/dist/client/vditor/dist/ts/sv/inputEvent.d.ts +1 -0
- package/dist/client/vditor/dist/ts/sv/process.d.ts +11 -0
- package/dist/client/vditor/dist/ts/sv/processKeydown.d.ts +1 -0
- package/dist/client/vditor/dist/ts/tip/index.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/Both.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Br.d.ts +4 -0
- package/dist/client/vditor/dist/ts/toolbar/CodeTheme.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/ContentTheme.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/Counter.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/Custom.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Devtools.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Divider.d.ts +4 -0
- package/dist/client/vditor/dist/ts/toolbar/EditMode.d.ts +8 -0
- package/dist/client/vditor/dist/ts/toolbar/Emoji.d.ts +7 -0
- package/dist/client/vditor/dist/ts/toolbar/Export.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/Fullscreen.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/Headings.d.ts +7 -0
- package/dist/client/vditor/dist/ts/toolbar/Help.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Indent.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Info.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/InsertAfter.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/InsertBefore.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/MenuItem.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Outdent.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Outline.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Preview.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/Record.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/Redo.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Undo.d.ts +5 -0
- package/dist/client/vditor/dist/ts/toolbar/Upload.d.ts +6 -0
- package/dist/client/vditor/dist/ts/toolbar/index.d.ts +10 -0
- package/dist/client/vditor/dist/ts/toolbar/setToolbar.d.ts +20 -0
- package/dist/client/vditor/dist/ts/ui/initUI.d.ts +4 -0
- package/dist/client/vditor/dist/ts/ui/setCodeTheme.d.ts +1 -0
- package/dist/client/vditor/dist/ts/ui/setContentTheme.d.ts +1 -0
- package/dist/client/vditor/dist/ts/ui/setPreviewMode.d.ts +1 -0
- package/dist/client/vditor/dist/ts/ui/setTheme.d.ts +1 -0
- package/dist/client/vditor/dist/ts/undo/index.d.ts +19 -0
- package/dist/client/vditor/dist/ts/upload/getElement.d.ts +1 -0
- package/dist/client/vditor/dist/ts/upload/index.d.ts +8 -0
- package/dist/client/vditor/dist/ts/upload/setHeaders.d.ts +1 -0
- package/dist/client/vditor/dist/ts/util/Options.d.ts +8 -0
- package/dist/client/vditor/dist/ts/util/RecordMedia.d.ts +18 -0
- package/dist/client/vditor/dist/ts/util/addScript.d.ts +2 -0
- package/dist/client/vditor/dist/ts/util/addStyle.d.ts +1 -0
- package/dist/client/vditor/dist/ts/util/code160to32.d.ts +1 -0
- package/dist/client/vditor/dist/ts/util/compatibility.d.ts +7 -0
- package/dist/client/vditor/dist/ts/util/editorCommonEvent.d.ts +9 -0
- package/dist/client/vditor/dist/ts/util/fixBrowserBehavior.d.ts +39 -0
- package/dist/client/vditor/dist/ts/util/function.d.ts +3 -0
- package/dist/client/vditor/dist/ts/util/getSelectText.d.ts +1 -0
- package/dist/client/vditor/dist/ts/util/hasClosest.d.ts +9 -0
- package/dist/client/vditor/dist/ts/util/hasClosestByHeadings.d.ts +2 -0
- package/dist/client/vditor/dist/ts/util/highlightToolbar.d.ts +1 -0
- package/dist/client/vditor/dist/ts/util/hotKey.d.ts +1 -0
- package/dist/client/vditor/dist/ts/util/log.d.ts +1 -0
- package/dist/client/vditor/dist/ts/util/merge.d.ts +1 -0
- package/dist/client/vditor/dist/ts/util/processCode.d.ts +2 -0
- package/dist/client/vditor/dist/ts/util/selection.d.ts +14 -0
- package/dist/client/vditor/dist/ts/util/toc.d.ts +5 -0
- package/dist/client/vditor/dist/ts/wysiwyg/afterRenderEvent.d.ts +5 -0
- package/dist/client/vditor/dist/ts/wysiwyg/highlightToolbarWYSIWYG.d.ts +4 -0
- package/dist/client/vditor/dist/ts/wysiwyg/index.d.ts +22 -0
- package/dist/client/vditor/dist/ts/wysiwyg/inlineTag.d.ts +10 -0
- package/dist/client/vditor/dist/ts/wysiwyg/input.d.ts +1 -0
- package/dist/client/vditor/dist/ts/wysiwyg/processKeydown.d.ts +2 -0
- package/dist/client/vditor/dist/ts/wysiwyg/renderDomByMd.d.ts +5 -0
- package/dist/client/vditor/dist/ts/wysiwyg/setHeading.d.ts +2 -0
- package/dist/client/vditor/dist/ts/wysiwyg/showCode.d.ts +1 -0
- package/dist/client/vditor/dist/ts/wysiwyg/toolbarEvent.d.ts +1 -0
- package/dist/client/vditor/dist/types/index.d.ts +882 -0
- package/dist/externalVersion.js +8 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +39 -0
- package/dist/locale/en-US.d.ts +34 -0
- package/dist/locale/en-US.js +55 -0
- package/dist/locale/ko_KR.d.ts +34 -0
- package/dist/locale/ko_KR.js +55 -0
- package/dist/locale/zh-CN.d.ts +34 -0
- package/dist/locale/zh-CN.js +55 -0
- package/dist/server/index.d.ts +1 -0
- package/dist/server/index.js +33 -0
- package/dist/server/markdown-vditor-field.d.ts +4 -0
- package/dist/server/markdown-vditor-field.js +32 -0
- package/dist/server/plugin.d.ts +11 -0
- package/dist/server/plugin.js +45 -0
- package/package.json +29 -0
- package/server.d.ts +2 -0
- package/server.js +1 -0
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { CollectionFieldInterface } from '@tachybase/client';
|
|
2
|
+
import { ISchema } from '@tachybase/schema';
|
|
3
|
+
export declare const defaultToolbar: string[];
|
|
4
|
+
export declare class MarkdownVditorFieldInterface extends CollectionFieldInterface {
|
|
5
|
+
name: string;
|
|
6
|
+
type: string;
|
|
7
|
+
group: string;
|
|
8
|
+
order: number;
|
|
9
|
+
title: string;
|
|
10
|
+
sortable: boolean;
|
|
11
|
+
default: {
|
|
12
|
+
type: string;
|
|
13
|
+
length: string;
|
|
14
|
+
uiSchema: {
|
|
15
|
+
type: string;
|
|
16
|
+
'x-component': string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
properties: {
|
|
20
|
+
'uiSchema.x-component-props.fileCollection': {
|
|
21
|
+
type: string;
|
|
22
|
+
title: string;
|
|
23
|
+
'x-component': string;
|
|
24
|
+
'x-component-props': {
|
|
25
|
+
filter: (collection: any) => boolean;
|
|
26
|
+
};
|
|
27
|
+
'x-decorator': string;
|
|
28
|
+
default: string;
|
|
29
|
+
'x-reactions': {
|
|
30
|
+
fulfill: {
|
|
31
|
+
schema: {
|
|
32
|
+
description: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
'uiSchema.x-component-props.toolbar': {
|
|
38
|
+
type: string;
|
|
39
|
+
title: string;
|
|
40
|
+
'x-component': string;
|
|
41
|
+
'x-component-props': {
|
|
42
|
+
mode: string;
|
|
43
|
+
};
|
|
44
|
+
'x-decorator': string;
|
|
45
|
+
default: string[];
|
|
46
|
+
enum: {
|
|
47
|
+
value: string;
|
|
48
|
+
label: string;
|
|
49
|
+
}[];
|
|
50
|
+
};
|
|
51
|
+
'uiSchema.title': {
|
|
52
|
+
type: string;
|
|
53
|
+
title: string;
|
|
54
|
+
required: boolean;
|
|
55
|
+
"x-decorator": string;
|
|
56
|
+
"x-component": string;
|
|
57
|
+
};
|
|
58
|
+
name: {
|
|
59
|
+
type: string;
|
|
60
|
+
title: string;
|
|
61
|
+
required: boolean;
|
|
62
|
+
"x-disabled": string;
|
|
63
|
+
"x-decorator": string;
|
|
64
|
+
"x-component": string;
|
|
65
|
+
"x-validator": string;
|
|
66
|
+
description: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
schemaInitialize(schema: ISchema, { block }: {
|
|
70
|
+
block: any;
|
|
71
|
+
}): void;
|
|
72
|
+
filterable: {
|
|
73
|
+
operators: ({
|
|
74
|
+
label: string;
|
|
75
|
+
value: string;
|
|
76
|
+
selected: boolean;
|
|
77
|
+
noValue?: undefined;
|
|
78
|
+
} | {
|
|
79
|
+
label: string;
|
|
80
|
+
value: string;
|
|
81
|
+
selected?: undefined;
|
|
82
|
+
noValue?: undefined;
|
|
83
|
+
} | {
|
|
84
|
+
label: string;
|
|
85
|
+
value: string;
|
|
86
|
+
noValue: boolean;
|
|
87
|
+
selected?: undefined;
|
|
88
|
+
})[];
|
|
89
|
+
};
|
|
90
|
+
titleUsable: boolean;
|
|
91
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function generateNTemplate(key: string): string;
|
|
File without changes
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Vditor - A markdown editor written in TypeScript.
|
|
3
|
+
*
|
|
4
|
+
* MIT License
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) 2018-present B3log 开源, b3log.org
|
|
7
|
+
*
|
|
8
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
9
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
10
|
+
* in the Software without restriction, including without limitation the rights
|
|
11
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
12
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
13
|
+
* furnished to do so, subject to the following conditions:
|
|
14
|
+
*
|
|
15
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
16
|
+
* copies or substantial portions of the Software.
|
|
17
|
+
*
|
|
18
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
19
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
23
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
|
+
* SOFTWARE.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
|
|
28
|
+
.vditor-reset {
|
|
29
|
+
color: rgba(0, 0, 0, .85);
|
|
30
|
+
font-size: 14px;
|
|
31
|
+
line-height: 2;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.vditor-reset img {
|
|
35
|
+
max-width: calc(100% - 32px);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.vditor-reset p > img {
|
|
39
|
+
margin: 34px 0;
|
|
40
|
+
box-shadow: 0 8px 20px rgba(143, 168, 191, 0.35);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.vditor-reset h1 {
|
|
44
|
+
margin-bottom: 20px;
|
|
45
|
+
color: rgba(0, 0, 0, .85);
|
|
46
|
+
font-weight: 500;
|
|
47
|
+
font-size: 30px;
|
|
48
|
+
font-family: Avenir, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji, sans-serif;
|
|
49
|
+
line-height: 38px
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.vditor-reset h2 {
|
|
53
|
+
font-size: 24px;
|
|
54
|
+
line-height: 32px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.vditor-reset h2,
|
|
58
|
+
.vditor-reset h3,
|
|
59
|
+
.vditor-reset h4,
|
|
60
|
+
.vditor-reset h5,
|
|
61
|
+
.vditor-reset h6 {
|
|
62
|
+
clear: both;
|
|
63
|
+
margin: 1.6em 0 .6em;
|
|
64
|
+
color: rgba(0, 0, 0, .85);
|
|
65
|
+
font-weight: 500;
|
|
66
|
+
font-family: Avenir, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji, sans-serif
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.vditor-reset h3 {
|
|
70
|
+
font-size: 18px;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.vditor-reset h4 {
|
|
74
|
+
font-size: 16px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.vditor-reset h5 {
|
|
78
|
+
font-size: 14px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.vditor-reset h6 {
|
|
82
|
+
font-size: 12px;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.vditor-reset hr {
|
|
86
|
+
clear: both;
|
|
87
|
+
height: 1px;
|
|
88
|
+
margin: 56px 0;
|
|
89
|
+
background: #f0f0f0;
|
|
90
|
+
border: 0;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.vditor-reset p,
|
|
94
|
+
.vditor-reset pre {
|
|
95
|
+
margin: 1em 0;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.vditor-reset ul > li {
|
|
99
|
+
margin-left: 20px;
|
|
100
|
+
padding-left: 4px;
|
|
101
|
+
list-style-type: circle;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.vditor-reset ol > li {
|
|
105
|
+
margin-left: 20px;
|
|
106
|
+
padding-left: 4px;
|
|
107
|
+
list-style-type: decimal;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.vditor-reset ul > li > p,
|
|
111
|
+
.vditor-reset ol > li > p {
|
|
112
|
+
margin: 0.2em 0;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.vditor-reset code {
|
|
116
|
+
margin: 0 1px;
|
|
117
|
+
padding: .2em .4em;
|
|
118
|
+
font-size: .9em;
|
|
119
|
+
border-radius: 3px;
|
|
120
|
+
border: 1px solid #f0f0f0;
|
|
121
|
+
font-family: sfmono-regular, Consolas, liberation mono, Menlo, Courier, monospace;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.vditor-reset code:not(.hljs):not(.highlight-chroma) {
|
|
125
|
+
background: #f2f4f5;
|
|
126
|
+
color: rgba(0, 0, 0, .65);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.vditor-reset pre {
|
|
130
|
+
font-family: sfmono-regular, Consolas, liberation mono, Menlo, Courier, monospace;
|
|
131
|
+
border-radius: 2px;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.vditor-reset .language-abc svg,
|
|
135
|
+
.vditor-reset .language-abc path {
|
|
136
|
+
fill: currentColor;
|
|
137
|
+
color: rgba(0, 0, 0, .85);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.vditor-reset .language-graphviz polygon {
|
|
141
|
+
fill: transparent;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.vditor-reset strong,
|
|
145
|
+
.vditor-reset b {
|
|
146
|
+
font-weight: 500;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.vditor-reset > table {
|
|
150
|
+
width: 100%;
|
|
151
|
+
margin: 8px 0 16px;
|
|
152
|
+
direction: ltr;
|
|
153
|
+
empty-cells: show;
|
|
154
|
+
border: 1px solid #f0f0f0;
|
|
155
|
+
border-collapse: collapse;
|
|
156
|
+
border-spacing: 0
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.vditor-reset > table th {
|
|
160
|
+
color: #5c6b77;
|
|
161
|
+
font-weight: 500;
|
|
162
|
+
white-space: nowrap;
|
|
163
|
+
background: rgba(0, 0, 0, .02)
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.vditor-reset > table th, .vditor-reset > table td {
|
|
167
|
+
padding: 16px 24px;
|
|
168
|
+
text-align: left;
|
|
169
|
+
border: 1px solid #f0f0f0
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.vditor-reset blockquote {
|
|
173
|
+
margin: 1em 0;
|
|
174
|
+
padding-left: .8em;
|
|
175
|
+
color: rgba(0, 0, 0, .45);
|
|
176
|
+
font-size: 90%;
|
|
177
|
+
border-left: 4px solid #f0f0f0
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.vditor-reset blockquote p {
|
|
181
|
+
margin: 0;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.vditor-reset .vditor-anchor {
|
|
185
|
+
margin-left: 8px;
|
|
186
|
+
opacity: 0;
|
|
187
|
+
transition: opacity 0.3s;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.vditor-reset h1:hover .vditor-anchor,
|
|
191
|
+
.vditor-reset h2:hover .vditor-anchor,
|
|
192
|
+
.vditor-reset h3:hover .vditor-anchor,
|
|
193
|
+
.vditor-reset h4:hover .vditor-anchor,
|
|
194
|
+
.vditor-reset h5:hover .vditor-anchor,
|
|
195
|
+
.vditor-reset h6:hover .vditor-anchor {
|
|
196
|
+
display: inline-block;
|
|
197
|
+
opacity: 1;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.vditor-reset > br,
|
|
201
|
+
.vditor-reset > p > br {
|
|
202
|
+
clear: both;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.vditor-reset a, .vditor-ir__link {
|
|
206
|
+
color: #1890ff;
|
|
207
|
+
text-decoration: none;
|
|
208
|
+
outline: none;
|
|
209
|
+
cursor: pointer;
|
|
210
|
+
}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Vditor - A markdown editor written in TypeScript.
|
|
3
|
+
*
|
|
4
|
+
* MIT License
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) 2018-present B3log 开源, b3log.org
|
|
7
|
+
*
|
|
8
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
9
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
10
|
+
* in the Software without restriction, including without limitation the rights
|
|
11
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
12
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
13
|
+
* furnished to do so, subject to the following conditions:
|
|
14
|
+
*
|
|
15
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
16
|
+
* copies or substantial portions of the Software.
|
|
17
|
+
*
|
|
18
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
19
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
23
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
|
+
* SOFTWARE.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
.vditor-reset {
|
|
28
|
+
color: #d1d5da;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.vditor-reset a, .vditor-ir__link {
|
|
32
|
+
color: #4285f4;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.vditor-reset h1, .vditor-reset h2 {
|
|
36
|
+
padding-bottom: 0.3em;
|
|
37
|
+
border-bottom: 1px solid #d1d5da
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.vditor-reset hr {
|
|
41
|
+
background-color: #d1d5da
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.vditor-reset blockquote {
|
|
45
|
+
padding: 0 1em;
|
|
46
|
+
color: #b9b9b9;
|
|
47
|
+
border-left: .25em solid #d1d5da
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.vditor-reset iframe {
|
|
51
|
+
border: 1px solid #141414
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.vditor-reset table tr {
|
|
55
|
+
background-color: #2f363d
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.vditor-reset table td, .vditor-reset table th {
|
|
59
|
+
border: 1px solid #dfe2e5
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.vditor-reset table tbody tr:nth-child(2n) {
|
|
63
|
+
background-color: #24292e
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.vditor-reset code:not(.hljs):not(.highlight-chroma) {
|
|
67
|
+
background-color: rgba(66, 133, 244, .36);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.vditor-reset .language-abc svg,
|
|
71
|
+
.vditor-reset .language-abc path {
|
|
72
|
+
fill: currentColor;
|
|
73
|
+
color: #d1d5da;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.language-graphviz polygon {
|
|
77
|
+
fill: rgba(66, 133, 244, .36);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.vditor-reset kbd {
|
|
81
|
+
color: #d1d5da;
|
|
82
|
+
background-color: #2f363d;
|
|
83
|
+
border: 1px solid #141414;
|
|
84
|
+
box-shadow: inset 0 -1px 0 #141414
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.vditor-copy svg {
|
|
88
|
+
color: #b9b9b9
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.vditor-speech {
|
|
92
|
+
background-color: #1d2125;
|
|
93
|
+
border: 1px solid #141414;
|
|
94
|
+
color: #b9b9b9
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.vditor-speech--current, .vditor-speech:hover {
|
|
98
|
+
color: #fff
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.vditor-linkcard a {
|
|
102
|
+
background-color: #1d2125;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.vditor-linkcard a:visited .vditor-linkcard__abstract {
|
|
106
|
+
color: hsla(0, 0%, 72.5%, .36)
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.vditor-linkcard__title {
|
|
110
|
+
color: #d1d5da
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.vditor-linkcard__abstract {
|
|
114
|
+
color: #b9b9b9
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.vditor-linkcard__site {
|
|
118
|
+
color: #fff
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.vditor-linkcard__image {
|
|
122
|
+
background-color: hsla(0, 0%, 72.5%, .36)
|
|
123
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Vditor - A markdown editor written in TypeScript.
|
|
3
|
+
*
|
|
4
|
+
* MIT License
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) 2018-present B3log 开源, b3log.org
|
|
7
|
+
*
|
|
8
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
9
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
10
|
+
* in the Software without restriction, including without limitation the rights
|
|
11
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
12
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
13
|
+
* furnished to do so, subject to the following conditions:
|
|
14
|
+
*
|
|
15
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
16
|
+
* copies or substantial portions of the Software.
|
|
17
|
+
*
|
|
18
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
19
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
23
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
|
+
* SOFTWARE.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
.vditor-reset h1, .vditor-reset h2 {
|
|
28
|
+
padding-bottom: 0.3em;
|
|
29
|
+
border-bottom: 1px solid #eaecef;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.vditor-reset hr {
|
|
33
|
+
background-color: #eaecef;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.vditor-reset blockquote {
|
|
37
|
+
color: #6a737d;
|
|
38
|
+
border-left: .25em solid #eaecef
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.vditor-reset iframe {
|
|
42
|
+
border: 1px solid #d1d5da
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.vditor-reset table tr {
|
|
46
|
+
border-top: 1px solid #c6cbd1;
|
|
47
|
+
background-color: #fafbfc
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.vditor-reset table td, .vditor-reset table th {
|
|
51
|
+
border: 1px solid #dfe2e5
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.vditor-reset table tbody tr:nth-child(2n) {
|
|
55
|
+
background-color: #fff
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.vditor-reset code:not(.hljs):not(.highlight-chroma) {
|
|
59
|
+
background-color: rgba(27, 31, 35, .05);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.vditor-reset kbd {
|
|
63
|
+
color: #24292e;
|
|
64
|
+
background-color: #fafbfc;
|
|
65
|
+
border: solid 1px #d1d5da;
|
|
66
|
+
box-shadow: inset 0 -1px 0 #d1d5da;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.vditor-speech {
|
|
70
|
+
background-color: #f6f8fa;
|
|
71
|
+
border: 1px solid #d1d5da;
|
|
72
|
+
color: #586069;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.vditor-speech--current, .vditor-speech:hover {
|
|
76
|
+
color: #4285f4;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.vditor-linkcard a {
|
|
80
|
+
background-color: #f6f8fa;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.vditor-linkcard a:visited .vditor-linkcard__abstract {
|
|
84
|
+
color: rgba(88, 96, 105, 0.36);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.vditor-linkcard__title {
|
|
88
|
+
color: #24292e;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.vditor-linkcard__abstract {
|
|
92
|
+
color: #586069;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.vditor-linkcard__site {
|
|
96
|
+
color: #4285f4;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.vditor-linkcard__image {
|
|
100
|
+
background-color: rgba(88, 96, 105, 0.36);
|
|
101
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Vditor - A markdown editor written in TypeScript.
|
|
3
|
+
*
|
|
4
|
+
* MIT License
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) 2018-present B3log 开源, b3log.org
|
|
7
|
+
*
|
|
8
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
9
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
10
|
+
* in the Software without restriction, including without limitation the rights
|
|
11
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
12
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
13
|
+
* furnished to do so, subject to the following conditions:
|
|
14
|
+
*
|
|
15
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
16
|
+
* copies or substantial portions of the Software.
|
|
17
|
+
*
|
|
18
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
19
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
23
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
|
+
* SOFTWARE.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
.vditor-reset {
|
|
28
|
+
font-family: "mp-quote", -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
|
|
29
|
+
color: rgb(62, 62, 62);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.vditor-reset a, .vditor-ir__link {
|
|
33
|
+
color: #576b95;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.vditor-reset h1 {
|
|
37
|
+
font-weight: 400;
|
|
38
|
+
text-align: center;
|
|
39
|
+
color: rgb(26, 173, 25);
|
|
40
|
+
font-size: 24px;
|
|
41
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAACCAYAAABYBvyLAAAAGElEQVQImWNkXs/wn4GKgImahjEwMDAAAA6aAbVUOzXRAAAAAElFTkSuQmCC);
|
|
42
|
+
background-repeat: no-repeat;
|
|
43
|
+
background-position: center bottom;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.vditor-reset h2 {
|
|
47
|
+
font-weight: 400;
|
|
48
|
+
text-align: center;
|
|
49
|
+
font-size: 20px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.vditor-reset h3,
|
|
53
|
+
.vditor-reset h4,
|
|
54
|
+
.vditor-reset h5,
|
|
55
|
+
.vditor-reset h6 {
|
|
56
|
+
font-weight: 400;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.vditor-reset hr {
|
|
60
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
61
|
+
transform-origin: 0 0;
|
|
62
|
+
transform: scale(1, 0.5);
|
|
63
|
+
height: 0;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.vditor-reset blockquote {
|
|
67
|
+
padding: 4px 0 0 10px;
|
|
68
|
+
border-left: 3px solid #dbdbdb;
|
|
69
|
+
color: #9a9a9a;
|
|
70
|
+
line-height: 1.6;
|
|
71
|
+
font-size: 15px;
|
|
72
|
+
margin: 1em 0;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.vditor-reset code {
|
|
76
|
+
font-size: 14px;
|
|
77
|
+
border: 1px solid #f0f0f0;
|
|
78
|
+
border-radius: 2px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.vditor-reset code:not(.hljs):not(.highlight-chroma) {
|
|
82
|
+
background-color: rgba(0, 0, 0, 0.03);
|
|
83
|
+
color: #333;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.vditor-reset .language-abc svg,
|
|
87
|
+
.vditor-reset .language-abc path {
|
|
88
|
+
fill: currentColor;
|
|
89
|
+
color: rgb(62, 62, 62);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.vditor-reset .language-graphviz polygon {
|
|
93
|
+
fill: transparent;
|
|
94
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="160px" height="160px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-double-ring" style="background: none;"><circle cx="50" cy="50" ng-attr-r="{{config.radius}}" ng-attr-stroke-width="{{config.width}}" ng-attr-stroke="{{config.c1}}" ng-attr-stroke-dasharray="{{config.dasharray}}" fill="none" stroke-linecap="round" r="20" stroke-width="4" stroke="#3b3e43" stroke-dasharray="31.41592653589793 31.41592653589793" transform="rotate(111.924 50 50)"><animateTransform attributeName="transform" type="rotate" calcMode="linear" values="0 50 50;360 50 50" keyTimes="0;1" dur="1.5s" begin="0s" repeatCount="indefinite"></animateTransform></circle><circle cx="50" cy="50" ng-attr-r="{{config.radius2}}" ng-attr-stroke-width="{{config.width}}" ng-attr-stroke="{{config.c2}}" ng-attr-stroke-dasharray="{{config.dasharray2}}" ng-attr-stroke-dashoffset="{{config.dashoffset2}}" fill="none" stroke-linecap="round" r="15" stroke-width="4" stroke="#d23f31" stroke-dasharray="23.561944901923447 23.561944901923447" stroke-dashoffset="23.561944901923447" transform="rotate(-111.924 50 50)"><animateTransform attributeName="transform" type="rotate" calcMode="linear" values="0 50 50;-360 50 50" keyTimes="0;1" dur="1.5s" begin="0s" repeatCount="indefinite"></animateTransform></circle></svg>
|
|
Binary file
|