? to see shortcuts.
CSS for this guide
Markdown is the simple, readable formatting markup used by Gingko. It’s quite common all over the web.
Get a MarkDown cheatsheet with Ctrl+M.
Gingko can also do standard HTML & CSS.
HTML & CSS are big topics. Here are a couple of short introductions:
You can embed loads of content into Gingko.
# This is a heading!
A sentence or two. This is in plain text, and this is *italic text*.
We need some **bold** text:
- You can also make lists quite easily
- With links http://bbc.co.uk
1. numbered lists too
2. including **formatting**
- Want a [fancier link](http://c2.com)?
Or an image? 
A sentence or two. This is in plain text, and this is italic text.
We need some bold text:
Or an image?
<span class="key">Shift</span><span class="key">Cmd</span><span class="key">S</span>
(No Line Breaks)
ShiftCmdS
Its HTML ID is: card55c55cce66fd9c8c649117b0
Pop up the menu and choose Inspect Element to find its ID.
This style
code can be anywhere in the tree.
<style>
#card55c55cce66fd9c8c649117b0 {
background-color: #000000;
color: #FFFFFF;
}
</style>
When exporting to HTML, you can customise the the style by adding a card with:
<style>
article.html-export {
/* CSS, fonts etc. here */
}
</style>
You can change margins, borders, images, colours, fonts, and logos.
Very handy for styling output for different projects, customers or workshops.
Paste plain text publicly for free for ever.
CURRENTLY BROKEN In PASTEBIN
<iframe src="http://pastebin.com/embed_iframe.php?i=7jqTJVrn" style="border:none;width:400px;height:200px"></iframe>
CURRENTLY BROKEN
Just add $...$
for inline equations (), and $$...$$
for display equations:
If note displaying correctly, click Enable LaTeX in the gear menu.
# Heading One
## Heading Two
###### Heading Six
Normal, *Italic*, **Bold**, ***BoldItalic***
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
Regular link: http://duckduckgo.com
Named Link: [LinkName](https://link.com)
> "Not everything worth measuring can be measured."
> *-- Albert Einstein*
“Not everything worth measuring can be measured.”
— Albert Einstein

[ ] Unchecked
[X] Checked
Header 1 | Header 2
-------------- | -------------
A table cell! | What's this?
Another cell | More cell!
Header 1 | Header 2 |
---|---|
A table cell! | What’s this? |
Another cell | More cell! |
Share
. Choose embed
.<iframe src="https://player.vimeo.com/video/24247978" width="400" height="170" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<iframe width="400" height="300" src="https://www.youtube.com/embed/egCKZHsICm8" frameborder="0" allowfullscreen></iframe>
FilePicker allows you to auto-upload images from DropBox and link to your Gingko Tree.

(You have to edit the card to get a new one.)
Images free for commercial purposes with attribution.