Skip to content

Commit

Permalink
Mod sublist numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
nickynicolson committed Jun 11, 2024
1 parent 320a0c1 commit a2e8565
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _posts/2024-06-10-phylo-vis.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,15 @@ You can install the plugin from: [github.com/echinopscis/obsidian-phylotree-plug
3. **Reload** your vault
4. **Enable** the plugin - open the settings pane, click "community plugins" in the left hand menu, find the "phylotree plugin" entry in the list of installed plugins and move the slider to enable it.
5. **Try it out** - create a phylo code block:
i. Switch page to edit mode (<kbd>Ctrl</kbd>+<kbd>e</kbd>)
ii. Define a newick format code block with a simple tree:

1. Switch page to edit mode (<kbd>Ctrl</kbd>+<kbd>e</kbd>)
2. Define a newick format code block with a simple tree:
<pre>
```newick
(A,B,(C,D)E)F;
```
</pre>
iii. Switch back to view mode (<kbd>Ctrl</kbd>+<kbd>e</kbd>) to see the tree rendered
3. Switch back to view mode (<kbd>Ctrl</kbd>+<kbd>e</kbd>) to see the tree rendered

## Get in touch

Expand Down

0 comments on commit a2e8565

Please sign in to comment.