forked from cameronsutter/plottr_electron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample2.pltr
92 lines (92 loc) · 1.5 KB
/
example2.pltr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"cards": [
{
"characters": [],
"description": "boom",
"id": 0,
"lineId": 0,
"places": [],
"sceneId": 0,
"tags": [],
"title": "a new card"
}
],
"characters": [
{
"cards": [],
"color": null,
"description": "she is the coolest",
"id": 0,
"name": "main character",
"noteIds": [],
"notes": ""
}
],
"customAttributes": {
"cards": [],
"characters": [],
"lines": [],
"places": [],
"scenes": []
},
"file": {
"dirty": true,
"fileName": "/Users/csutter/github/plottr_electron/example2.pltr",
"loaded": true,
"version": "1.1.21"
},
"lines": [
{
"color": "#000000",
"id": 0,
"position": 0,
"title": "Story Line"
}
],
"notes": [],
"places": [
{
"cards": [],
"color": null,
"description": "my favorite place",
"id": 0,
"name": "first place",
"noteIds": [],
"notes": ""
}
],
"scenes": [
{
"id": 3,
"position": 3,
"title": "Scene 4"
},
{
"id": 0,
"position": 0,
"title": "new scene"
},
{
"id": 1,
"position": 1,
"title": "new scene"
},
{
"id": 2,
"position": 2,
"title": "new scene"
}
],
"storyName": "example2",
"tags": [
{
"color": null,
"id": 0,
"title": "First tag :)"
}
],
"ui": {
"currentView": "timeline",
"orientation": "horizontal"
}
}