You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/doc.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Example of a DoC generated with the app: https://drafts.csswg.org/issues?spec=cs
5
5
To start a new DoC, visit [[https://drafts.csswg.org/issues]]
6
6
Insert the spec shortname and an id for the DoC (e.g. cr-2012) and press Go. This will generate the URL for your DoC and take you to it so you can start editing (of course you could also generate the URL manually).
7
7
Press Login on the top bar to authenticate with Github. Then click Edit, and use the GUI for editing. Once you're done, click Save and it will automatically commit back to Github with the right prefix.
8
-
The data is saved as a Yaml file, for easier manual editing if needed (e.g. if offline). You can see an example here: https://github.com/w3c/csswg-drafts/blob/master/css-images/issues-cr-2012.yaml
8
+
The data is saved as a Yaml file, for easier manual editing if needed (e.g. if offline). You can see an example here: https://github.com/w3c/csswg-drafts/blob/master/css-images-3/issues-cr-2012.yaml
9
9
10
10
The app itself is made with [[https://mavo.io/|Mavo]], and is therefore entirely defined via HTML and CSS, so it's very easy to change if e.g. you need an extra field or filter.
0 commit comments