Skip to content

Commit 8d9222c

Browse files
committed
chore: adjust demo template
1 parent 8bfb9d2 commit 8d9222c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/lib/stores.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function createThemeStore() {
8686
}
8787
return newTheme;
8888
});
89-
}
89+
},
9090
};
9191
}
9292

@@ -126,18 +126,19 @@ maxWidth: 600
126126
- Click on <i class="fas fa-link"></i> to copy a **sharing link** \\ for the mind map (_keyboard shortcut: \`l\`)
127127
- Add \`?m=0\` to the URL to hide the menu
128128
- It's recommended to save the text \\ of your mind map somewhere so \\ you can edit it later
129-
- You can store your text \\ **on a forge** or on [CodiMD](https://codimd.apps.education.fr) \\ and display it with myMarkmap <!--fold-->
129+
- You can store your text \\ on **Obsidian** or on [Stackedit](https://stackedit.io) \\ and display it with Think tree <!--fold-->
130130
- \\ \`https://think.stevehoang.com/#URL\`
131131
- In case of issues: \\ \`https://think.stevehoang.com/#https://corsproxy.io/%3FURL\`
132132
- On a Gitlab instance, use a \`.gitlab-ci.yml\` file to publish the md file on a public page and use that address as the URL
133133
134134
## How to navigate \\ the map?
135135
- \\\\ Click on the **circles** at the intersection \\ of branches to show or hide the rest
136-
- \\ **Alt+click** on a circle to display \\ only that specific branch
136+
- \\ **Command+click** on a circle to display \\ only that specific branch
137137
- **Other shortcuts**
138-
- **Alt+click** on branch text to hide it
138+
- **Command+click** on branch text to hide it
139139
- \`m\` to hide or show the menu bar
140140
- \`r\` to disable or enable automatic resizing
141+
- Double-taps every where in mindmap on mobile to disable automatic resizing
141142
- \`t\` to switch theme between light mode/dark mode
142143
143144
## More advanced \\ uses <!--fold-->
@@ -165,7 +166,7 @@ maxWidth: 600
165166
- \`<!--fold-->\` at the end of a line to hide \\ sub-branches by default: \\ click the circle to show the rest <!--fold-->
166167
- This branch is hidden by default!
167168
- This one too!
168-
- \`:code_emoji:\`: to insert an emoji code [:link:](https://raw.githubusercontent.com/omnidan/node-emoji/master/lib/emoji.json)
169+
- \`:code_emoji:\`: to insert an emoji code [:heart:](https://raw.githubusercontent.com/omnidan/node-emoji/master/lib/emoji.json)
169170
- \`{{hidden part}}\` to hide part \\ of the text: here's an example with a {{passage}} hidden \\ (click to show/hide)
170171
171172
### A **header** (YAML) \\ for advanced \\ configuration options <!--fold-->

0 commit comments

Comments
 (0)