mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
28 lines
1005 B
Markdown
28 lines
1005 B
Markdown
---
|
|
created: 2019-08-14T21:59:57.000+00:00
|
|
source_url: https://www.patreon.com/posts/joplin-now-29169691
|
|
---
|
|
|
|
# Joplin now supports Fountain screenwriting markup language
|
|
|
|
[Fountain](https://fountain.io/) is markup language for screenwriting. Similar to Markdown, it is a lightweight markup format, which allows editing screenplays in plain text.
|
|
|
|
The desktop and mobile Joplin applications now support Fountain, allowing you to write and read your screenplays on your computer or on the go. To add a Fountain screenplay to a note simply wrap it into a fenced block, with the "fountain" identifier. For example:
|
|
|
|
```fountain
|
|
|
|
\*\*FADE IN:\*\*
|
|
|
|
A RIVER.
|
|
|
|
We're underwater, watching a fat catfish swim along.
|
|
|
|
```
|
|
|
|
For example, here is Big Fish on mobile:
|
|
|
|
![](https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/news/20190814-215957_0.png)
|
|
|
|
and on desktop:
|
|
|
|
![](https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/news/20190814-215957_1.png) |