Compare commits
105
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2922ae71db | ||
|
|
1f3c74ae19 | ||
|
|
433fd4d045 | ||
|
|
814ce1aee3 | ||
|
|
ce0517b782 | ||
|
|
019542d1e8 | ||
|
|
260d4970ae | ||
|
|
7f22aea3eb | ||
|
|
988eba06d9 | ||
|
|
f3ab245ef1 | ||
|
|
b90cf45eff | ||
|
|
020075da92 | ||
|
|
de41008284 | ||
|
|
1ea94189d1 | ||
|
|
68e5d1e53c | ||
|
|
a7ee019c5d | ||
|
|
2c26f2dfd5 | ||
|
|
8c562d18f2 | ||
|
|
7a372eaf6b | ||
|
|
dbfcd13fc5 | ||
|
|
0325b5a99c | ||
|
|
d44d591601 | ||
|
|
f3792a39da | ||
|
|
86bed95297 | ||
|
|
211af0b8ae | ||
|
|
ecca96d26a | ||
|
|
9c98144b71 | ||
|
|
24070d9415 | ||
|
|
6f2df5e088 | ||
|
|
5fd3f32d6a | ||
|
|
44f700e588 | ||
|
|
b74e63fa1d | ||
|
|
85ed4187e8 | ||
|
|
3f3086dae5 | ||
|
|
b7140fb2aa | ||
|
|
5cb868f68e | ||
|
|
6d428c8734 | ||
|
|
e5bc61a294 | ||
|
|
ef73a1f24f | ||
|
|
4f1b54b2ab | ||
|
|
e90c77efc1 | ||
|
|
58516c0947 | ||
|
|
743c3f118d | ||
|
|
927e291bf5 | ||
|
|
a88e365f6d | ||
|
|
9620888b08 | ||
|
|
342b29c704 | ||
|
|
53feec5701 | ||
|
|
cb73944f12 | ||
|
|
96cfb4755c | ||
|
|
a7f99c641a | ||
|
|
b86b229aff | ||
|
|
a9b50f462b | ||
|
|
5f3b8ddba0 | ||
|
|
3bef3ba7fd | ||
|
|
3328e35cfa | ||
|
|
1b1ed01156 | ||
|
|
ca41deab2a | ||
|
|
bff3c95c7c | ||
|
|
610502502a | ||
|
|
7c4376b0d0 | ||
|
|
0ae679ec12 | ||
|
|
e8a3de759d | ||
|
|
ca74cc169b | ||
|
|
08c27a2500 | ||
|
|
330f02f81b | ||
|
|
9f27cb4b65 | ||
|
|
b596c58ca7 | ||
|
|
fc533d8e11 | ||
|
|
01483420c9 | ||
|
|
8ded1dc1cb | ||
|
|
62c760fc70 | ||
|
|
90445dbf46 | ||
|
|
21f7e25cc1 | ||
|
|
ff9f9b7cf9 | ||
|
|
c085723530 | ||
|
|
9846bd7b4c | ||
|
|
5b34b1921d | ||
|
|
1aa4bff8f8 | ||
|
|
77501eee1c | ||
|
|
106d68efd4 | ||
|
|
4d534ddabb | ||
|
|
86d212c659 | ||
|
|
9176448e17 | ||
|
|
c0b4e37267 | ||
|
|
fa634ad25a | ||
|
|
0d13a451de | ||
|
|
7c358b5c5b | ||
|
|
8f7209de11 | ||
|
|
be42ce5f7f | ||
|
|
dc2c2a2b13 | ||
|
|
9cc1503940 | ||
|
|
55e3d0219b | ||
|
|
4825d4a5c4 | ||
|
|
45d6efac4b | ||
|
|
e4703dfd2d | ||
|
|
93a86ba7f6 | ||
|
|
44cd7c2fe8 | ||
|
|
0c037e4505 | ||
|
|
28bae8cd9b | ||
|
|
bdad74f19c | ||
|
|
243d720c25 | ||
|
|
e8ba2f1e6d | ||
|
|
aeaf80d00c | ||
|
|
4116956469 |
+2
-1
@@ -44,6 +44,7 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
'@typescript-eslint/no-unsafe-member-access': 'off',
|
'@typescript-eslint/no-unsafe-member-access': 'off',
|
||||||
'@typescript-eslint/no-unsafe-assignment': 'off',
|
'@typescript-eslint/no-unsafe-assignment': 'off',
|
||||||
'es/no-regexp-lookbehind-assertions': 'error'
|
'es/no-regexp-lookbehind-assertions': 'error',
|
||||||
|
curly: ['error', 'all']
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -48,4 +48,3 @@ jobs:
|
|||||||
parallel: true
|
parallel: true
|
||||||
env:
|
env:
|
||||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||||
MERMAID_DISABLE_DEBOUNCE: 'true'
|
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
name: Update Browserslist
|
name: Update Browserslist
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches-ignore:
|
||||||
- develop
|
- 'develop'
|
||||||
|
- 'master'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
- name: Update monaco version
|
- name: Update monaco version
|
||||||
|
|||||||
Vendored
+2
-1
@@ -4,5 +4,6 @@
|
|||||||
"vitest.commandLine": "yarn test:unit",
|
"vitest.commandLine": "yarn test:unit",
|
||||||
"vitest.enable": true,
|
"vitest.enable": true,
|
||||||
"testing.autoRun.mode": "rerun",
|
"testing.autoRun.mode": "rerun",
|
||||||
"svelte.enable-ts-plugin": true
|
"svelte.enable-ts-plugin": true,
|
||||||
|
"githubPullRequests.ignoredPullRequestBranches": ["develop"]
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
# Stop : press ctrl + c
|
# Stop : press ctrl + c
|
||||||
# or
|
# or
|
||||||
# docker stop mermaid-live-editor
|
# docker stop mermaid-live-editor
|
||||||
FROM node:18.8.0 as mermaid-live-editor-builder
|
FROM node:18.10.0 as mermaid-live-editor-builder
|
||||||
COPY --chown=node:node . /home
|
COPY --chown=node:node . /home
|
||||||
WORKDIR /home
|
WORKDIR /home
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
|
|||||||
@@ -9,8 +9,10 @@ describe('Auto sync tests', () => {
|
|||||||
it('should dim diagram when code is edited', () => {
|
it('should dim diagram when code is edited', () => {
|
||||||
cy.contains('Auto sync').click();
|
cy.contains('Auto sync').click();
|
||||||
cy.get('#view').should('not.have.class', 'outOfSync');
|
cy.get('#view').should('not.have.class', 'outOfSync');
|
||||||
|
cy.get('#view').should('not.contain.text', 'Diagram out of sync.');
|
||||||
getEditor().type(' C --> Test');
|
getEditor().type(' C --> Test');
|
||||||
cy.get('#view').should('have.class', 'outOfSync');
|
cy.get('#view').should('have.class', 'outOfSync');
|
||||||
|
cy.get('#view').should('contain.text', 'Diagram out of sync.');
|
||||||
cy.getLocalStorage('codeStore').snapshot();
|
cy.getLocalStorage('codeStore').snapshot();
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -19,7 +21,9 @@ describe('Auto sync tests', () => {
|
|||||||
cy.get('#view').should('not.have.class', 'outOfSync');
|
cy.get('#view').should('not.have.class', 'outOfSync');
|
||||||
getEditor().type(' C --> Test');
|
getEditor().type(' C --> Test');
|
||||||
cy.get('#view').should('have.class', 'outOfSync');
|
cy.get('#view').should('have.class', 'outOfSync');
|
||||||
|
cy.get('#view').should('contain.text', 'Diagram out of sync.');
|
||||||
getEditor().type(`${cmd}{enter}`);
|
getEditor().type(`${cmd}{enter}`);
|
||||||
|
cy.get('#view').should('not.contain.text', 'Diagram out of sync.');
|
||||||
cy.get('#view').should('not.have.class', 'outOfSync');
|
cy.get('#view').should('not.have.class', 'outOfSync');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
+31
-32
@@ -5,7 +5,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite dev",
|
"dev": "vite dev",
|
||||||
"dev:test": "MERMAID_DISABLE_DEBOUNCE=true yarn dev",
|
"dev:force": "MERMAID_LOCAL=true yarn dev --force",
|
||||||
|
"dev:test": "yarn dev",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"lint": "prettier --check --cache --plugin-search-dir=. .;eslint --ignore-path .gitignore .",
|
"lint": "prettier --check --cache --plugin-search-dir=. .;eslint --ignore-path .gitignore .",
|
||||||
@@ -22,62 +23,60 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cypress/snapshot": "2.1.7",
|
"@cypress/snapshot": "2.1.7",
|
||||||
"@sveltejs/adapter-static": "1.0.0-next.41",
|
"@sveltejs/adapter-static": "1.0.0-next.44",
|
||||||
"@sveltejs/kit": "1.0.0-next.463",
|
"@sveltejs/kit": "1.0.0-next.511",
|
||||||
"@testing-library/jest-dom": "5.16.5",
|
"@testing-library/jest-dom": "5.16.5",
|
||||||
"@testing-library/svelte": "3.2.1",
|
"@testing-library/svelte": "3.2.2",
|
||||||
"@types/mermaid": "8.2.9",
|
"@types/pako": "2.0.0",
|
||||||
"@types/pako": "1.0.3",
|
"@types/uuid": "8.3.4",
|
||||||
"@types/uuid": "^8.3.4",
|
"@typescript-eslint/eslint-plugin": "5.39.0",
|
||||||
"@typescript-eslint/eslint-plugin": "5.35.1",
|
"@typescript-eslint/parser": "5.39.0",
|
||||||
"@typescript-eslint/parser": "5.36.1",
|
"@vitest/ui": "0.24.0",
|
||||||
"@vitest/ui": "0.22.1",
|
"autoprefixer": "10.4.12",
|
||||||
"autoprefixer": "10.4.8",
|
|
||||||
"c8": "7.12.0",
|
"c8": "7.12.0",
|
||||||
"chai": "4.3.6",
|
"chai": "4.3.6",
|
||||||
"cssnano": "5.1.13",
|
"cssnano": "5.1.13",
|
||||||
"cy-verify-downloads": "0.1.8",
|
"cy-verify-downloads": "0.1.11",
|
||||||
"cypress": "10.7.0",
|
"cypress": "10.9.0",
|
||||||
"cypress-localstorage-commands": "2.2.0",
|
"cypress-localstorage-commands": "2.2.1",
|
||||||
"eslint": "8.23.0",
|
"eslint": "8.25.0",
|
||||||
"eslint-config-prettier": "8.5.0",
|
"eslint-config-prettier": "8.5.0",
|
||||||
"eslint-plugin-cypress": "2.12.1",
|
"eslint-plugin-cypress": "2.12.1",
|
||||||
"eslint-plugin-es": "4.1.0",
|
"eslint-plugin-es": "4.1.0",
|
||||||
"eslint-plugin-postcss-modules": "2.0.0",
|
"eslint-plugin-postcss-modules": "2.0.0",
|
||||||
"eslint-plugin-svelte3": "4.0.0",
|
"eslint-plugin-svelte3": "4.0.0",
|
||||||
"eslint-plugin-tailwindcss": "3.6.1",
|
"eslint-plugin-tailwindcss": "3.6.2",
|
||||||
"eslint-plugin-vitest": "0.0.8",
|
"eslint-plugin-vitest": "0.0.8",
|
||||||
"esserializer": "^1.3.2",
|
"esserializer": "1.3.2",
|
||||||
"husky": "8.0.1",
|
"husky": "8.0.1",
|
||||||
"jsdom": "20.0.0",
|
"jsdom": "20.0.1",
|
||||||
"lint-staged": "13.0.3",
|
"lint-staged": "13.0.3",
|
||||||
"node-html-parser": "5.4.2",
|
"node-html-parser": "6.1.1",
|
||||||
"postcss": "8.4.16",
|
"postcss": "8.4.17",
|
||||||
"postcss-load-config": "4.0.1",
|
"postcss-load-config": "4.0.1",
|
||||||
"prettier": "2.7.1",
|
"prettier": "2.7.1",
|
||||||
"prettier-plugin-svelte": "2.7.0",
|
"prettier-plugin-svelte": "2.8.0",
|
||||||
"svelte": "3.49.0",
|
"svelte": "3.50.1",
|
||||||
"svelte-preprocess": "4.10.7",
|
"svelte-preprocess": "4.10.7",
|
||||||
"tailwindcss": "3.1.8",
|
"tailwindcss": "3.1.8",
|
||||||
"tslib": "2.4.0",
|
"tslib": "2.4.0",
|
||||||
"typescript": "4.8.2",
|
"typescript": "4.8.4",
|
||||||
"vite": "3.1.0-beta.2",
|
"vite": "3.1.7",
|
||||||
"vitest": "0.22.1"
|
"vitest": "0.24.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@analytics/google-analytics": "1.0.3",
|
|
||||||
"analytics": "0.8.1",
|
"analytics": "0.8.1",
|
||||||
"analytics-plugin-plausible": "^0.0.6",
|
"analytics-plugin-plausible": "0.0.6",
|
||||||
"daisyui": "2.24.0",
|
"daisyui": "2.31.0",
|
||||||
"js-base64": "3.7.2",
|
"js-base64": "3.7.2",
|
||||||
"mermaid": "9.1.6",
|
"mermaid": "9.2.0-rc6",
|
||||||
"moment": "2.29.4",
|
"moment": "2.29.4",
|
||||||
"monaco-editor": "0.34.0",
|
"monaco-editor": "0.34.0",
|
||||||
"monaco-mermaid": "1.0.6",
|
"monaco-mermaid": "1.0.6",
|
||||||
"pako": "2.0.4",
|
"pako": "2.0.4",
|
||||||
"random-word-slugs": "0.1.6",
|
"random-word-slugs": "0.1.6",
|
||||||
"svg-pan-zoom": "^3.6.1",
|
"svg-pan-zoom": "3.6.1",
|
||||||
"uuid": "^8.3.2"
|
"uuid": "9.0.0"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{ts,svelte,js,css,md,json}": [
|
"*.{ts,svelte,js,css,md,json}": [
|
||||||
@@ -87,7 +86,7 @@
|
|||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "18.5.0",
|
"node": "18.5.0",
|
||||||
"yarn": "1.22.10"
|
"yarn": "1.22.19"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.7"
|
"node": ">=16.7"
|
||||||
|
|||||||
@@ -14,10 +14,6 @@
|
|||||||
{
|
{
|
||||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchDatasources": ["npm"],
|
|
||||||
"stabilityDays": 3
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
|
|||||||
+7
-5
@@ -11,12 +11,14 @@
|
|||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Simplify documentation and avoid heavy tools. Open source Visio Alternative. Commonly used for explaining your code! Mermaid is a simple markdown-like script language for generating charts from text via javascript." />
|
content="Simplify documentation and avoid heavy tools. Open source Visio Alternative. Commonly used for explaining your code! Mermaid is a simple markdown-like script language for generating charts from text via javascript." />
|
||||||
<link rel="icon" type="image/png" href="%sveltekit.assets%/favicon.png" />
|
<link rel="icon" type="image/png" href="%sveltekit.assets%/favicon.svg" />
|
||||||
|
<link rel="mask-icon" href="%sveltekit.assets%/favicon.svg" color="#000000" />
|
||||||
|
<meta name="theme-color" content="#6366F1" />
|
||||||
<link rel="manifest" href="%sveltekit.assets%/manifest.json" />
|
<link rel="manifest" href="%sveltekit.assets%/manifest.json" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
|
||||||
integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w=="
|
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
referrerpolicy="no-referrer" />
|
referrerpolicy="no-referrer" />
|
||||||
<link
|
<link
|
||||||
@@ -28,8 +30,8 @@
|
|||||||
<script>
|
<script>
|
||||||
var require = {
|
var require = {
|
||||||
paths: {
|
paths: {
|
||||||
vs: "https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.34.0/min/vs",
|
vs: 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.34.0/min/vs'
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script
|
<script
|
||||||
|
|||||||
Vendored
+14
@@ -0,0 +1,14 @@
|
|||||||
|
/// <reference types="vite/client" />
|
||||||
|
|
||||||
|
interface ImportMetaEnv {
|
||||||
|
readonly MERMAID_RENDERER_URL: string;
|
||||||
|
readonly MERMAID_KROKI_RENDERER_URL: string;
|
||||||
|
readonly MERMAID_CDN_URL: string;
|
||||||
|
readonly MERMAID_BASE_URL: string;
|
||||||
|
readonly MERMAID_LOCAL: boolean;
|
||||||
|
// more env variables...
|
||||||
|
}
|
||||||
|
|
||||||
|
interface ImportMeta {
|
||||||
|
readonly env: ImportMetaEnv;
|
||||||
|
}
|
||||||
@@ -1,12 +1,13 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { browser } from '$app/environment';
|
import { browser } from '$app/environment';
|
||||||
import Card from '$lib/components/card/card.svelte';
|
import Card from '$lib/components/card/card.svelte';
|
||||||
import { krokiRendererUrl, rendererUrl } from '$lib/util/env';
|
import { env } from '$lib/util/env';
|
||||||
import { pakoSerde } from '$lib/util/serde';
|
import { pakoSerde } from '$lib/util/serde';
|
||||||
import { stateStore } from '$lib/util/state';
|
import { stateStore } from '$lib/util/state';
|
||||||
import { logEvent } from '$lib/util/stats';
|
import { logEvent } from '$lib/util/stats';
|
||||||
import { toBase64 } from 'js-base64';
|
import { toBase64 } from 'js-base64';
|
||||||
import moment from 'moment';
|
import moment from 'moment';
|
||||||
|
const { krokiRendererUrl, rendererUrl } = env;
|
||||||
|
|
||||||
type Exporter = (context: CanvasRenderingContext2D, image: HTMLImageElement) => () => void;
|
type Exporter = (context: CanvasRenderingContext2D, image: HTMLImageElement) => () => void;
|
||||||
|
|
||||||
@@ -115,19 +116,19 @@
|
|||||||
|
|
||||||
const onCopyClipboard = (event: Event) => {
|
const onCopyClipboard = (event: Event) => {
|
||||||
exportImage(event, clipboardCopy);
|
exportImage(event, clipboardCopy);
|
||||||
void logEvent('copyClipboard');
|
logEvent('copyClipboard');
|
||||||
};
|
};
|
||||||
|
|
||||||
const onDownloadPNG = (event: Event) => {
|
const onDownloadPNG = (event: Event) => {
|
||||||
exportImage(event, downloadImage);
|
exportImage(event, downloadImage);
|
||||||
void logEvent('download', {
|
logEvent('download', {
|
||||||
type: 'png'
|
type: 'png'
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
const onDownloadSVG = () => {
|
const onDownloadSVG = () => {
|
||||||
simulateDownload(getFileName('svg'), `data:image/svg+xml;base64,${getBase64SVG()}`);
|
simulateDownload(getFileName('svg'), `data:image/svg+xml;base64,${getBase64SVG()}`);
|
||||||
void logEvent('download', {
|
logEvent('download', {
|
||||||
type: 'svg'
|
type: 'svg'
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
@@ -135,7 +136,7 @@
|
|||||||
const onCopyMarkdown = () => {
|
const onCopyMarkdown = () => {
|
||||||
(document.getElementById('markdown') as HTMLInputElement).select();
|
(document.getElementById('markdown') as HTMLInputElement).select();
|
||||||
document.execCommand('Copy');
|
document.execCommand('Copy');
|
||||||
void logEvent('copyMarkdown');
|
logEvent('copyMarkdown');
|
||||||
};
|
};
|
||||||
|
|
||||||
let gistURL = '';
|
let gistURL = '';
|
||||||
@@ -151,7 +152,7 @@
|
|||||||
alert('Please enter a Gist URL first');
|
alert('Please enter a Gist URL first');
|
||||||
}
|
}
|
||||||
window.location.href = `${window.location.pathname}?gist=${gistURL}`;
|
window.location.href = `${window.location.pathname}?gist=${gistURL}`;
|
||||||
void logEvent('loadGist');
|
logEvent('loadGist');
|
||||||
};
|
};
|
||||||
|
|
||||||
let iUrl: string;
|
let iUrl: string;
|
||||||
@@ -166,7 +167,7 @@
|
|||||||
isNetlify = true;
|
isNetlify = true;
|
||||||
}
|
}
|
||||||
stateStore.subscribe(({ code, serialized }) => {
|
stateStore.subscribe(({ code, serialized }) => {
|
||||||
iUrl = `${rendererUrl}/img/${serialized}`;
|
iUrl = `${rendererUrl}/img/${serialized}?type=png`;
|
||||||
svgUrl = `${rendererUrl}/svg/${serialized}`;
|
svgUrl = `${rendererUrl}/svg/${serialized}`;
|
||||||
krokiUrl = `${krokiRendererUrl}/mermaid/svg/${pakoSerde.serialize(code)}`;
|
krokiUrl = `${krokiRendererUrl}/mermaid/svg/${pakoSerde.serialize(code)}`;
|
||||||
mdCode = `[](${window.location.protocol}//${window.location.host}${window.location.pathname}#${serialized})`;
|
mdCode = `[](${window.location.protocol}//${window.location.host}${window.location.pathname}#${serialized})`;
|
||||||
@@ -180,26 +181,24 @@
|
|||||||
><i class="far fa-copy mr-2" /> Copy Image to clipboard
|
><i class="far fa-copy mr-2" /> Copy Image to clipboard
|
||||||
</button>
|
</button>
|
||||||
{/if}
|
{/if}
|
||||||
<button id="downloadPNG" class="action-btn flex-auto" on:click={onDownloadPNG}>
|
<button id="downloadPNG" class="action-btn flex-grow" on:click={onDownloadPNG}>
|
||||||
<i class="fas fa-download mr-2" /> PNG
|
<i class="fas fa-download mr-2" /> PNG
|
||||||
</button>
|
</button>
|
||||||
<button id="downloadSVG" class="action-btn flex-auto" on:click={onDownloadSVG}>
|
<button id="downloadSVG" class="action-btn flex-grow" on:click={onDownloadSVG}>
|
||||||
<i class="fas fa-download mr-2" /> SVG
|
<i class="fas fa-download mr-2" /> SVG
|
||||||
</button>
|
</button>
|
||||||
<a target="_blank" href={iUrl}>
|
<a target="_blank" class="flex-grow" href={iUrl}>
|
||||||
<button class="action-btn flex-auto">
|
<button class="action-btn w-full">
|
||||||
<i class="fas fa-external-link-alt mr-2" /> PNG
|
<i class="fas fa-external-link-alt mr-2" /> PNG
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
|
<a target="_blank" class="flex-grow" href={svgUrl}>
|
||||||
<a target="_blank" href={svgUrl}>
|
<button class="action-btn w-full">
|
||||||
<button class="action-btn flex-auto">
|
|
||||||
<i class="fas fa-external-link-alt mr-2" /> SVG
|
<i class="fas fa-external-link-alt mr-2" /> SVG
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
|
<a target="_blank" class="flex-grow" href={krokiUrl}>
|
||||||
<a target="_blank" href={krokiUrl}>
|
<button class="action-btn w-full">
|
||||||
<button class="action-btn flex-auto">
|
|
||||||
<i class="fas fa-external-link-alt mr-2" /> Kroki
|
<i class="fas fa-external-link-alt mr-2" /> Kroki
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
import { onMount } from 'svelte';
|
import { onMount } from 'svelte';
|
||||||
import initEditor from 'monaco-mermaid';
|
import initEditor from 'monaco-mermaid';
|
||||||
import { logEvent } from '$lib/util/stats';
|
import { logEvent } from '$lib/util/stats';
|
||||||
import { debounceEnabled } from '$lib/util/env';
|
|
||||||
|
|
||||||
let divEl: HTMLDivElement = null;
|
let divEl: HTMLDivElement = null;
|
||||||
let editor: monaco.editor.IStandaloneCodeEditor;
|
let editor: monaco.editor.IStandaloneCodeEditor;
|
||||||
@@ -37,10 +36,8 @@
|
|||||||
Monaco?.editor.setModelLanguage(editor.getModel(), language);
|
Monaco?.editor.setModelLanguage(editor.getModel(), language);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Display errors if present
|
// Display/clear errors
|
||||||
if (errorMarkers.length > 0) {
|
Monaco?.editor.setModelMarkers(editor.getModel(), 'mermaid', errorMarkers);
|
||||||
Monaco?.editor.setModelMarkers(editor.getModel(), 'test', errorMarkers);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
themeStore.subscribe(({ isDark }) => {
|
themeStore.subscribe(({ isDark }) => {
|
||||||
@@ -55,31 +52,16 @@
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Debounce state updates to avoid performance issues
|
|
||||||
let debounce: { [key: string]: number } = {};
|
|
||||||
const updateHandler = (newText: string) => {
|
|
||||||
text = newText;
|
|
||||||
const mode = $stateStore.editorMode;
|
|
||||||
if (debounceEnabled) {
|
|
||||||
clearTimeout(debounce[mode]);
|
|
||||||
debounce[mode] = window.setTimeout(() => {
|
|
||||||
handleUpdate(text, mode);
|
|
||||||
}, 300);
|
|
||||||
} else {
|
|
||||||
handleUpdate(text, mode);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
const loadMonaco = async () => {
|
const loadMonaco = async () => {
|
||||||
|
console.log('Loading Monaco...');
|
||||||
let i = 0;
|
let i = 0;
|
||||||
while (i++ < 500) {
|
while (i++ < 500) {
|
||||||
try {
|
// @ts-ignore : This is a hack to handle a svelte-kit error when importing monaco.
|
||||||
// @ts-ignore : This is a hack to handle a svelte-kit error when importing monaco.
|
Monaco = window.monaco;
|
||||||
Monaco = window.monaco;
|
if (Monaco !== undefined) {
|
||||||
return;
|
return;
|
||||||
} catch {
|
|
||||||
await new Promise((r) => setTimeout(r, 100));
|
|
||||||
}
|
}
|
||||||
|
await new Promise((r) => setTimeout(r, 100));
|
||||||
}
|
}
|
||||||
alert('Loading Monaco Editor failed. Please try refreshing the page.');
|
alert('Loading Monaco Editor failed. Please try refreshing the page.');
|
||||||
};
|
};
|
||||||
@@ -89,7 +71,8 @@
|
|||||||
initEditor(Monaco);
|
initEditor(Monaco);
|
||||||
editor = Monaco.editor.create(divEl, editorOptions);
|
editor = Monaco.editor.create(divEl, editorOptions);
|
||||||
editor.onDidChangeModelContent(() => {
|
editor.onDidChangeModelContent(() => {
|
||||||
updateHandler(editor.getValue());
|
text = editor.getValue();
|
||||||
|
handleUpdate(text, $stateStore.editorMode);
|
||||||
});
|
});
|
||||||
editor.addAction({
|
editor.addAction({
|
||||||
id: 'mermaid-render-diagram',
|
id: 'mermaid-render-diagram',
|
||||||
@@ -97,7 +80,7 @@
|
|||||||
keybindings: [Monaco.KeyMod.CtrlCmd | Monaco.KeyCode.Enter],
|
keybindings: [Monaco.KeyMod.CtrlCmd | Monaco.KeyCode.Enter],
|
||||||
run: function () {
|
run: function () {
|
||||||
syncDiagram();
|
syncDiagram();
|
||||||
void logEvent('renderDiagram', {
|
logEvent('renderDiagram', {
|
||||||
method: 'keyboadShortcut'
|
method: 'keyboadShortcut'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="navbar mb-2 shadow-lg bg-primary">
|
<div class="navbar shadow-lg bg-primary p-0">
|
||||||
<div class="flex-1 px-2 mx-2">
|
<div class="flex-1 px-2 mx-2">
|
||||||
<span class="text-lg font-bold">
|
<span class="text-lg font-bold">
|
||||||
<a href="/">Mermaid<span class="text-xs font-thin">v{version}</span> Live Editor</a>
|
<a href="/">Mermaid<span class="text-xs font-thin">v{version}</span> Live Editor</a>
|
||||||
|
|||||||
@@ -100,7 +100,7 @@
|
|||||||
updateDiagram: true,
|
updateDiagram: true,
|
||||||
resetPanZoom: true
|
resetPanZoom: true
|
||||||
});
|
});
|
||||||
void logEvent('loadSampleDiagram', { diagramType });
|
logEvent('loadSampleDiagram', { diagramType });
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { inputStateStore, stateStore, updateCodeStore } from '$lib/util/state';
|
import { inputStateStore, stateStore, updateCodeStore } from '$lib/util/state';
|
||||||
import { onMount } from 'svelte';
|
import { onMount } from 'svelte';
|
||||||
import mermaid from 'mermaid';
|
|
||||||
import panzoom from 'svg-pan-zoom';
|
import panzoom from 'svg-pan-zoom';
|
||||||
import type { State } from '$lib/types';
|
import type { State, ValidatedState } from '$lib/types';
|
||||||
import { logEvent } from '$lib/util/stats';
|
import { logEvent } from '$lib/util/stats';
|
||||||
|
import { cmdKey } from '$lib/util/util';
|
||||||
|
import { render as renderDiagram } from '$lib/util/mermaid';
|
||||||
|
|
||||||
let code = '';
|
let code = '';
|
||||||
let config = '';
|
let config = '';
|
||||||
@@ -16,16 +17,12 @@
|
|||||||
let manualUpdate = true;
|
let manualUpdate = true;
|
||||||
let panZoomEnabled = $stateStore.panZoom;
|
let panZoomEnabled = $stateStore.panZoom;
|
||||||
let pzoom: SvgPanZoom.Instance;
|
let pzoom: SvgPanZoom.Instance;
|
||||||
let debounce: number;
|
|
||||||
|
|
||||||
const handlePanZoomChange = () => {
|
const handlePanZoomChange = () => {
|
||||||
const pan = pzoom.getPan();
|
const pan = pzoom.getPan();
|
||||||
const zoom = pzoom.getZoom();
|
const zoom = pzoom.getZoom();
|
||||||
clearTimeout(debounce);
|
updateCodeStore({ pan, zoom });
|
||||||
debounce = window.setTimeout(() => {
|
logEvent('panZoom');
|
||||||
updateCodeStore({ pan, zoom });
|
|
||||||
void logEvent('panZoom');
|
|
||||||
}, 200);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const handlePanZoom = (state: State) => {
|
const handlePanZoom = (state: State) => {
|
||||||
@@ -53,50 +50,61 @@
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
onMount(() => {
|
const handleStateChange = async (state: ValidatedState) => {
|
||||||
stateStore.subscribe((state) => {
|
if (state.error !== undefined) {
|
||||||
if (state.error !== undefined) {
|
error = true;
|
||||||
error = true;
|
return;
|
||||||
return;
|
}
|
||||||
}
|
error = false;
|
||||||
error = false;
|
try {
|
||||||
try {
|
if (container && state && (state.updateDiagram || state.autoSync)) {
|
||||||
if (container && state && (state.updateDiagram || state.autoSync)) {
|
if (!state.autoSync) {
|
||||||
if (!state.autoSync) {
|
$inputStateStore.updateDiagram = false;
|
||||||
$inputStateStore.updateDiagram = false;
|
}
|
||||||
}
|
outOfSync = false;
|
||||||
outOfSync = false;
|
manualUpdate = true;
|
||||||
manualUpdate = true;
|
if (code === state.code && config === state.mermaid && panZoomEnabled === state.panZoom) {
|
||||||
if (code === state.code && config === state.mermaid && panZoomEnabled === state.panZoom) {
|
// Do not render if there is no change in Code/Config/PanZoom
|
||||||
// Do not render if there is no change in Code/Config/PanZoom
|
return;
|
||||||
return;
|
}
|
||||||
}
|
code = state.code;
|
||||||
code = state.code;
|
config = state.mermaid;
|
||||||
config = state.mermaid;
|
panZoomEnabled = state.panZoom;
|
||||||
panZoomEnabled = state.panZoom;
|
const scroll = view.parentElement.scrollTop;
|
||||||
const scroll = view.parentElement.scrollTop;
|
delete container.dataset.processed;
|
||||||
delete container.dataset.processed;
|
await renderDiagram(
|
||||||
mermaid.initialize(Object.assign({}, JSON.parse(state.mermaid)));
|
Object.assign({}, JSON.parse(state.mermaid)),
|
||||||
mermaid.render('graph-div', code, (svgCode) => {
|
code,
|
||||||
|
'graph-div',
|
||||||
|
(svgCode, bindFunctions) => {
|
||||||
if (svgCode.length > 0) {
|
if (svgCode.length > 0) {
|
||||||
handlePanZoom(state);
|
handlePanZoom(state);
|
||||||
container.innerHTML = svgCode;
|
container.innerHTML = svgCode;
|
||||||
const graphDiv = document.getElementById('graph-div');
|
const graphDiv = document.getElementById('graph-div');
|
||||||
graphDiv.setAttribute('height', '100%');
|
graphDiv.setAttribute('height', '100%');
|
||||||
graphDiv.style.maxWidth = '100%';
|
graphDiv.style.maxWidth = '100%';
|
||||||
|
if (bindFunctions) {
|
||||||
|
bindFunctions(graphDiv);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
}
|
||||||
view.parentElement.scrollTop = scroll;
|
);
|
||||||
error = false;
|
view.parentElement.scrollTop = scroll;
|
||||||
} else if (manualUpdate) {
|
error = false;
|
||||||
manualUpdate = false;
|
} else if (manualUpdate) {
|
||||||
} else if (code !== state.code || config !== state.mermaid) {
|
manualUpdate = false;
|
||||||
outOfSync = true;
|
} else if (code !== state.code || config !== state.mermaid) {
|
||||||
}
|
outOfSync = true;
|
||||||
} catch (e) {
|
|
||||||
console.error('view fail', e);
|
|
||||||
error = true;
|
|
||||||
}
|
}
|
||||||
|
} catch (e) {
|
||||||
|
console.error('view fail', e);
|
||||||
|
error = true;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
onMount(() => {
|
||||||
|
stateStore.subscribe(async (state) => {
|
||||||
|
await handleStateChange(state);
|
||||||
});
|
});
|
||||||
window.addEventListener('resize', () => {
|
window.addEventListener('resize', () => {
|
||||||
if ($stateStore.panZoom && pzoom) {
|
if ($stateStore.panZoom && pzoom) {
|
||||||
@@ -110,6 +118,12 @@
|
|||||||
<div class="p-2 text-red-600" id="errorContainer">{$stateStore.error}</div>
|
<div class="p-2 text-red-600" id="errorContainer">{$stateStore.error}</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
{#if outOfSync}
|
||||||
|
<div class="absolute w-full p-2 z-10 text-yellow-600 bg-base-100 bg-opacity-80 text-center">
|
||||||
|
Diagram out of sync. <br />
|
||||||
|
Press <i class="fas fa-sync" /> (Sync button) or <kbd>{cmdKey} + Enter</kbd> to sync.
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
<div id="view" bind:this={view} class="p-2 h-full" class:error class:outOfSync>
|
<div id="view" bind:this={view} class="p-2 h-full" class:error class:outOfSync>
|
||||||
<div id="container" bind:this={container} class="h-full overflow-auto" class:hide />
|
<div id="container" bind:this={container} class="h-full overflow-auto" class:hide />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+9
-5
@@ -1,5 +1,9 @@
|
|||||||
export const rendererUrl: string =
|
export const env = {
|
||||||
(import.meta.env.MERMAID_RENDERER_URL as string) ?? 'https://mermaid.ink';
|
rendererUrl: import.meta.env.MERMAID_RENDERER_URL ?? 'https://mermaid.ink',
|
||||||
export const krokiRendererUrl: string =
|
krokiRendererUrl: import.meta.env.MERMAID_KROKI_RENDERER_URL ?? 'https://kroki.io',
|
||||||
(import.meta.env.MERMAID_KROKI_RENDERER_URL as string) ?? 'https://kroki.io';
|
mermaidCDNUrl: import.meta.env.MERMAID_CDN_URL ?? 'https://unpkg.com/@mermaid-js',
|
||||||
export const debounceEnabled: boolean = import.meta.env.MERMAID_DISABLE_DEBOUNCE !== 'true';
|
mermaidBaseURL: import.meta.env.MERMAID_BASE_URL ?? 'http://localhost:9000',
|
||||||
|
useLocalMermaid: import.meta.env.MERMAID_LOCAL ?? false,
|
||||||
|
isDev: import.meta.env.DEV,
|
||||||
|
baseURL: import.meta.env.BASE_URL
|
||||||
|
};
|
||||||
|
|||||||
@@ -0,0 +1,47 @@
|
|||||||
|
import mermaid from 'mermaid';
|
||||||
|
// We need to export MermaidConfig and all related types from mermaid.
|
||||||
|
import type { MermaidConfig } from 'mermaid/dist/config.type';
|
||||||
|
import { env } from './env';
|
||||||
|
const { mermaidBaseURL, mermaidCDNUrl, useLocalMermaid } = env;
|
||||||
|
|
||||||
|
const getDiagramURL = (name: string, version: string): string => {
|
||||||
|
if (useLocalMermaid) {
|
||||||
|
return `${mermaidBaseURL}/${name}-detector.esm.mjs`;
|
||||||
|
}
|
||||||
|
return `${mermaidCDNUrl}/${name}@${version}/dist/${name}-detector.esm.mjs`;
|
||||||
|
};
|
||||||
|
|
||||||
|
console.log(mermaid);
|
||||||
|
const initialize = mermaid.initializeAsync({
|
||||||
|
logLevel: 0,
|
||||||
|
lazyLoadedDiagrams: [getDiagramURL('mermaid-mindmap', '9.2.0-rc4')],
|
||||||
|
loadExternalDiagramsAtStartup: true
|
||||||
|
});
|
||||||
|
|
||||||
|
export const init = async () => {
|
||||||
|
await initialize;
|
||||||
|
};
|
||||||
|
|
||||||
|
export const render = async (
|
||||||
|
config: MermaidConfig,
|
||||||
|
code: string,
|
||||||
|
id: string,
|
||||||
|
callback: Parameters<typeof mermaid.render>[2]
|
||||||
|
): Promise<void> => {
|
||||||
|
await init();
|
||||||
|
// Should be able to call this multiple times without any issues.
|
||||||
|
// await mermaid.initialize({
|
||||||
|
// ...config,
|
||||||
|
// lazyLoadedDiagrams: [
|
||||||
|
// // We should make SRI mandatory for all lazy-loaded diagrams.
|
||||||
|
// 'https://unpkg.com/@mermaid-js/mermaid-mindmap@9.2.0-rc2/dist/mermaid-mindmap-detector.esm.mjs'
|
||||||
|
// ]
|
||||||
|
// });
|
||||||
|
console.log('Rendering', code);
|
||||||
|
await mermaid.mermaidAPI.renderAsync(id, code, callback);
|
||||||
|
};
|
||||||
|
|
||||||
|
export const parse = async (code: string): Promise<boolean> => {
|
||||||
|
await init();
|
||||||
|
return mermaid.parseAsync(code);
|
||||||
|
};
|
||||||
+53
-35
@@ -1,13 +1,15 @@
|
|||||||
import { writable, get, derived } from 'svelte/store';
|
import { writable, get, derived } from 'svelte/store';
|
||||||
import { persist, localStorage } from './persist';
|
import { persist, localStorage } from './persist';
|
||||||
import { saveStatistics } from './stats';
|
import { saveStatistics, countLines } from './stats';
|
||||||
import { serializeState, deserializeState } from './serde';
|
import { serializeState, deserializeState } from './serde';
|
||||||
import { cmdKey } from './util';
|
import { cmdKey } from './util';
|
||||||
import mermaid from 'mermaid';
|
import { parse, init } from './mermaid';
|
||||||
|
|
||||||
import type { Readable } from 'svelte/store';
|
import type { Readable } from 'svelte/store';
|
||||||
import type { MarkerData, State, ValidatedState } from '$lib/types';
|
import type { MarkerData, State, ValidatedState } from '$lib/types';
|
||||||
|
|
||||||
|
void init();
|
||||||
|
|
||||||
export const defaultState: State = {
|
export const defaultState: State = {
|
||||||
code: `graph TD
|
code: `graph TD
|
||||||
A[Christmas] -->|Get money| B(Go shopping)
|
A[Christmas] -->|Get money| B(Go shopping)
|
||||||
@@ -42,41 +44,53 @@ const urlParseFailedState = `graph TD
|
|||||||
export const inputStateStore = persist(writable(defaultState), localStorage(), 'codeStore');
|
export const inputStateStore = persist(writable(defaultState), localStorage(), 'codeStore');
|
||||||
|
|
||||||
// All internal reads should be done via stateStore, but it should not be persisted/shared externally.
|
// All internal reads should be done via stateStore, but it should not be persisted/shared externally.
|
||||||
export const stateStore: Readable<ValidatedState> = derived([inputStateStore], ([state]) => {
|
export const stateStore: Readable<ValidatedState> = derived(
|
||||||
const processed: ValidatedState = {
|
[inputStateStore],
|
||||||
...state,
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||||
|
// @ts-ignore
|
||||||
|
async ([state], set) => {
|
||||||
|
const processed: ValidatedState = {
|
||||||
|
...state,
|
||||||
|
serialized: '',
|
||||||
|
errorMarkers: [],
|
||||||
|
error: undefined,
|
||||||
|
editorMode: state.editorMode ?? 'code'
|
||||||
|
};
|
||||||
|
|
||||||
|
// No changes should be done to fields part of `state`.
|
||||||
|
try {
|
||||||
|
processed.serialized = serializeState(state);
|
||||||
|
await parse(state.code);
|
||||||
|
JSON.parse(state.mermaid);
|
||||||
|
} catch (e) {
|
||||||
|
processed.error = e;
|
||||||
|
console.error(e);
|
||||||
|
if (e.hash) {
|
||||||
|
try {
|
||||||
|
const marker: MarkerData = {
|
||||||
|
severity: 8, // Error
|
||||||
|
startLineNumber: e.hash.loc.first_line,
|
||||||
|
startColumn: e.hash.loc.first_column,
|
||||||
|
endLineNumber: e.hash.loc.last_line,
|
||||||
|
endColumn: (e.hash.loc.last_column as number) + 1,
|
||||||
|
message: e.str
|
||||||
|
};
|
||||||
|
processed.errorMarkers = [marker];
|
||||||
|
} catch (err) {
|
||||||
|
console.error('Error without line helper', err);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
set(processed);
|
||||||
|
},
|
||||||
|
{
|
||||||
|
...get(inputStateStore),
|
||||||
serialized: '',
|
serialized: '',
|
||||||
errorMarkers: [],
|
errorMarkers: [],
|
||||||
error: undefined,
|
error: undefined,
|
||||||
editorMode: state.editorMode ?? 'code'
|
editorMode: get(inputStateStore).editorMode ?? 'code'
|
||||||
};
|
|
||||||
|
|
||||||
// No changes should be done to fields part of `state`.
|
|
||||||
try {
|
|
||||||
processed.serialized = serializeState(state);
|
|
||||||
mermaid.parse(state.code);
|
|
||||||
JSON.parse(state.mermaid);
|
|
||||||
} catch (e) {
|
|
||||||
processed.error = e;
|
|
||||||
console.error(e);
|
|
||||||
if (e.hash) {
|
|
||||||
try {
|
|
||||||
const marker: MarkerData = {
|
|
||||||
severity: 8, // Error
|
|
||||||
startLineNumber: e.hash.loc.first_line,
|
|
||||||
startColumn: e.hash.loc.first_column,
|
|
||||||
endLineNumber: e.hash.loc.last_line,
|
|
||||||
endColumn: (e.hash.loc.last_column as number) + 1,
|
|
||||||
message: e.str
|
|
||||||
};
|
|
||||||
processed.errorMarkers = [marker];
|
|
||||||
} catch (err) {
|
|
||||||
console.error('Error without line helper', err);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return processed;
|
);
|
||||||
});
|
|
||||||
|
|
||||||
export const loadState = (data: string): void => {
|
export const loadState = (data: string): void => {
|
||||||
let state: State;
|
let state: State;
|
||||||
@@ -121,8 +135,8 @@ export const updateCode = (
|
|||||||
resetPanZoom = false
|
resetPanZoom = false
|
||||||
}: { updateDiagram?: boolean; resetPanZoom?: boolean } = {}
|
}: { updateDiagram?: boolean; resetPanZoom?: boolean } = {}
|
||||||
): void => {
|
): void => {
|
||||||
|
const lines = countLines(code);
|
||||||
saveStatistics(code);
|
saveStatistics(code);
|
||||||
const lines = (code.match(/\n/g) || '').length + 1;
|
|
||||||
|
|
||||||
if (lines > 50 && !prompted && get(stateStore).autoSync) {
|
if (lines > 50 && !prompted && get(stateStore).autoSync) {
|
||||||
const turnOff = confirm(
|
const turnOff = confirm(
|
||||||
@@ -162,9 +176,13 @@ export const toggleDarkTheme = (dark: boolean): void => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
let urlDebounce: number;
|
||||||
export const initURLSubscription = (): void => {
|
export const initURLSubscription = (): void => {
|
||||||
stateStore.subscribe(({ serialized }) => {
|
stateStore.subscribe(({ serialized }) => {
|
||||||
history.replaceState(undefined, undefined, `#${serialized}`);
|
clearTimeout(urlDebounce);
|
||||||
|
urlDebounce = window.setTimeout(() => {
|
||||||
|
history.replaceState(undefined, undefined, `#${serialized}`);
|
||||||
|
}, 250);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,19 @@
|
|||||||
|
import { describe, it, expect } from 'vitest';
|
||||||
|
import { detectType } from './stats';
|
||||||
|
describe('diagram detection', () => {
|
||||||
|
it('should detect diagrams correctly', () => {
|
||||||
|
expect(
|
||||||
|
detectType(`%%{{
|
||||||
|
graph`)
|
||||||
|
).toBe('graph');
|
||||||
|
expect(detectType(`gitGraph`)).toBe('gitGraph');
|
||||||
|
expect(
|
||||||
|
detectType(`%%{{
|
||||||
|
|
||||||
|
|
||||||
|
flowChart
|
||||||
|
graph`)
|
||||||
|
).toBe('flowChart');
|
||||||
|
expect(detectType(`loki -> thor`)).toBe(undefined);
|
||||||
|
});
|
||||||
|
});
|
||||||
+64
-28
@@ -1,25 +1,17 @@
|
|||||||
import { browser } from '$app/environment';
|
import { browser } from '$app/environment';
|
||||||
import type { AnalyticsInstance } from 'analytics';
|
import type { AnalyticsInstance } from 'analytics';
|
||||||
|
|
||||||
export let analytics: AnalyticsInstance;
|
export let analytics: AnalyticsInstance;
|
||||||
|
|
||||||
export const initAnalytics = async (): Promise<void> => {
|
export const initAnalytics = async (): Promise<void> => {
|
||||||
if (browser && !analytics) {
|
if (browser && !analytics) {
|
||||||
try {
|
try {
|
||||||
const { Analytics } = await import('analytics');
|
const [{ Analytics }, { default: plausible }] = await Promise.all([
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
import('analytics'),
|
||||||
const googleAnalytics = (await import('@analytics/google-analytics')).default;
|
import('analytics-plugin-plausible')
|
||||||
const plausible = (await import('analytics-plugin-plausible')).default;
|
]);
|
||||||
analytics = Analytics({
|
analytics = Analytics({
|
||||||
app: 'mermaid-live-editor',
|
app: 'mermaid-live-editor',
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
|
||||||
plugins: [
|
plugins: [
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
|
|
||||||
googleAnalytics({
|
|
||||||
measurementIds: ['UA-153180559-1']
|
|
||||||
}),
|
|
||||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
||||||
// @ts-ignore
|
|
||||||
plausible({
|
plausible({
|
||||||
domain: 'mermaid.live',
|
domain: 'mermaid.live',
|
||||||
hashMode: false,
|
hashMode: false,
|
||||||
@@ -35,28 +27,72 @@ export const initAnalytics = async (): Promise<void> => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const detectType = (text: string): string => {
|
export const detectType = (text: string): string => {
|
||||||
return text
|
const possibleDiagramTypes = [
|
||||||
|
'classDiagram',
|
||||||
|
'erDiagram',
|
||||||
|
'flowChart',
|
||||||
|
'gantt',
|
||||||
|
'gitGraph',
|
||||||
|
'graph',
|
||||||
|
'journey',
|
||||||
|
'pie',
|
||||||
|
'stateDiagram'
|
||||||
|
];
|
||||||
|
const firstLine = text
|
||||||
.replace(/^\s*%%.*\n/g, '\n')
|
.replace(/^\s*%%.*\n/g, '\n')
|
||||||
.trimStart()
|
.trimStart()
|
||||||
.split(' ')[0];
|
.split(' ')[0]
|
||||||
|
.toLowerCase();
|
||||||
|
const detectedDiagram = possibleDiagramTypes.find((d) => firstLine.includes(d.toLowerCase()));
|
||||||
|
return detectedDiagram;
|
||||||
|
};
|
||||||
|
|
||||||
|
export const countLines = (code: string): number => {
|
||||||
|
return (code.match(/\n/g) || '').length + 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
// manual debounce
|
|
||||||
let timeout: number;
|
|
||||||
export const saveStatistics = (graph: string): void => {
|
export const saveStatistics = (graph: string): void => {
|
||||||
if (analytics) {
|
const graphType = detectType(graph);
|
||||||
clearTimeout(timeout);
|
if (!graphType) {
|
||||||
// Only save statistics after a 5 sec delay
|
return;
|
||||||
timeout = window.setTimeout(() => {
|
|
||||||
const graphType = detectType(graph);
|
|
||||||
console.debug(`ga: send event: render ${graphType}`);
|
|
||||||
void logEvent('render', { graphType });
|
|
||||||
}, 5000);
|
|
||||||
}
|
}
|
||||||
|
const length = countLines(graph);
|
||||||
|
logEvent('render', { graphType, length });
|
||||||
};
|
};
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
const minutesToMilliSeconds = (minutes: number): number => {
|
||||||
export const logEvent = async (name: string, data?: any): Promise<void> => {
|
return minutes * 60_000;
|
||||||
await analytics?.track(name, data);
|
};
|
||||||
|
|
||||||
|
const defaultDelay = minutesToMilliSeconds(1);
|
||||||
|
const delaysPerEvent = {
|
||||||
|
render: minutesToMilliSeconds(5),
|
||||||
|
panZoom: minutesToMilliSeconds(10),
|
||||||
|
copyClipboard: defaultDelay,
|
||||||
|
download: defaultDelay,
|
||||||
|
copyMarkdown: defaultDelay,
|
||||||
|
loadGist: defaultDelay,
|
||||||
|
loadSampleDiagram: defaultDelay,
|
||||||
|
renderDiagram: defaultDelay,
|
||||||
|
history: defaultDelay,
|
||||||
|
migration: defaultDelay,
|
||||||
|
themeChange: defaultDelay
|
||||||
|
};
|
||||||
|
export type AnalyticsEvent = keyof typeof delaysPerEvent;
|
||||||
|
const timeouts: Record<string, number> = {};
|
||||||
|
// manual debounce to reduce the number of events sent to analytics
|
||||||
|
export const logEvent = (name: AnalyticsEvent, data?: unknown): void => {
|
||||||
|
if (!analytics) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const key = data ? JSON.stringify({ name, data }) : name;
|
||||||
|
if (timeouts[key] === undefined) {
|
||||||
|
void analytics.track(name, data);
|
||||||
|
} else {
|
||||||
|
clearTimeout(timeouts[key]);
|
||||||
|
}
|
||||||
|
timeouts[key] = window.setTimeout(() => {
|
||||||
|
delete timeouts[key];
|
||||||
|
}, delaysPerEvent[name]);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -34,5 +34,5 @@ export const setTheme = (theme: string): void => {
|
|||||||
const isDark = darkThemes.includes(theme);
|
const isDark = darkThemes.includes(theme);
|
||||||
console.log('Setting theme', theme);
|
console.log('Setting theme', theme);
|
||||||
themeStore.set({ theme, isDark });
|
themeStore.set({ theme, isDark });
|
||||||
void logEvent('themeChange', { theme, isDark });
|
logEvent('themeChange', { theme, isDark });
|
||||||
};
|
};
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 8.9 KiB |
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg width="100%" height="100%" viewBox="0 0 491 491" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||||
|
<path d="M490.16,84.61C490.16,37.912 452.248,0 405.55,0L84.61,0C37.912,0 0,37.912 0,84.61L0,405.55C0,452.248 37.912,490.16 84.61,490.16L405.55,490.16C452.248,490.16 490.16,452.248 490.16,405.55L490.16,84.61Z" style="fill:rgb(255,54,112);"/>
|
||||||
|
<path d="M407.48,111.18C335.587,108.103 269.573,152.338 245.08,220C220.587,152.338 154.573,108.103 82.68,111.18C80.285,168.229 107.577,222.632 154.74,254.82C178.908,271.419 193.35,298.951 193.27,328.27L193.27,379.13L296.9,379.13L296.9,328.27C296.816,298.953 311.255,271.42 335.42,254.82C382.596,222.644 409.892,168.233 407.48,111.18Z" style="fill:white;fill-rule:nonzero;"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 47 KiB |
@@ -3,12 +3,7 @@
|
|||||||
"name": "Mermaid Live Editor",
|
"name": "Mermaid Live Editor",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/icon-192.png",
|
"src": "/favicon.png",
|
||||||
"type": "image/png",
|
|
||||||
"sizes": "192x192"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "/icon-512.png",
|
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "512x512"
|
"sizes": "512x512"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user