Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinslin committed Jul 6, 2020
1 parent 2a3d789 commit 0c844fa
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
id: fb69374b-683e-496c-b4b7-dee3e0ff78fa
title: dendron.lookup.hello
desc: ''
updated: 1594075902150
created: 1594075902150
data: {}
custom: {}
fname: dendron.lookup.hello
parent: null
children: []
---


# Hello World
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ After you've created the note, you can click the 'x' next to the tab to come bac

## Deleting Notes

To delete a note, you can use the `CTRL-SHIFT-D` shortcut on the note that you want to delete. Alternatively, you can also launch the `Command Bar` and type `Dendron: Delete Node`
To delete a note, you can use the `CTRL-SHIFT-D` shortcut on the note that you want to delete. Alternatively, you can also launch the `Command Bar` and type `Dendron: Delete Node`

To delete [[dendron.lookup.hello]], open the note and then use `CTRL-SHIFT-D` to delete.


## Other Capabilities
Expand Down
5 changes: 2 additions & 3 deletions packages/plugin-core/assets/notes/vault.main/dendron.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,13 @@ The Quick Open bar is how you issue commands to to Dendron. You can bring it ope
- <img src="https://www.microsoft.com/favicon.ico" width=16 height=16/> <a href="https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf">Windows</a> `Ctrl+SHIFT+P`


- TODO: picture

### Lookup Bar

The lookup bar is how you interact with notes inside of Dendron. Use it to create, find, and delete notes. To bring it up, use the `CTRL-P` shortcut or open the `Command Bar` and type `> Dendron: Lookup`

## Next

Now that we've covered the major concepts inside Dendron, go to [[dendron.lookup]] to continue the tutorial. You can navigate there by either clicking the link or bringing up the lookup bar using `CTRL-P` and typing `dendron.lookup`
Now that we've covered the major concepts inside Dendron, go to [[dendron.lookup]] to continue the tutorial. You can navigate there by either clicking the link or bringing up the lookup bar using `CTRL-P`, typing `dendron.lookup`, and the hitting `Enter`

![](./assets/dendron-lookup.gif)

0 comments on commit 0c844fa

Please sign in to comment.