Simple plaintext presentation tool. Ported from sent.
Create an HTML file containing your presentation slides where each slide is separated by a blank line:
<meta charset="utf-8">
<script src="https://unpkg.com/sentjs">
@http://www.nyan.cat/cats/original.gif
this text will not be displayed, since the @ at the start of the first line
makes this paragraph an image slide.
sentjs
Why?
get your point across fast
simple to use
2 slide types
๐น Text
๐ผ Image
built-in editor
โpress escape
depends on
โฝ HTML5
โข CSS3
โ JavaScript
usage:
\
<meta charset="utf-8">
<script src="http://unpkg.com/sentjs">
slide 1
\
slide 2
\
etc
<\/script>
one slide per paragraph
lines starting with # are ignored
image slide == paragraph containing @URL
empty slide == just use a \\ as a paragraph
Use \\<space> for a blank line in a slide
# This is a comment and will not be part of the presentation
# multiple empty lines between paragraphs are also ignored
\@this_line_actually_started_with_a_\\.png
\#This line as well
โ Use backslash to kill behaviour of tags
UTF-8 support:
\
๐๐๐๐๐๐
๐๐๐๐๐๐๐๐๐๐
๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐
๐ ๐ก๐ข๐ฃ๐ฅ๐ฆ๐ง๐จ๐ฉ๐ช๐ซ๐ญ๐ฎ๐ฏ๐ฐ๐ฑ
๐ฒ๐ณ๐ด๐ต๐ถ๐ท๐ธ๐น๐บ๐ป๐ผ๐ฝ๐พ๐ฟ๐โ
Thanks to โ
โธ Takahashi
โธ suckless.org
fini
# must have closing script tag
</script>
Then view the file in your browser. Use arrow keys to navigate. F11 for fullscreen. ESC to open editor.