1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-06-26 03:41:04 +03:00

Workaround for image filename being displayed in RTF output bug.

This commit is contained in:
Pelle Nilsson 2013-07-28 18:57:57 +02:00
parent e5723bdf70
commit f5e555e3cf
9 changed files with 9 additions and 13 deletions

View file

@ -3,7 +3,6 @@ digraph gamebook {
1->4
1->3
3->2
4->2
4->2
4->3
}

View file

@ -46,7 +46,7 @@
\b0\
\ql Third section. Again, its number is not known. You can go to the end at \b 2
\b0
. This section has an image to show the syntax for doing that (same as images in bgg forums really). testimage.png \
. This section has an image to show the syntax for doing that (same as images in bgg forums really). \
\
\b \qc 4

View file

@ -16,8 +16,7 @@ Turn to 1 to begin.
This is the end. There is nothing more in this gamebook.
3
Third section. Again, its number is not known. You can go to the end at 2. This section has an image to show the syntax for doing that (same as images in bgg forums really).
Third section. Again, its number is not known. You can go to the end at 2. This section has an image to show the syntax for doing that (same as images in bgg forums really).
4
This is the second section. It may or may not end up with number 2 in the generated gamebook. From here you can skip to the 2 or go to the third section at 3.

View file

@ -3,8 +3,7 @@ digraph gamebook {
1->5
1->2
1->3
4->3
4->3
5->4
5->3
}

View file

@ -38,7 +38,7 @@
\b0
, otherwise turn to \b 3
\b0
. testimage.png \
. \
\
\b \qc 2

View file

@ -10,8 +10,7 @@ Another Heading
Adventure begins in section 1.
1
This examples tests gamebook formatting, not so much game mechanics or references. Currently there is nothing here really. This section contains some tricky characters to quote, like } and { and " and ' and \. HTML will probably not like <div> or &boom;. You can make named references like this (5) (just happens to be exactly the same syntax as in emacs org-mode btw). There should be an image below as well. If something broke, turn to 2, otherwise turn to 3.
This examples tests gamebook formatting, not so much game mechanics or references. Currently there is nothing here really. This section contains some tricky characters to quote, like } and { and " and ' and \. HTML will probably not like <div> or &boom;. You can make named references like this (5) (just happens to be exactly the same syntax as in emacs org-mode btw). There should be an image below as well. If something broke, turn to 2, otherwise turn to 3.
2
Bad.

View file

@ -1 +1 @@

View file

View file

@ -1,4 +1,4 @@
* TODO [53/79] [67%]
* TODO [55/81] [67%]
- [X] Debug output
- [X] DOT output
- [X] LaTeX output
@ -70,7 +70,7 @@
Might reconsider and make explicit buy tag for clarity?
- [X] Add text template used for outputting non-tagged (plain) text.
- [X] Named references, when that style is wanted (especially for HTML).
- [ ] Seems to be a bug in rtf template, inserting image filename.
- [X] Seems to be a bug in rtf template, inserting image filename.
- [ ] Make debug output more useful with a stricter format easy to parse.
- [ ] Add json output file containing sections, counters, collections etc.
- [ ] Javascript GUI tests running in a browser