Heading 1
# heading 1
Heading 2
## heading 2
Heading 3
### heading 3
Heading 4
#### heading 4
Line Break - like the one you see above.
---
Bold Text
**Bold Text**
Italic Text
*Italic Text*
Italic Bold Text
***Italic Bold Text***
Highlighted Text
==Highlighted Text==
- Bullet Point
- Bullet Point
Checked checkbox
Unchecked checkbox
- [x] Checked checkbox
- [] Unchecked checkbox
Code Block
$ nc -nvlp 4444
listening on [any] 4444 ...
connect to [10.10.10.205] from (UNKNOWN) [10.10.10.190] 49806
Microsoft Windows [Version 10.0.17763.737]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\User\Bimbim>winPEAS.exe quiet filesinfo userinfo
Start a code block by typing 3 backticks before and after the code.
```shell
Type 3 backticks(`) and the kind of code you are using, such as bash, zsh, shell,
javascript, etc., or nothing, then hit enter and paste or type your code.
```
Link
[url-title](url-source)
[domain.com](https://domain.com)
Link to local file
[image.jpg](<files/images/image.jpg>)
Backlinks - type two open brackets and a window should pop up with local files.
[[backlink]]
Tags
#newtag
This is a blockquote.
> This is a blockquote.
Table
Port | State | Service | Version | OS |
22/tcp | open | ssh | OpenSSH 4.3 | |
80/tcp | open | http | Apache 2.2.3 | CentOS |
8080/tcp | filtered | http |
Item 1 | Item 2 | Item 3 | Item 4
---- | ---- | ---- | ----
text 1 | text 2 | text 3 | text 4
text 1 | text 2 | text 3 | text 4
Editing Shortcuts
Shortcut Key | Functions |
Ctrl + B | Bold Selected Text |
Ctrl + I | Italicize Selected Text |
Ctrl + K | Insert External Link to Selected Text |
Ctrl + ] | Indent |
Ctrl + [ | Unindent |
Ctrl + D | Delete current line |
Ctrl + V | Duplicate current line |
Ctrl + Click | Open Note in Current Panel via Link |
Ctrl + Shift + Click | Open Note in New Panel via Link |
General Shortcuts
Shortcut Key | Functions |
Ctrl + S | Editor: Saves the file |
Ctrl + N | Creates a new note |
Ctrl + P | Open command palette |
Ctrl + O | Opens Quick Switcher |
Ctrl + Shift + F | Search in all files |
Ctrl + G | Opens graph view |
Ctrl + Alt + ← | Navigate Back |
Ctrl + Alt + → | Navigate forth |
Ctrl + F | Searches current file |
Ctrl + E | Toggle edit/preview modes |
Ctrl + , | Open Settings |
Ctrl + Tab | Next tab |
Ctrl + Shift + Tab | Previous tab |
Alt + Tab | Next App |
Alt + Shift + Tab | Previous App |
Win + Tab | Task View |
Win + Shift + Tab | Next Window |