@@ -28,33 +28,6 @@ internal partial class Page
2828
2929 private const string HashAttributeName = "omHash" ;
3030
31- public List < ( string name , string id , string topic , int type ) > taglist = new List < ( string name , string id , string topic , int type ) >
32- {
33- // (":todo:", "3", "todo" , 0),
34- ( ":question:" , "6" , "question" , 0 ) ,
35- ( ":star:" , "13" , "important" , 0 ) ,
36- ( ":exclamation:" , "17" , "critical" , 0 ) ,
37- ( ":phone:" , "18" , "phone" , 0 ) ,
38- ( ":bulb:" , "21" , "idea" , 0 ) ,
39- ( ":house:" , "23" , "address" , 0 ) ,
40- ( ":three:" , "33" , "three" , 0 ) ,
41- ( ":zero:" , "39" , "zero" , 0 ) ,
42- ( ":two:" , "51" , "two" , 0 ) ,
43- ( ":arrow_right:" , "59" , "main agenda item" , 0 ) ,
44- ( ":one:" , "70" , "one" , 0 ) ,
45- ( ":information_desk_person:" , "94" , "discuss person a/b" , 21 ) ,
46- ( ":bellsymbol:" , "97" , "bellsymbol" , 0 ) ,
47- ( ":busts_in_silhouette:" , "116" , "busts_in_silhouette" , 0 ) ,
48- ( ":bell:" , "117" , "bell" , 0 ) ,
49- ( ":letter:" , "118" , "letter" , 0 ) ,
50- ( ":musical_note:" , "121" , "musical_note" , 0 ) ,
51- ( ":secret:" , "131" , "idea" , 0 ) ,
52- ( ":book:" , "132" , "book" , 0 ) ,
53- ( ":movie_camera:" , "133" , "movie_camera" , 0 ) ,
54- ( ":zap:" , "140" , "lightning_bolt" , 0 ) ,
55- ( ":o:" , "1" , "default" , 0 )
56- } ;
57-
5831 /// <summary>
5932 /// Initialize a new instance with the given page XML root
6033 /// </summary>
@@ -148,6 +121,33 @@ public void OptimizeForSave(bool keep)
148121
149122 public bool IsValid => Root != null ;
150123
124+ public static List < ( string name , string id , string topic , int type ) > taglist = new List < ( string name , string id , string topic , int type ) >
125+ {
126+ // (":todo:", "3", "todo" , 0),
127+ ( ":question:" , "6" , "question" , 0 ) ,
128+ ( ":star:" , "13" , "important" , 0 ) ,
129+ ( ":exclamation:" , "17" , "critical" , 0 ) ,
130+ ( ":phone:" , "18" , "phone" , 0 ) ,
131+ ( ":bulb:" , "21" , "idea" , 0 ) ,
132+ ( ":house:" , "23" , "address" , 0 ) ,
133+ ( ":three:" , "33" , "three" , 0 ) ,
134+ ( ":zero:" , "39" , "zero" , 0 ) ,
135+ ( ":two:" , "51" , "two" , 0 ) ,
136+ ( ":arrow_right:" , "59" , "main agenda item" , 0 ) ,
137+ ( ":one:" , "70" , "one" , 0 ) ,
138+ ( ":information_desk_person:" , "94" , "discuss person a/b" , 21 ) ,
139+ ( ":bellsymbol:" , "97" , "bellsymbol" , 0 ) ,
140+ ( ":busts_in_silhouette:" , "116" , "busts_in_silhouette" , 0 ) ,
141+ ( ":bell:" , "117" , "bell" , 0 ) ,
142+ ( ":letter:" , "118" , "letter" , 0 ) ,
143+ ( ":musical_note:" , "121" , "musical_note" , 0 ) ,
144+ ( ":secret:" , "131" , "idea" , 0 ) ,
145+ ( ":book:" , "132" , "book" , 0 ) ,
146+ ( ":movie_camera:" , "133" , "movie_camera" , 0 ) ,
147+ ( ":zap:" , "140" , "lightning_bolt" , 0 ) ,
148+ ( ":o:" , "1" , "default" , 0 )
149+ } ;
150+
151151
152152 /// <summary>
153153 /// Gets the namespace used to create new elements for the page
0 commit comments