Ability to add a sound button in the text of your journals and items that will toggle a sound from your Sound Library. You can add a sound link button in two ways
- writing @Sound[Playlist name|Sound Name]{Sound Name} in the text editor of a journal. It's the same way you would write a link for an Actors or a Journals
- or -
- Editing the HTML source of the editor and adding an a href link there. The link looks like this: <a class="sound_link" data-playlist="PLAYLIST NAME" data-sound="SOUND NAME">Sound Name</a>
Be aware that the first option might not work and cause conflicts with other modes that modify how the TextEditor renders the content. If so, use the second option.