📋 📘 Boostnote Markdown CheatSheet - Preview!
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.
ℹ️ How to add it to Boostnote
- 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
Text Formatting
Emphasis
Italic type
Bold
Negative
highlighted
Abbreviation
Superscript
Link
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
Check box
- Task 1
- Task 2
Quotation
Quotation Quotation Quotation
Footnotes
Here is a footnote reference, 1 and another 2.
Html
Green Text Yellow Text underlined
HTML only works if you enable: Menu: Preferences / Interface / Preview / Sanitization / Allow dangerous html tags
Emoticons
Emoji by shortcode: 📚 📝 👀
Emoji by Unicode: 📚 📝 👀
complete emojy list
Smart Arrows
--> →
<-- ←
<-> ↔
==> ⇒
<== ⇐
<==> ⇔
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.
Keystrokes
Source Code
Render: function () {
Return (
<Div className = “commentBox”>
<H1> Comments </ h1>
<CommentList data = {this.state.data} />
<CommentForm onCommentSubmit = {this.handleCommentSubmit} />
</Div>
);
}
Structuring
List
- List 1
- List 2
- First ordered list item Second line
- Another item
Definition list
Table
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.
Block
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
Fold
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 line
Horizontal lines have various ways of writing.
Admonition
Image
Gallery
Latex
Diagram Integrations
Flowchart
Sequence
mermaid
Chart
Ditaa
Plant UML
Class Diagram
Activity Diagram
Sequence Diagram
MindMap
Work Breakdown Structure
Gantt Diagram
1: Here’s one with multiple blocks.
2: Subsequent paragraphs are indented to show that they belong to the previous footnote.