Philo van Kemenade
Creating tools, stories and things in between to amplify human connection with arts and culture.
#DC143C
#D7141A
#EE1C25
#11457E
#0B4EA2
Hallo wereld
Cześć świecie
Ahoj světe
Hello World
Ahoj svet
ハローワールド
🌎
🌍
🌏
Computer Lib/Dream Machines by Ted Nelson
Transclusion graphic by Maggie Appleton
Link
Passage
Story
Story Format
Static HTML
Export to file
Play in Browser
Story
Tomasz Mróz
Poland
Marek Kvetan
Slovakia
Martin Zet
Czech Republic
http://tiny.cc/embedded-workshop
A.
Open the online Twine editor:
twinery.org/2/
B.
→ Click Formats
→ Add a New Format
→ paste Story Format URL:
https://phivk.github.io/trialogue/dist/Twine2/Trialogue/format.js
→ click Add
C.
Under Story Formats select Trialogue.
A.
Navigate to the sample story:
https://phivk.com/embedded-workshop/embedded
B.
→ File
→ Save Page As... (or equivalent)
C.
In Twine Editor:
→ Import From File
→ Browse
→ Select Embedded.html
link in notepad
Make sure every passage has:
Title, e.g. "start"
one Speaker-tag:
speaker-idk
speaker-par
speaker-emo
Passage text, e.g. "Hi 👋"
One or more links,
e.g. [[What's your name?]]
Hit Play to test your story
easily search and copy emojis at:
<img src="https://placekitten.com/408/287">
Trialogue accepts any valid HTML.
Add the following HTML code to add an image...
(replace the src URL for your own)
:root {
--bg-color: #C7BDB5;
--user-color: #00A;
--speaker-color: #A00;
--sidebar-bg-color: #FFF;
--navbar-bg-color: #FFF;
--passage-bg-color: #FFF;
--passage-text-color: #000;
}
.chat-passage-wrapper[data-speaker='you']:after {
background-image: url('https://avatars3.githubusercontent.com/u/902958?s=460&v=4');
}
.chat-passage-wrapper[data-speaker='1']:before {
background-image: url('https://www.webumenia.sk/dielo/nahlad/SVK:SNG.K_9060/800');
}
add CSS code
Menu ➡ Edit Story Stylesheet
Working together in break out rooms
By Philo van Kemenade
Creating tools, stories and things in between to amplify human connection with arts and culture.