All Projects โ†’ TobseF โ†’ Boostnote Markdown Cheatsheet

TobseF / Boostnote Markdown Cheatsheet

๐Ÿ“‹ ๐Ÿ“˜ The missing one page markdown feature cheat sheet for Boostnote

Projects that are alternatives of or similar to Boostnote Markdown Cheatsheet

Mak Mini
A (small) piece of paper.
Stars: โœญ 258 (-6.52%)
Mutual labels:  markdown
Choo Handbook
๐Ÿš‚โœ‹๐Ÿ“– - Learn the choo framework through a set of exercises
Stars: โœญ 266 (-3.62%)
Mutual labels:  markdown
Markdown Nice
ๆ”ฏๆŒไธป้ข˜่ฎพ่ฎก็š„ Markdown ็ผ–่พ‘ๅ™จ๏ผŒ่ฎฉๆŽ’็‰ˆๅ˜ Nice
Stars: โœญ 3,291 (+1092.39%)
Mutual labels:  markdown
Transcripts
Changelog episode transcripts in Markdown format ๐Ÿ“š
Stars: โœญ 260 (-5.8%)
Mutual labels:  markdown
Javascript Cheatsheet
Basic Javascript Cheat Sheet
Stars: โœญ 262 (-5.07%)
Mutual labels:  cheatsheet
Pander
An R Pandoc Writer: Convert arbitrary R objects into markdown
Stars: โœญ 267 (-3.26%)
Mutual labels:  markdown
Ngx Md
Angular(ngx) directive for parsing markdown content in your web application.
Stars: โœญ 258 (-6.52%)
Mutual labels:  markdown
Format Readme
ะคะพั€ะผะฐั‚ ั„ะฐะนะปะฐ README
Stars: โœญ 270 (-2.17%)
Mutual labels:  markdown
Skills Summary
An documentation to improve oneself
Stars: โœญ 264 (-4.35%)
Mutual labels:  markdown
Pdf To Markdown
A PDF to Markdown converter
Stars: โœญ 270 (-2.17%)
Mutual labels:  markdown
Manubot
Python utilities for Manubot: Manuscripts, open and automated
Stars: โœญ 260 (-5.8%)
Mutual labels:  markdown
Notehub
A pastebin for markdown pages.
Stars: โœญ 262 (-5.07%)
Mutual labels:  markdown
Reptar
static sites that roar
Stars: โœญ 268 (-2.9%)
Mutual labels:  markdown
Vscode Stylelint
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: โœญ 260 (-5.8%)
Mutual labels:  markdown
Pydoc Markdown
Create Python API documentation in Markdown format.
Stars: โœญ 273 (-1.09%)
Mutual labels:  markdown
Doorstop
Requirements management using version control.
Stars: โœญ 258 (-6.52%)
Mutual labels:  markdown
Hypermark
Markdown for Humans.
Stars: โœญ 266 (-3.62%)
Mutual labels:  markdown
Verless
A simple and lightweight Static Site Generator.
Stars: โœญ 276 (+0%)
Mutual labels:  markdown
Tty Markdown
Convert a markdown document or text into a terminal friendly output.
Stars: โœญ 275 (-0.36%)
Mutual labels:  markdown
Mak
A universal notepad. (WIP)
Stars: โœญ 270 (-2.17%)
Mutual labels:  markdown

๐Ÿ“‹ ๐Ÿ“˜ 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.


โš ๏ธ This is the Preview Page to see how it's rendered.

๐Ÿ‘‰ Open the Cheat Sheet to see the code.

๐Ÿˆด Chinese Version


โ„น๏ธ How to add it to Boostnote

  1. Open the RAW version of the cheat sheet.
  2. Copy it with crtl + a and crtl + c
  3. 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

mermaid

Superscript

mermaid

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

  • [x] 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

latex

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
  1. First ordered list item Second line
  2. Another item

Definition list

flowchart

Table

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1
Grouping

flowchart

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

admonition

Image

images

Gallery

chart

Latex

latex

Diagram Integrations

Flowchart

flowchart

Sequence

sequence

mermaid

mermaid

Chart

chart

Ditaa

ditaa 1

ditaa 2

Plant UML

Class Diagram

plantuml 1

Activity Diagram

plantuml 2

Sequence Diagram

plantuml 3

MindMap

plantuml 4

Work Breakdown Structure

plantuml 5

Gantt Diagram

plantuml 6


1: Hereโ€™s one with multiple blocks.

2: Subsequent paragraphs are indented to show that they belong to the previous footnote.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].