menu SkyTowner Docs
close
SkyTowner
DOCS
flagGetting started privacy_tipTerms of Service emailContact webBack to dashboard

SkyTowner Editor

We provide a simple markdown editor that you can use to publish your article on SkyTowner.

Limitations

  • The content of your articles will only be stored locally on your browser on save. Therefore, we highly suggest that you use an external markdown editor (e.g Obsidian) to write your articles, and then paste the content on our editor once you're done.
  • We currently do not provide support for images. If your article requires images, then please send us the images separately to support@skytowner.com.

Shortcut keys

  • command + b: bold
  • command + i: italicize
  • command + s: saves content locally in the browser.
  • command + shift + c: when caret is in a blank line, then a block code will be created (```).
  • command + shift + c: otherwise, inline code will be created (`).
  • command + shift + P: toggle preview

Basic styling

# Header 1
## Header 2
### Header 3
#### Header 4
*italics*
_italics_
**bold**
__bold__
* Unordered list
1. Ordered list
I am a [link](www.skytowner.com/explore/pandas_read_csv_method)

Any link pointing to skytowner.com/explore/* will be treated as an internal link, which means that a preview will popup on mouse hover.

Code

This is an inline `code`
```python
print("This is some block code in Python")
```

LaTeX

Inline math

Markdown: this is an inline math $x^2$.

Block math

$$e=mc^2$$

SkyTowner Components

!!!note
This is a note card.
!!!
NOTE

This is a note card.

!!!warning
This is a warning card.
!!!
WARNING

This is a warning card.