Open Issues Need Help
View All on GitHub good first issue area:renderer
good first issue area:core area:renderer
Add a mask attribute to <label> 15 days ago
good first issue area:core area:renderer
ability to hide tick marks on a <graph> 18 days ago
good first issue area:core area:renderer
Add descriptions to graphs in the documentation 26 days ago
area:documentation good first issue
Lists are not in schema correctly 4 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
Add test coverage for new sugar added 6 months ago
good first issue
documentation good first issue
Change `<p>` renderer to be a `<div>` 6 months ago
good first issue DoenetML renderer
Document pretzel component 6 months ago
documentation good first issue
good first issue DoenetML core
Remove unused attributes for `<proof>` from schema 6 months ago
good first issue DoenetML core
good first issue DoenetML renderer
vertical alignment of radio buttons in choice input 6 months ago
good first issue DoenetML renderer
good first issue DoenetML core DoenetML renderer
<paragraphs><title> tags in DoenetML 6 months ago
good first issue DoenetML renderer
enhancement good first issue
Readmes not showing up when publish to npm 6 months ago
good first issue
Consolidate errors and warnings 6 months ago
good first issue DoenetML core