Skip to content

Commit

Permalink
Explications ; notamment : focusOnBranc & automaticResize
Browse files Browse the repository at this point in the history
  • Loading branch information
eyssette committed Oct 15, 2024
1 parent c31ea96 commit 2401f92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# myMarkmap

[myMarkmap](https://mymarkmap.netlify.app/) is a custom editor for [Markmap](https://github.com/gera2ld/markmap), built with [Svelte Kit](https://kit.svelte.dev/).
[myMarkmap](https://mymarkmap.forge.apps.education.fr) is a custom editor for [Markmap](https://github.com/gera2ld/markmap), built with [Svelte Kit](https://kit.svelte.dev/).

[![](https://raw.githubusercontent.com/eyssette/myMarkmap/main/myMarkmap-explications.png)](https://mymarkmap.vercel.app/#https://raw.githubusercontent.com/eyssette/mindmap/main/mindmap-default-mymarkmap.md)
[![](https://raw.githubusercontent.com/eyssette/myMarkmap/main/myMarkmap-explications.png)](https://mymarkmap.forge.apps.education.fr/#https://raw.githubusercontent.com/eyssette/mindmap/main/mindmap-default-mymarkmap.md)

## TODO

Expand Down
Binary file modified myMarkmap-explications.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/stores.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ maxWidth: 600
- \`\`\`initialExpandLevel: 1\`\`\`
- Pour forcer l'ouverture des \\\\liens dans un nouvel onglet
- \`\`\`openLinksInNewTab: true\`\`\`
- Pour contrôler l'interactivité
- \`\`\`automaticResize: false\`\`\` \\\\pour supprimer le \\\\redimensionnement automatique
- \`\`\`focusOnBranch: true\`\`\` \\\\pour focaliser sur la branche \\\\sur laquelle on clique et fermer\\\\automatiquement les autres
`));
export const baseURL = writable('');
export const mindmapSaveAsSvg = writable(false);
Expand Down

0 comments on commit 2401f92

Please sign in to comment.