Open Issues Need Help
View All on GitHub good first issue area:renderer
Add test coverage for new sugar added about 2 months ago
good first issue
good first issue area:renderer
good first issue area:core area:renderer
Add a mask attribute to <label> 4 months ago
good first issue area:core area:renderer
ability to hide tick marks on a <graph> 4 months ago
good first issue area:core area:renderer
Add descriptions to graphs in the documentation 4 months ago
area:documentation good first issue
Lists are not in schema correctly 7 months ago
AI Summary: The Language Server Protocol (LSP) incorrectly flags `<mathList>` as an invalid child of `<boolean>`, preventing auto-completion, despite it being valid DoenetML. This happens because `<mathList>` is a composite component that transforms into `<math>` elements before `<boolean>` evaluates its children, but the schema doesn't reflect this pre-transformation validity. The solution involves updating the schema by setting `allowInSchemaAsComponent` for list tags to include their component type (e.g., `["math"]`).
Complexity:
2/5
good first issue DoenetML core
documentation good first issue
Change `<p>` renderer to be a `<div>` 9 months ago
good first issue DoenetML renderer
Document pretzel component 9 months ago
documentation good first issue
good first issue DoenetML core
Remove unused attributes for `<proof>` from schema 10 months ago
good first issue DoenetML core
Additional spacing between lines in block choice input 10 months ago
good first issue DoenetML renderer
vertical alignment of radio buttons in choice input 10 months ago
good first issue DoenetML renderer
good first issue DoenetML core DoenetML renderer
<paragraphs><title> tags in DoenetML 10 months ago
good first issue DoenetML renderer
enhancement good first issue
Readmes not showing up when publish to npm 10 months ago
good first issue
Consolidate errors and warnings 10 months ago
good first issue DoenetML core