Compare commits
133
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
449dead2e5 | ||
|
|
aaec5912b4 | ||
|
|
187edf0f9f | ||
|
|
5efc9ae10d | ||
|
|
77522abef6 | ||
|
|
f7b3df9b76 | ||
|
|
90a4db2644 | ||
|
|
36997f6ac1 | ||
|
|
7de5b3bfb1 | ||
|
|
826ccd983f | ||
|
|
78d3ed6e6c | ||
|
|
36083c849b | ||
|
|
29fc3fef21 | ||
|
|
ad74b62c23 | ||
|
|
d26e235065 | ||
|
|
8c149728c5 | ||
|
|
6c4196527e | ||
|
|
aff4872ba3 | ||
|
|
0c06e767a5 | ||
|
|
3ff15c9437 | ||
|
|
a89eb12b8c | ||
|
|
1f3c74ae19 | ||
|
|
433fd4d045 | ||
|
|
814ce1aee3 | ||
|
|
ce0517b782 | ||
|
|
019542d1e8 | ||
|
|
260d4970ae | ||
|
|
7f22aea3eb | ||
|
|
e4000c62e4 | ||
|
|
e02fd80d9a | ||
|
|
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 | ||
|
|
bc9d53b701 | ||
|
|
c21db93399 | ||
|
|
9777be9a7b | ||
|
|
c085723530 | ||
|
|
9846bd7b4c | ||
|
|
5b34b1921d | ||
|
|
1aa4bff8f8 | ||
|
|
77501eee1c | ||
|
|
106d68efd4 | ||
|
|
00b80d224c | ||
|
|
2aa4666dab | ||
|
|
19c0c698ce | ||
|
|
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.11.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
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ describe('Check actions', () => {
|
|||||||
|
|
||||||
// Verify downloaded file is different for different diagrams
|
// Verify downloaded file is different for different diagrams
|
||||||
cy.contains('Sample Diagrams').click();
|
cy.contains('Sample Diagrams').click();
|
||||||
cy.contains('ER Diagram').click();
|
cy.contains('ER').click();
|
||||||
|
|
||||||
cy.get(`#downloadPNG`).click();
|
cy.get(`#downloadPNG`).click();
|
||||||
verifyFileSize('diagram', 'png', 46_000);
|
verifyFileSize('diagram', 'png', 46_000);
|
||||||
|
|||||||
@@ -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');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -13,13 +13,13 @@ describe('Editor docs tests', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('Test to see if the correct URL loads when changing from one diagram to other', () => {
|
it('Test to see if the correct URL loads when changing from one diagram to other', () => {
|
||||||
cy.contains('Flow Chart').click();
|
cy.contains('Flow').click();
|
||||||
cy.get(`[data-cy=docs][href$="/#/flowchart"]`).should('exist');
|
cy.get(`[data-cy=docs][href$="/#/flowchart"]`).should('exist');
|
||||||
|
|
||||||
cy.contains('Config').click();
|
cy.contains('Config').click();
|
||||||
cy.get(`[data-cy=docs][href$="/#/flowchart?id=configuration"]`).should('exist');
|
cy.get(`[data-cy=docs][href$="/#/flowchart?id=configuration"]`).should('exist');
|
||||||
|
|
||||||
cy.contains('Sequence Diagram').click();
|
cy.contains('Sequence').click();
|
||||||
cy.get(`[data-cy=docs][href$="/#/sequenceDiagram?id=configuration"]`).should('exist');
|
cy.get(`[data-cy=docs][href$="/#/sequenceDiagram?id=configuration"]`).should('exist');
|
||||||
|
|
||||||
cy.contains('Code').click();
|
cy.contains('Code').click();
|
||||||
@@ -27,7 +27,7 @@ describe('Editor docs tests', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("Test to check URLs for a case where config URL doesn't exist", () => {
|
it("Test to check URLs for a case where config URL doesn't exist", () => {
|
||||||
cy.contains('State Diagram').click();
|
cy.contains('State').click();
|
||||||
cy.get(`[data-cy=docs][href$="/#/stateDiagram"]`).should('exist');
|
cy.get(`[data-cy=docs][href$="/#/stateDiagram"]`).should('exist');
|
||||||
|
|
||||||
cy.contains('Config').click();
|
cy.contains('Config').click();
|
||||||
|
|||||||
@@ -20,9 +20,9 @@ describe('Site Loads', () => {
|
|||||||
|
|
||||||
it('should load sample diagrams when clicked', () => {
|
it('should load sample diagrams when clicked', () => {
|
||||||
cy.contains('Sample Diagrams').click();
|
cy.contains('Sample Diagrams').click();
|
||||||
cy.contains('Pie Chart').click();
|
cy.contains('Pie').click();
|
||||||
cy.contains('pie title Pets adopted by volunteers');
|
cy.contains('pie title Pets adopted by volunteers');
|
||||||
cy.contains('Class Diagram').click();
|
cy.contains('Class').click();
|
||||||
cy.contains('classDiagram');
|
cy.contains('classDiagram');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ module.exports = {
|
|||||||
"1": "{\"code\":\"graph TD\\n A[Party] -->|Get money| B(Go shopping!!)\\n \",\"mermaid\":\"{\\n \\\"theme\\\": \\\"forest\\\",\\n \\\"test\\\": \\\"hello world\\\"\\n}\",\"autoSync\":true,\"updateDiagram\":true,\"loader\":{\"type\":\"files\",\"config\":{\"codeURL\":\"https://gist.githubusercontent.com/sidharthv96/6268a23e673a533dcb198f241fd7012a/raw/4eb03887e6a41397e80bdcdbf94017c498f8f1e2/code.mmd\",\"configURL\":\"https://gist.githubusercontent.com/sidharthv96/6268a23e673a533dcb198f241fd7012a/raw/4eb03887e6a41397e80bdcdbf94017c498f8f1e2/config.json\"}}}"
|
"1": "{\"code\":\"graph TD\\n A[Party] -->|Get money| B(Go shopping!!)\\n \",\"mermaid\":\"{\\n \\\"theme\\\": \\\"forest\\\",\\n \\\"test\\\": \\\"hello world\\\"\\n}\",\"autoSync\":true,\"updateDiagram\":true,\"loader\":{\"type\":\"files\",\"config\":{\"codeURL\":\"https://gist.githubusercontent.com/sidharthv96/6268a23e673a533dcb198f241fd7012a/raw/4eb03887e6a41397e80bdcdbf94017c498f8f1e2/code.mmd\",\"configURL\":\"https://gist.githubusercontent.com/sidharthv96/6268a23e673a533dcb198f241fd7012a/raw/4eb03887e6a41397e80bdcdbf94017c498f8f1e2/config.json\"}}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"__version": "10.6.0",
|
"__version": "10.10.0",
|
||||||
"Auto sync tests": {
|
"Auto sync tests": {
|
||||||
"should dim diagram when code is edited": {
|
"should dim diagram when code is edited": {
|
||||||
"1": "{\"code\":\"graph TD\\n A[Christmas] -->|Get money| B(Go shopping)\\n B --> C{Let me think}\\n C -->|One| D[Laptop]\\n C -->|Two| E[iPhone]\\n C -->|Three| F[fa:fa-car Car]\\n C --> Test\",\"mermaid\":\"{\\n \\\"theme\\\": \\\"default\\\"\\n}\",\"autoSync\":false,\"updateDiagram\":false}"
|
"1": "{\"code\":\"graph TD\\n A[Christmas] -->|Get money| B(Go shopping)\\n B --> C{Let me think}\\n C -->|One| D[Laptop]\\n C -->|Two| E[iPhone]\\n C -->|Three| F[fa:fa-car Car]\\n C --> Test\",\"mermaid\":\"{\\n \\\"theme\\\": \\\"default\\\"\\n}\",\"autoSync\":false,\"updateDiagram\":false}"
|
||||||
|
|||||||
+35
-34
@@ -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,62 @@
|
|||||||
},
|
},
|
||||||
"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.516",
|
||||||
"@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/async": "^3.2.15",
|
||||||
"@types/pako": "1.0.3",
|
"@types/pako": "2.0.0",
|
||||||
"@types/uuid": "^8.3.4",
|
"@types/uuid": "8.3.4",
|
||||||
"@typescript-eslint/eslint-plugin": "5.35.1",
|
"@typescript-eslint/eslint-plugin": "5.40.1",
|
||||||
"@typescript-eslint/parser": "5.36.1",
|
"@typescript-eslint/parser": "5.40.1",
|
||||||
"@vitest/ui": "0.22.1",
|
"@vitest/ui": "0.24.3",
|
||||||
"autoprefixer": "10.4.8",
|
"autoprefixer": "10.4.12",
|
||||||
"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.10.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.11",
|
||||||
"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.18",
|
||||||
"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.52.0",
|
||||||
"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.8",
|
||||||
"vitest": "0.22.1"
|
"vitest": "0.24.3"
|
||||||
},
|
},
|
||||||
"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",
|
"async": "^3.2.4",
|
||||||
|
"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.1",
|
||||||
"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 +88,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,
|
||||||
|
|||||||
+13
-11
@@ -11,40 +11,42 @@
|
|||||||
<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
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.34.0/min/vs/editor/editor.main.min.css"
|
href="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.34.1/min/vs/editor/editor.main.min.css"
|
||||||
integrity="sha512-iQEIc0rsSDujsfjtD+lfyJ1W23Bh/lbgriubKDAym6VlEIDRj9rrbSIyJRyshOrl8s0yRcQ0+gyrZfSLyjJGWQ=="
|
integrity="sha512-GzcoZD7y5zvBofYtImXPZaPVhoY7xLPt+ysmbPb/vU+quSKFkcngxaSrxuwprDZL4MALUqGFmnqCxQZqMozv1Q=="
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
referrerpolicy="no-referrer" />
|
referrerpolicy="no-referrer" />
|
||||||
<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
|
||||||
src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.34.0/min/vs/loader.min.js"
|
src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.34.1/min/vs/loader.min.js"
|
||||||
integrity="sha512-6bIYsGqvLpAiEBXPdRQeFf5cueeBECtAKJjIHer3BhBZNTV3WLcLA8Tm3pDfxUwTMIS+kAZwTUvJ1IrMdX8C5w=="
|
integrity="sha512-6bIYsGqvLpAiEBXPdRQeFf5cueeBECtAKJjIHer3BhBZNTV3WLcLA8Tm3pDfxUwTMIS+kAZwTUvJ1IrMdX8C5w=="
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
referrerpolicy="no-referrer"></script>
|
referrerpolicy="no-referrer"></script>
|
||||||
<script
|
<script
|
||||||
src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.34.0/min/vs/editor/editor.main.nls.min.js"
|
src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.34.1/min/vs/editor/editor.main.nls.min.js"
|
||||||
integrity="sha512-CCv+DKWw+yZhxf4Z+ExT6HC5G+3S45TeMTYcJyYbdrv4BpK2vyALJ4FoVR/KGWDIPu7w4tNCOC9MJQIkYPR5FA=="
|
integrity="sha512-CCv+DKWw+yZhxf4Z+ExT6HC5G+3S45TeMTYcJyYbdrv4BpK2vyALJ4FoVR/KGWDIPu7w4tNCOC9MJQIkYPR5FA=="
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
referrerpolicy="no-referrer"></script>
|
referrerpolicy="no-referrer"></script>
|
||||||
<script
|
<script
|
||||||
src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.34.0/min/vs/editor/editor.main.js"
|
src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.34.1/min/vs/editor/editor.main.js"
|
||||||
integrity="sha512-TTPQbVI87mnVMV+1KbkKJ8vdQ4QqqbKyuTtJ9wQD8CqnwQLSQgXH7MWOQ88VO7pRzxWhqI1vYDeEV651sAH4ig=="
|
integrity="sha512-BtSZPhzoyN8kq1axY6cgOFPSgLJgFwvAZ3WxeDGxEFXeFcFuK2s7Hr+zF75npVHASUY1dxudAfIVzwmgdR89Bw=="
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
referrerpolicy="no-referrer"></script>
|
referrerpolicy="no-referrer"></script>
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
|
|||||||
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" rel="noreferrer" 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" rel="noreferrer" 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" rel="noreferrer" 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>
|
||||||
|
|||||||
@@ -14,7 +14,8 @@
|
|||||||
<div class="card rounded overflow-hidden m-2 flex-grow flex flex-col shadow-2xl">
|
<div class="card rounded overflow-hidden m-2 flex-grow flex flex-col shadow-2xl">
|
||||||
<div
|
<div
|
||||||
class="bg-primary p-2 {isTabsShown ? 'pb-0' : ''} flex-none cursor-pointer"
|
class="bg-primary p-2 {isTabsShown ? 'pb-0' : ''} flex-none cursor-pointer"
|
||||||
on:click={() => (isOpen = !isOpen)}>
|
on:click={() => (isOpen = !isOpen)}
|
||||||
|
on:keypress={() => (isOpen = !isOpen)}>
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<Tabs on:select {tabs} bind:isOpen {title} {isCloseable} {activeTabID} />
|
<Tabs on:select {tabs} bind:isOpen {title} {isCloseable} {activeTabID} />
|
||||||
<div class="flex gap-x-4 items-center {isTabsShown ? '-mt-2' : ''}">
|
<div class="flex gap-x-4 items-center {isTabsShown ? '-mt-2' : ''}">
|
||||||
|
|||||||
@@ -19,7 +19,10 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex cursor-default">
|
<div class="flex cursor-default">
|
||||||
<span class="mr-2 font-semibold" on:click|stopPropagation={() => (isOpen = !isOpen)}>
|
<span
|
||||||
|
class="mr-2 font-semibold"
|
||||||
|
on:click|stopPropagation={() => (isOpen = !isOpen)}
|
||||||
|
on:keypress|stopPropagation={() => (isOpen = !isOpen)}>
|
||||||
{#if isCloseable}
|
{#if isCloseable}
|
||||||
<i class="fas fa-chevron-right icon" class:isOpen />
|
<i class="fas fa-chevron-right icon" class:isOpen />
|
||||||
{/if}
|
{/if}
|
||||||
@@ -29,7 +32,8 @@
|
|||||||
{#each tabs as tab}
|
{#each tabs as tab}
|
||||||
<div
|
<div
|
||||||
class="tab tab-lifted {activeTabID === tab.id ? 'tab-active' : 'text-primary-content'}"
|
class="tab tab-lifted {activeTabID === tab.id ? 'tab-active' : 'text-primary-content'}"
|
||||||
on:click|stopPropagation={() => toggleTabs(tab)}>
|
on:click|stopPropagation={() => toggleTabs(tab)}
|
||||||
|
on:keypress|stopPropagation={() => toggleTabs(tab)}>
|
||||||
<i class="mr-1 {tab.icon}" />
|
<i class="mr-1 {tab.icon}" />
|
||||||
{tab.title}
|
{tab.title}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -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'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -161,6 +161,7 @@
|
|||||||
<a
|
<a
|
||||||
href={url}
|
href={url}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
title="Open revision in new tab"
|
title="Open revision in new tab"
|
||||||
class="hover:underline text-blue-500">{name}</a>
|
class="hover:underline text-blue-500">{name}</a>
|
||||||
{:else}
|
{:else}
|
||||||
|
|||||||
@@ -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>
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
<ul class="lg:flex items-center justify-between text-base pt-4 lg:pt-0">
|
<ul class="lg:flex items-center justify-between text-base pt-4 lg:pt-0">
|
||||||
{#each links as { title, href, icon }}
|
{#each links as { title, href, icon }}
|
||||||
<li>
|
<li>
|
||||||
<a class="btn btn-ghost" target="_blank" {href}>
|
<a class="btn btn-ghost" target="_blank" rel="noreferrer" {href}>
|
||||||
{#if icon}
|
{#if icon}
|
||||||
<i class={icon} />
|
<i class={icon} />
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
@@ -4,19 +4,18 @@
|
|||||||
import { logEvent } from '$lib/util/stats';
|
import { logEvent } from '$lib/util/stats';
|
||||||
|
|
||||||
const samples = {
|
const samples = {
|
||||||
'Flow Chart': `graph TD
|
Flow: `graph TD
|
||||||
A[Christmas] -->|Get money| B(Go shopping)
|
A[Christmas] -->|Get money| B(Go shopping)
|
||||||
B --> C{Let me think}
|
B --> C{Let me think}
|
||||||
C -->|One| D[Laptop]
|
C -->|One| D[Laptop]
|
||||||
C -->|Two| E[iPhone]
|
C -->|Two| E[iPhone]
|
||||||
C -->|Three| F[fa:fa-car Car]`,
|
C -->|Three| F[fa:fa-car Car]`,
|
||||||
'Sequence Diagram': `sequenceDiagram
|
Sequence: `sequenceDiagram
|
||||||
Alice->>+John: Hello John, how are you?
|
Alice->>+John: Hello John, how are you?
|
||||||
Alice->>+John: John, can you hear me?
|
Alice->>+John: John, can you hear me?
|
||||||
John-->>-Alice: Hi Alice, I can hear you!
|
John-->>-Alice: Hi Alice, I can hear you!
|
||||||
John-->>-Alice: I feel great!
|
John-->>-Alice: I feel great!`,
|
||||||
`,
|
Class: `classDiagram
|
||||||
'Class Diagram': `classDiagram
|
|
||||||
Animal <|-- Duck
|
Animal <|-- Duck
|
||||||
Animal <|-- Fish
|
Animal <|-- Fish
|
||||||
Animal <|-- Zebra
|
Animal <|-- Zebra
|
||||||
@@ -36,17 +35,15 @@
|
|||||||
class Zebra{
|
class Zebra{
|
||||||
+bool is_wild
|
+bool is_wild
|
||||||
+run()
|
+run()
|
||||||
}
|
}`,
|
||||||
`,
|
State: `stateDiagram-v2
|
||||||
'State Diagram': `stateDiagram-v2
|
|
||||||
[*] --> Still
|
[*] --> Still
|
||||||
Still --> [*]
|
Still --> [*]
|
||||||
Still --> Moving
|
Still --> Moving
|
||||||
Moving --> Still
|
Moving --> Still
|
||||||
Moving --> Crash
|
Moving --> Crash
|
||||||
Crash --> [*]
|
Crash --> [*]`,
|
||||||
`,
|
Gantt: `gantt
|
||||||
'Gantt Chart': `gantt
|
|
||||||
title A Gantt Diagram
|
title A Gantt Diagram
|
||||||
dateFormat YYYY-MM-DD
|
dateFormat YYYY-MM-DD
|
||||||
section Section
|
section Section
|
||||||
@@ -54,24 +51,21 @@
|
|||||||
Another task :after a1 , 20d
|
Another task :after a1 , 20d
|
||||||
section Another
|
section Another
|
||||||
Task in sec :2014-01-12 , 12d
|
Task in sec :2014-01-12 , 12d
|
||||||
another task : 24d
|
another task : 24d`,
|
||||||
`,
|
Pie: `pie title Pets adopted by volunteers
|
||||||
'Pie Chart': `pie title Pets adopted by volunteers
|
|
||||||
"Dogs" : 386
|
"Dogs" : 386
|
||||||
"Cats" : 85
|
"Cats" : 85
|
||||||
"Rats" : 15
|
"Rats" : 15`,
|
||||||
`,
|
ER: `erDiagram
|
||||||
'ER Diagram': `erDiagram
|
CUSTOMER }|..|{ DELIVERY-ADDRESS : has
|
||||||
CUSTOMER }|..|{ DELIVERY-ADDRESS : has
|
CUSTOMER ||--o{ ORDER : places
|
||||||
CUSTOMER ||--o{ ORDER : places
|
CUSTOMER ||--o{ INVOICE : "liable for"
|
||||||
CUSTOMER ||--o{ INVOICE : "liable for"
|
DELIVERY-ADDRESS ||--o{ ORDER : receives
|
||||||
DELIVERY-ADDRESS ||--o{ ORDER : receives
|
INVOICE ||--|{ ORDER : covers
|
||||||
INVOICE ||--|{ ORDER : covers
|
ORDER ||--|{ ORDER-ITEM : includes
|
||||||
ORDER ||--|{ ORDER-ITEM : includes
|
PRODUCT-CATEGORY ||--|{ PRODUCT : contains
|
||||||
PRODUCT-CATEGORY ||--|{ PRODUCT : contains
|
PRODUCT ||--o{ ORDER-ITEM : "ordered in"`,
|
||||||
PRODUCT ||--o{ ORDER-ITEM : "ordered in"
|
'User Journey': `journey
|
||||||
`,
|
|
||||||
'User Journey': ` journey
|
|
||||||
title My working day
|
title My working day
|
||||||
section Go to work
|
section Go to work
|
||||||
Make tea: 5: Me
|
Make tea: 5: Me
|
||||||
@@ -79,20 +73,35 @@
|
|||||||
Do work: 1: Me, Cat
|
Do work: 1: Me, Cat
|
||||||
section Go home
|
section Go home
|
||||||
Go downstairs: 5: Me
|
Go downstairs: 5: Me
|
||||||
Sit down: 3: Me
|
Sit down: 3: Me`,
|
||||||
`,
|
Git: `gitGraph
|
||||||
'Git Graph': ` gitGraph
|
commit
|
||||||
commit
|
commit
|
||||||
commit
|
branch develop
|
||||||
branch develop
|
checkout develop
|
||||||
checkout develop
|
commit
|
||||||
commit
|
commit
|
||||||
commit
|
checkout main
|
||||||
checkout main
|
merge develop
|
||||||
merge develop
|
commit
|
||||||
commit
|
commit`,
|
||||||
commit
|
Mindmap: `mindmap
|
||||||
`
|
root((mindmap))
|
||||||
|
Origins
|
||||||
|
Long history
|
||||||
|
::icon(fa fa-book)
|
||||||
|
Popularisation
|
||||||
|
British popular psychology author Tony Buzan
|
||||||
|
Research
|
||||||
|
On effectivness<br/>and features
|
||||||
|
On Automatic creation
|
||||||
|
Uses
|
||||||
|
Creative techniques
|
||||||
|
Strategic planning
|
||||||
|
Argument mapping
|
||||||
|
Tools
|
||||||
|
Pen and paper
|
||||||
|
Mermaid`
|
||||||
};
|
};
|
||||||
|
|
||||||
const loadSampleDiagram = (diagramType: string): void => {
|
const loadSampleDiagram = (diagramType: string): void => {
|
||||||
@@ -100,15 +109,36 @@
|
|||||||
updateDiagram: true,
|
updateDiagram: true,
|
||||||
resetPanZoom: true
|
resetPanZoom: true
|
||||||
});
|
});
|
||||||
void logEvent('loadSampleDiagram', { diagramType });
|
logEvent('loadSampleDiagram', { diagramType });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Adding in this array will add an icon to the preset menu
|
||||||
|
const newDiagrams: Array<keyof typeof samples> = ['Mindmap'];
|
||||||
|
const diagramOrder: Array<keyof typeof samples> = [
|
||||||
|
'Sequence',
|
||||||
|
'Flow',
|
||||||
|
'Class',
|
||||||
|
'State',
|
||||||
|
'ER',
|
||||||
|
'Gantt',
|
||||||
|
'User Journey',
|
||||||
|
'Git',
|
||||||
|
'Pie',
|
||||||
|
'Mindmap'
|
||||||
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Card title="Sample Diagrams" isOpen={false}>
|
<Card title="Sample Diagrams" isOpen={false}>
|
||||||
<div class="flex gap-2 flex-wrap p-2">
|
<div class="flex flex-wrap p-2 gap-2">
|
||||||
{#each Object.keys(samples) as sample}
|
{#each diagramOrder as sample}
|
||||||
<button class="btn btn-primary normal-case btn-sm" on:click={() => loadSampleDiagram(sample)}
|
<button
|
||||||
>{sample}</button>
|
class="btn btn-sm btn-primary w-28 normal-case flex-grow"
|
||||||
|
on:click={() => loadSampleDiagram(sample)}>
|
||||||
|
{sample}
|
||||||
|
{#if newDiagrams.includes(sample)}
|
||||||
|
<span class="ml-2 fa fa-heart" />
|
||||||
|
{/if}
|
||||||
|
</button>
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
@@ -2,31 +2,32 @@
|
|||||||
import { setTheme, themeStore } from '$lib/util/theme';
|
import { setTheme, themeStore } from '$lib/util/theme';
|
||||||
|
|
||||||
const themes = [
|
const themes = [
|
||||||
'🌝 light',
|
'🌝 light',
|
||||||
'🌚 dark',
|
'🌚 dark',
|
||||||
'🧁 cupcake',
|
'🧁 cupcake',
|
||||||
'🐝 bumblebee',
|
'🐝 bumblebee',
|
||||||
'✳️ emerald',
|
'✳️ emerald',
|
||||||
'🏢 corporate',
|
'🏢 corporate',
|
||||||
'🌃 synthwave',
|
'🌃 synthwave',
|
||||||
'👴 retro',
|
'👴 retro',
|
||||||
'🤖 cyberpunk',
|
'🤖 cyberpunk',
|
||||||
'🌸 valentine',
|
'🌸 valentine',
|
||||||
'🎃 halloween',
|
'🎃 halloween',
|
||||||
'🌷 garden',
|
'🌷 garden',
|
||||||
'🌲 forest',
|
'🌲 forest',
|
||||||
'🐟 aqua',
|
'🐟 aqua',
|
||||||
'👓 lofi',
|
'👓 lofi',
|
||||||
'🖍 pastel',
|
'🖍 pastel',
|
||||||
'🧚♀️ fantasy',
|
'🧚♀️ fantasy',
|
||||||
'📝 wireframe',
|
'📝 wireframe',
|
||||||
'🏴 black',
|
'🏴 black',
|
||||||
'💎 luxury',
|
'💎 luxury',
|
||||||
'🧛♂️ dracula'
|
'🧛♂️ dracula'
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="hidden lg:block dropdown">
|
<div class="hidden lg:block dropdown">
|
||||||
|
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->
|
||||||
<div tabindex="0" class="btn btn-ghost ">
|
<div tabindex="0" class="btn btn-ghost ">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
@@ -48,10 +49,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="mt-14 overflow-y-auto shadow-2xl top-px dropdown-content h-96 w-56 bg-base-200 text-base-content">
|
class="mt-14 overflow-y-auto shadow-2xl top-px dropdown-content h-96 w-56 bg-base-200 text-base-content">
|
||||||
|
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->
|
||||||
<ul tabindex="0" class="p-4 menu compact">
|
<ul tabindex="0" class="p-4 menu compact">
|
||||||
{#each themes as theme}
|
{#each themes as theme}
|
||||||
<li class={theme.includes($themeStore.theme) ? 'bordered' : ''}>
|
<li class={theme.includes($themeStore.theme) ? 'bordered' : ''}>
|
||||||
<span class="btn btn-ghost justify-start" on:click={() => setTheme(theme)}>{theme}</span>
|
<span
|
||||||
|
class="btn btn-ghost justify-start"
|
||||||
|
on:click={() => setTheme(theme)}
|
||||||
|
on:keypress={() => setTheme(theme)}>{theme}</span>
|
||||||
</li>
|
</li>
|
||||||
{/each}
|
{/each}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
<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, init as mermaidInit } from '$lib/util/mermaid';
|
||||||
|
const init = mermaidInit();
|
||||||
let code = '';
|
let code = '';
|
||||||
let config = '';
|
let config = '';
|
||||||
let container: HTMLDivElement;
|
let container: HTMLDivElement;
|
||||||
@@ -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 = (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;
|
renderDiagram({
|
||||||
mermaid.initialize(Object.assign({}, JSON.parse(state.mermaid)));
|
config: Object.assign({}, JSON.parse(state.mermaid)),
|
||||||
mermaid.render('graph-div', code, (svgCode) => {
|
code,
|
||||||
|
id: 'graph-div',
|
||||||
|
callback: (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((state) => {
|
||||||
|
handleStateChange(state);
|
||||||
});
|
});
|
||||||
window.addEventListener('resize', () => {
|
window.addEventListener('resize', () => {
|
||||||
if ($stateStore.panZoom && pzoom) {
|
if ($stateStore.panZoom && pzoom) {
|
||||||
@@ -106,13 +114,23 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if error && $stateStore.error instanceof Error}
|
{#await init}
|
||||||
<div class="p-2 text-red-600" id="errorContainer">{$stateStore.error}</div>
|
Loading...
|
||||||
{/if}
|
{:then}
|
||||||
|
{#if error && $stateStore.error instanceof Error}
|
||||||
|
<div class="p-2 text-red-600" id="errorContainer">{$stateStore.error}</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<div id="view" bind:this={view} class="p-2 h-full" class:error class:outOfSync>
|
{#if outOfSync}
|
||||||
<div id="container" bind:this={container} class="h-full overflow-auto" class:hide />
|
<div class="absolute w-full p-2 z-10 text-yellow-600 bg-base-100 bg-opacity-80 text-center">
|
||||||
</div>
|
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="container" bind:this={container} class="h-full overflow-auto" class:hide />
|
||||||
|
</div>
|
||||||
|
{/await}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#view {
|
#view {
|
||||||
|
|||||||
+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,74 @@
|
|||||||
|
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';
|
||||||
|
import queue from 'async/queue';
|
||||||
|
import type { QueueObject } from 'async';
|
||||||
|
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`;
|
||||||
|
};
|
||||||
|
|
||||||
|
const initialize = mermaid.initializeAsync({
|
||||||
|
logLevel: 0,
|
||||||
|
lazyLoadedDiagrams: [getDiagramURL('mermaid-mindmap', '9.2.0-rc4')],
|
||||||
|
loadExternalDiagramsAtStartup: true
|
||||||
|
});
|
||||||
|
|
||||||
|
export const init = async () => {
|
||||||
|
await initialize;
|
||||||
|
};
|
||||||
|
|
||||||
|
interface RenderPayload {
|
||||||
|
config: MermaidConfig;
|
||||||
|
code: string;
|
||||||
|
id: string;
|
||||||
|
callback: Parameters<typeof mermaid.render>[2];
|
||||||
|
}
|
||||||
|
|
||||||
|
interface ParsePayload {
|
||||||
|
code: string;
|
||||||
|
}
|
||||||
|
interface MermaidTask {
|
||||||
|
action: 'render' | 'parse';
|
||||||
|
payload: RenderPayload | ParsePayload;
|
||||||
|
}
|
||||||
|
|
||||||
|
const mermaidQueue: QueueObject<MermaidTask> = queue(async (task: MermaidTask) => {
|
||||||
|
console.log('adding ', task);
|
||||||
|
if (task.action === 'render') {
|
||||||
|
const { config, code, id, callback } = task.payload as RenderPayload;
|
||||||
|
await mermaid.mermaidAPI.renderAsync(id, code, callback);
|
||||||
|
}
|
||||||
|
console.log('done', task);
|
||||||
|
}, 1);
|
||||||
|
|
||||||
|
mermaidQueue.error(function (err, task) {
|
||||||
|
console.error('task experienced an error', task, err);
|
||||||
|
});
|
||||||
|
|
||||||
|
export const render = async (payload: RenderPayload): Promise<void> => {
|
||||||
|
// 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);
|
||||||
|
// mermaid.mermaidAPI.render(id, code, callback);
|
||||||
|
await mermaidQueue.push({
|
||||||
|
action: 'render',
|
||||||
|
payload
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
export const parse = async (code: string): Promise<boolean> => {
|
||||||
|
await init();
|
||||||
|
return mermaid.parseAsync(code);
|
||||||
|
};
|
||||||
+16
-8
@@ -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)
|
||||||
@@ -54,7 +56,7 @@ export const stateStore: Readable<ValidatedState> = derived([inputStateStore], (
|
|||||||
// No changes should be done to fields part of `state`.
|
// No changes should be done to fields part of `state`.
|
||||||
try {
|
try {
|
||||||
processed.serialized = serializeState(state);
|
processed.serialized = serializeState(state);
|
||||||
mermaid.parse(state.code);
|
// await parse(state.code);
|
||||||
JSON.parse(state.mermaid);
|
JSON.parse(state.mermaid);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
processed.error = e;
|
processed.error = e;
|
||||||
@@ -103,12 +105,11 @@ export const loadState = (data: string): void => {
|
|||||||
state.mermaid = defaultState.mermaid;
|
state.mermaid = defaultState.mermaid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
updateCodeStore({ ...state });
|
updateCodeStore(state);
|
||||||
};
|
};
|
||||||
|
|
||||||
export const updateCodeStore = (newState: Partial<State>): void => {
|
export const updateCodeStore = (newState: Partial<State>): void => {
|
||||||
inputStateStore.update((state) => {
|
inputStateStore.update((state) => {
|
||||||
// console.log({ newState, state });
|
|
||||||
return { ...state, ...newState };
|
return { ...state, ...newState };
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
@@ -121,8 +122,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 +163,16 @@ export const toggleDarkTheme = (dark: boolean): void => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
let urlDebounce: number;
|
||||||
export const initURLSubscription = (): void => {
|
export const initURLSubscription = (): void => {
|
||||||
stateStore.subscribe(({ serialized }) => {
|
stateStore.subscribe(({ serialized }: ValidatedState) => {
|
||||||
history.replaceState(undefined, undefined, `#${serialized}`);
|
if (serialized.length < 5) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
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 });
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -130,7 +130,9 @@
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<button class="btn btn-secondary btn-xs" title="View documentation">
|
<button class="btn btn-secondary btn-xs" title="View documentation">
|
||||||
<a target="_blank" href={docURL} data-cy="docs"><i class="fas fa-book mr-1" />Docs</a>
|
<a target="_blank" rel="noreferrer" href={docURL} data-cy="docs">
|
||||||
|
<i class="fas fa-book mr-1" />Docs
|
||||||
|
</a>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -158,6 +160,7 @@
|
|||||||
<a
|
<a
|
||||||
href={`${base}/view#${$stateStore.serialized}`}
|
href={`${base}/view#${$stateStore.serialized}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
class="btn btn-secondary btn-xs"
|
class="btn btn-secondary btn-xs"
|
||||||
title="View diagram in new page"
|
title="View diagram in new page"
|
||||||
><i class="fas fa-external-link-alt mr-1" />Full screen</a>
|
><i class="fas fa-external-link-alt mr-1" />Full screen</a>
|
||||||
|
|||||||
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: 12 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