Skip to content

Commit

Permalink
tweak todos
Browse files Browse the repository at this point in the history
  • Loading branch information
librasteve committed Jul 22, 2024
1 parent ceda735 commit 7c376fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
.json.swp
.yaml.swp
.pem
.iml
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ TODOS

#### Minimum Lovable Product (`MLP`)

- [ ] Get a definitive list of HTML tags
- [ ] Export them so that `h1("text")` makes `<h1>text</h1>` and so on
- [x] Get a definitive list of HTML tags
- [x] Export them so that `h1("text")` makes `<h1>text</h1>` and so on
- [ ] Pass and format the HTMX attributes
- [ ] Bring in synopsis from design
- [ ] Do the ¶ term
- [ ] Make a parse script (& instructions how to watch a dir)
- [ ] Write some tests
- [ ] Write some docs in POD6
- [ ] Release with App::Mi6
- [ ] Publish as raku-htmx on the htmx Discord
Expand Down

0 comments on commit 7c376fc

Please sign in to comment.