@@ -121,34 +121,6 @@ public void OptimizeForSave(bool keep)
121121
122122 public bool IsValid => Root is not null ;
123123
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-
151-
152124 /// <summary>
153125 /// Gets the namespace used to create new elements for the page
154126 /// </summary>
0 commit comments