-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
59 lines (51 loc) · 2.29 KB
/
todo.txt
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
improve license situation for tree-sitter grammar dependencies
+macos test uncommon file types
+macos figure out what to do with symlink dirs
+fix don't crash on error.MismatchedCloseAndOpenTags
+fix don't crash on bootstrap example
+fix don't generate camel-cased variable names in bootstrap
+fix don't crash on 'I ran into an error attempting to decode the following metadata:'
+fix metadata parsing of pages without pinned metadata type
+mvp syntax highlighting for css, html, sh/bash, markdown, yaml
+html support html comment parsing
+html support data attributes
+html fix shadowed attributes
+html add doctype
+html figure out what to do with httpEquiv
+html custom attributes
+html empty attributes
+html add option for including raw html (such as ` `)
+site for jay project with cookbooks
+site example of gitbook-like site
+site example of blog
+site example of recipe site
+site example of site with multi-language support
+errors check xml pages have an xml-like extension
+errors create user-friendlier error reports for unexpected errors
+errors make user errors look nicer
+errors warn if site contains broken links
+errors assert/convert html input files to ensure utf8 encoding of output
+errors error output in the browser
+errors collapse errors of the same type together
+errors show compilation errors when rebuilding build.roc
+errors show error when calling `crash` in Roc
+feature github markdown extensions
+feature support hashing static content paths (for cache-support)
+feature support for non-markdown sources, via custom parser
+feature rss feeds
+feature pagination
+feature minification
+feature search
+feature windows support
+feature auto-replace source-paths in href attrs with output paths
+feature 'break' in a markdown post (snippet of post for index page)
+feature automatically reload browser when files change
+feature automatically close browser tab when process exits
+feature keep the file server running during a build.roc rebuild
+feature don't exit process if new build.roc contains compilation errors
+dev integration tests
+dev changelog
+dev use arena-allocator for roc runs
+dev find better solution than std.debug.print for error output
+dev detect stale platform URLs in docs and examples
+thinking supporting site hosted on subpath, do rss feeds require jay to know the domain?