The missing markdown feature cheat sheet for Boostnote.
It tries to give a short summary of all formatting options which are available in Boostnote.
π Open the Cheat Sheet to see the code.
π΄ Chinese Version
- Open the RAW version of the cheat sheet.
- Copy it with crtl + a and crtl + c
- Create an empty Markdown Note in Bosstnote paste it with
crtl + shift + v
(The shift is important to skip escaping)
Table of Contens generated by:
Shortcut:
[[Shift]]+[[ctrl]]+[[T]]Menu:
File / Generate / Update Markdown TOC
Italic type
Bold
Negative
highlighted
Simple link
: https://en.wikipedia.org/wiki/Microsoft_Notepad
Named link
: Boostnote
Tooltip link
: Hover Me
Auto linking
: google.com
Jump to line
: Go to line 200
- Task 1
- Task 2
Quotation Quotation Quotation
Here is a footnote reference, 1 and another 2.
Green Text Yellow Text underlined
HTML only works if you enable: Menu: Preferences / Interface / Preview / Sanitization / Allow dangerous html tags
Emoji by shortcode: π π π
Emoji by Unicode: π π π
complete emojy list
--> β
<-- β
<-> β
==> β
<== β
<==> β
Smart arrows only work if you enable:
Menu: Preferences / Interface / Preview / Sanitization / Convert textual arrows to beautiful signs
β This will interfere with using HTML comments in your Markdown.
Render: function () {
Return (
<Div className = βcommentBoxβ>
<H1> Comments </ h1>
<CommentList data = {this.state.data} />
<CommentForm onCommentSubmit = {this.handleCommentSubmit} />
</Div>
);
}
- List 1
- List 2
- First ordered list item Second line
- Another item
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
Grouping |
Markdown | Less | Pretty |
---|---|---|
Still | renders |
nicely |
1 | 2 | 3 |
There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown.
Some Infor First Line - Lorem ipsum dolor sit amet, consetetur sadipscing eli
Some Infor Second Line - Lorem ipsum dolor sit amet, consetetur sadipscing eli
Some Infor Third Line - Lorem ipsum dolor sit amet, consetetur sadipscing eli
Boostnote is a notepad corresponding to markdown notation, which is a tool for organizing and sharing information.
- Features -Β· Search function to find memos in one shot Β· Supports markdown notation
Β· Support for Mac, Windows, Linux, iOS, Android
Β· Export and import to Plain text (.txt), Markdown (.md) format
Β· Supports PDF saving
Β· Can be used offline
Β· Synchronize to dropbox etc. with setting
* Supports theme colors and numerous fonts
Horizontal lines have various ways of writing.
1: Hereβs one with multiple blocks.
2: Subsequent paragraphs are indented to show that they belong to the previous footnote.