|
93 | 93 | - [[#dhall][Dhall]] |
94 | 94 | - [[#fountain][Fountain]] |
95 | 95 | - [[#graphviz][Graphviz]] |
96 | | - - [[#mermaid][Mermaid]] |
97 | 96 | - [[#html][HTML]] |
98 | 97 | - [[#json][JSON]] |
99 | 98 | - [[#jsonnet][Jsonnet]] |
|
193 | 192 | - [[#epub][Epub]] |
194 | 193 | - [[#pdf][PDF]] |
195 | 194 | - [[#speed-reading][Speed Reading]] |
| 195 | +- [[#readmeorg-files-that-need-proper-tags][README.org files that need proper tags]] |
| 196 | + - [[#mermaid][Mermaid]] |
196 | 197 | - [[#source-control][Source control]] |
197 | 198 | - [[#git][Git]] |
198 | 199 | - [[#perforce][Perforce]] |
@@ -1319,29 +1320,6 @@ Features: |
1319 | 1320 | - Control of the graphviz compiler directly from emacs. |
1320 | 1321 | - Support for formatting =.dot= files automatically. |
1321 | 1322 |
|
1322 | | -**** Mermaid |
1323 | | -[[file:+lang/mermaid/README.org][+lang/mermaid/README.org]] |
1324 | | - |
1325 | | -This layer adds support for [[https://mermaid-js.github.io/][Mermaid]] diagrams |
1326 | | -to Spacemacs. Mermaid is a JavaScript-based diagramming and charting tool that |
1327 | | -renders Markdown-inspired text definitions to create and display diagrams. |
1328 | | - |
1329 | | -For help with how to use Mermaid, see the [[https://mermaid.js.org/intro/getting-started][reference guide]]. |
1330 | | - |
1331 | | -The official file extension supported by this layer is =.mmd=. If you want something else, |
1332 | | -set it in your =user-config= function of your =~/.spacemacs= file. |
1333 | | - |
1334 | | -For example, the following diagram can be defined as follows: |
1335 | | - |
1336 | | -#+BEGIN_SRC mermaid |
1337 | | -sequenceDiagram |
1338 | | - Server<<->>Client: Hello |
1339 | | -#+END_SRC |
1340 | | - |
1341 | | -- Syntax highlighting for Mermaid files (with .mmd extension) |
1342 | | -- Diagram preview on region/buffer/file |
1343 | | -- Key bindings for compiling and changing output types |
1344 | | - |
1345 | 1323 | **** HTML |
1346 | 1324 | [[file:+lang/html/README.org][+lang/html/README.org]] |
1347 | 1325 |
|
@@ -2611,6 +2589,31 @@ A speed reading mode for Emacs. |
2611 | 2589 | Features: |
2612 | 2590 | - Support for =speed-reading= of arbitrary texts |
2613 | 2591 |
|
| 2592 | +* README.org files that need proper tags |
| 2593 | +** Mermaid |
| 2594 | +[[file:+lang/mermaid/README.org][+lang/mermaid/README.org]] |
| 2595 | + |
| 2596 | +This layer adds support for [[https://mermaid.js.org/][Mermaid]] diagrams to Spacemacs. Mermaid is |
| 2597 | +a JavaScript-based diagramming and charting tool that renders |
| 2598 | +Markdown-inspired text definitions to create and display diagrams. |
| 2599 | + |
| 2600 | +For help with how to use Mermaid, see the [[https://mermaid.js.org/intro/getting-started][reference guide]]. |
| 2601 | + |
| 2602 | +The official file extension supported by this layer is =.mmd=. If you want something else, |
| 2603 | +set it in your =user-config= function of your =~/.spacemacs= file. |
| 2604 | + |
| 2605 | +For example, the following diagram can be defined as follows: |
| 2606 | + |
| 2607 | +#+BEGIN_SRC mermaid |
| 2608 | + sequenceDiagram |
| 2609 | + Server<<->>Client: Hello |
| 2610 | +#+END_SRC |
| 2611 | + |
| 2612 | +Features: |
| 2613 | +- Syntax highlighting for Mermaid files (with .mmd extension) |
| 2614 | +- Diagram preview on region/buffer/file |
| 2615 | +- Key bindings for compiling and changing output types |
| 2616 | + |
2614 | 2617 | * Source control |
2615 | 2618 | ** Git |
2616 | 2619 | [[file:+source-control/git/README.org][+source-control/git/README.org]] |
|
0 commit comments