Make some minor improvements to handling of tags and references
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
### Making a Scene
|
||||
|
||||
@pov: Jane
|
||||
@char: John
|
||||
@char: John, Jane
|
||||
@location: Earth
|
||||
|
||||
A scene is defined by a level three heading, like the one at the top of this page. The scene will be assigned to the chapter preceding it in the project tree. The scene document can be sorted after the chapter document, or as a child of the chapter. Both result in the same output in the end, so it is a matter of preference.
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
### Jane Cannot Find John
|
||||
|
||||
@pov: Jane
|
||||
@focus: John
|
||||
@location: Space
|
||||
|
||||
Jane has been looking all over for John. He’s nowhere to be found on Earth, so Jane goes to space.
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
### We Found John!
|
||||
|
||||
@pov: John
|
||||
@focus: John
|
||||
@location: Mars
|
||||
|
||||
Jane has been searching for a while, and she finally found John on Mars. He was indeed in space! What was he doing on Mars anyway? Well, it turns out, he was farming potatoes.
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
@tag: Earth
|
||||
@location: Space
|
||||
|
||||
Third planet from the sun, fairly dense, and with lots of people on it.
|
||||
Third planet from the sun, fairly dense, and with lots of people on it.
|
||||
|
||||
Reference in New Issue
Block a user