Syntax
https://gyazo.com/0f82099330f378fe4917a1b4a5fe8815
GUI Editing
https://gyazo.com/a515ab169b1e371641f7e04bfa92adbc
Internal Links (linking to another page on scrapbox)
[link] ⇒ Link
External Links (linking to another web page)
http://google.com ⇒ http://google.com
[http://google.com Google] ⇒ Google
or
[Google http://google.com] ⇒ Google
Images
Direct mage link ↓[https://gyazo.com/da78df293f9e83a74b5402411e2f2e01.png]
https://i.gyazo.com/da78df293f9e83a74b5402411e2f2e01.png
In the case of Gyazo a page link will also display the image ↓ [https://gyazo.com/da78df293f9e83a74b5402411e2f2e01]
https://gyazo.com/da78df293f9e83a74b5402411e2f2e01
Clickable Thumbnail Links
↓ [http://cutedog.com https://i.gyazo.com/da78df293f9e83a74b5402411e2f2e01.png]
http://cutedog.com https://i.gyazo.com/da78df293f9e83a74b5402411e2f2e01.png
Adding the link at the end also works, as before:
[https://i.gyazo.com/da78df293f9e83a74b5402411e2f2e01.png http://cutedog.com]
Linking to other scrapbox projects
[/projectname/pagename] ⇛ /icons/check
[/projectname] ⇛ /icons
Icons
[ben.icon] ⇛ ben.icon
[/icons/todo.icon] ⇛ /icons/todo.icon
Bold text
[[Bold]] or [* Bold]⇒ Bold
Italic text
[/ italic]⇛ italic
Strikethrough text
[- strikethrough]⇛ strikethrough
https://gyazo.com/00ab07461d502db91c8ae170276d1396
Bullet points
Press space or tab on a new line to indent and create a bullet point
Press backspace to remove the indent / bullet point
Hashtags / internal links
#tag and [tag] work the same to create a link but also define related pages
This way you can easily add tags in the middle of a sentence to branch off as you type or at the end to organize.
Italics
use the right arrow to get italics >
Code notation
Use backquotes or backticks, `, to highlight code
e.g. function() { return true }
Code block notation
Typing code:filename.extensionorcode:filenamecan be used to create a new code snippet and and display it as a block
Language names may be abbreviated
code:hello.js
function () {
alert(document.location.href)
console.log("hello")
// You can also write comments!
}
Tables
Type table: tablename to create a table
Use tab to move to the next column, use enter to move to the next row.
An example:
table:hello
1 2 3
1 2 3
------ ------ ------
a b c
Syntax]