Home
last modified time | relevance | path

Searched refs:mermaid (Results 1 – 25 of 92) sorted by relevance

1234

/plugin/mermaid/
H A Dplugin.info.txt1 base mermaid
5 name mermaid Plugin
7 url https://www.dokuwiki.org/plugin:mermaid
H A Dmermaid.css1 .mermaid svg {
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DView.svelte5 import mermaid from '@mermaid';
71 mermaid.initialize(Object.assign({}, state.mermaid));
72 mermaid.init(undefined, container);
73 if (code) mermaid.render('graph-div', code, insertSvg);
H A DEditor.svelte5 import mermaid from '@mermaid';
18 mermaid.parse(updatedCode);
64 language: 'mermaid',
H A DConfig.svelte25 console.log(state.mermaid, state.updateEditor);
27 handleConfUpdate(state.mermaid, true);
H A DLinks.svelte45 a.download = `mermaid-diagram-${moment().format('YYYYMMDDHHmmss')}.png`;
86 event.target.download = `mermaid-diagram-${moment().format(
109 iUrl = `https://mermaid.ink/img/${b64Code}`;
110 svgUrl = `https://mermaid.ink/svg/${b64Code}`;
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte11 import pkg from '@mermaid/package.json';
29 mermaid: {},
277 href="https://mermaid-js.github.io/mermaid"
285 href="https://github.com/mermaid-js/mermaid"
293 href="https://github.com/mermaid-js/mermaid-live-editor"
301 href="https://github.com/mermaid-js/mermaid-cli"
319 Powered by mermaid
/plugin/dirtylittlehelper/
H A DREADME.md12 …gin](https://github.com/jakob1111/dokuwiki-plugin-flowcharts/) - the base for mermaid integration
13 @mermaid-js [mermaid-live-editor](https://github.com/mermaid-js/mermaid-live-editor) - the mermaid
23 Building and integrating flow-charts with mermaid: integrated. And dlh ships a mermaid live editor …
90 ## mermaid section in what can dlh do four you?
97 When you click the mermaid live editor you can follow the links to syntax etc.
H A Ddokuwiki_plugin_dirtylittlehelper.txt48 …om/jakob1111/dokuwiki-plugin-flowcharts/|flowcharts plugin]] - the base for mermaid integration \\
49 @mermaid-js [[https://github.com/mermaid-js/mermaid-live-editor|mermaid-live-editor]] - the mermaid
62 Building and integrating flow-charts with mermaid: integrated. And dlh ships a mermaid live editor …
118 buttons for mermaid (look a bit down)\\
153 ==== mermaid ====
160 When you click the mermaid live editor you can follow the links to syntax etc.
H A Dplugin.info.txt6 desc enhances editor, can build a navi-tree, mermaid integration, design fine tuning and some oth…
H A Dstyle.css245 .mermaid svg {
/plugin/dirtylittlehelper/mermaid/editor/src/
H A Dcode-store.js15 mermaid: { theme: isDarkMode ? 'dark' : 'default' }, class in defaultState
39 codeStore.set({ ...state, mermaid: config, updateEditor });
/plugin/flowcharts/
H A Dmermaid-override.css1 .mermaid svg {
H A Ddeleted.files5 mermaid-init.js
H A DREADME.md51 …thub.io/. Diagrams can be built in realtime using https://mermaidjs.github.io/mermaid-live-editor/.
/plugin/combo/resources/snippet/js/
H A Dmermaid.js1 // https://mermaid-js.github.io/mermaid/#/./Setup
3 mermaid.initialize({startOnLoad: true, securityLevel:'strict'});
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dstyles.css26 .mermaid {
/plugin/dirtylittlehelper/mermaid/editor/
H A Dstyles.css26 .mermaid {
/plugin/diagramsnet/lib/js/mermaid/
H A DREADME.md1 # To change mermaid.min.js for IE11
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1mermaid/webpack/universalModuleDefinition","webpack://mermaid/webpack/bootstrap","webpack://mermai…
/plugin/combo/
H A Ddeleted.files179 syntax/mermaid.php
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt476 mermaid=mermaid
H A Ddia_ru.txt476 mermaid=Mermaid
H A Ddia_bg.txt476 mermaid=Mermaid
H A Ddia_el.txt476 mermaid=Mermaid

1234