Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command processor: composition commands #5

Closed
9 tasks done
alyu201 opened this issue Jun 15, 2022 · 0 comments · Fixed by #9
Closed
9 tasks done

Command processor: composition commands #5

alyu201 opened this issue Jun 15, 2022 · 0 comments · Fixed by #9
Assignees
Labels
feature New feature or issue

Comments

@alyu201
Copy link
Owner

alyu201 commented Jun 15, 2022

Is your feature request related to a problem? Please describe.
All composition commands need to be implemented.

Describe the solution you'd like
The voice inputs should be defined and mapped to associated code snippets.

Checklist for the issue creation
Current commands to implement:

  • Add element with no attributes:
    • <div> = "container"
    • <p> = "paragraph"
    • <h1-6> = "heading 1-6"
    • <ul><li> = "unordered list"
    • <ol><li> = "ordered list"
  • Add element with one attribute (implicitly requires "add text" command):
    • <a href> = "anchor"
    • <img src> = "image"
@alyu201 alyu201 added feature New feature or issue in progress This issue is currently being worked on labels Jun 15, 2022
@alyu201 alyu201 added this to the Development Phase #1 milestone Jun 15, 2022
@alyu201 alyu201 self-assigned this Jun 15, 2022
@alyu201 alyu201 removed the in progress This issue is currently being worked on label Jun 15, 2022
@alyu201 alyu201 mentioned this issue Jun 16, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant