nyousefi / Fountain

An open source implementation of the Fountain screenplay formatting language.

Home Page:http://fountain.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add sound effects to the sytax

Reaper10 opened this issue · comments

Could someone add sound effects to the sytax? This would be great for those who are doing an audio drama script, comic, video games or stage play.

sytax possibilities

  1. ^sound effect
  2. <sound effect
  3. &sound effect
  4. ^sound effect^

I'm currently building an application which uses Fountain format. The "Element Breakdown" feature utilizes Markdown links:

Her [phone](prop:sally's phone) [vibrated](sound:vibration)

----
<!--- Auto-generated link section --->
[sound:vibration]: /sounds/vibration
[prop:sally's phone]: /props/sally's phone 

Would that be something, you could work with?