8000 GitHub - strongark/VoicedToDo: A web app that utilize Vue.JS and Speech Recognition engine to create note
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

strongark/VoicedToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voiced ToDo

1.Add multiple note at a time:

For each add new to-do command we separate it by a keyword (ex: “period” or “next item”) as following:

“add new to-do note with text go to the supermarket next item wash the car”

Semantic break-down:

 {
    cmd:NEW,
    object:to-do,
    item[]:
    {
	    ’go to the supermarket’,
	    ‘wash the car’
    }
 }

This will add 2 to-do item to list.

Other useful commands:

  • undo: remove the last to-do item (incase speech recognition of last item is wrong)

About

A web app that utilize Vue.JS and Speech Recognition engine to create note

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0