---
config:
theme: base
themeVariables:
primaryColor: '#f0f0f0'
themeCSS: |
.nodeLabel {
font-weight: bold !important;
color: #ffffff
}
.node rect, .node circle, .node ellipse, .node polygon {
fill: #1E90FF !important;
stroke: none !important;
rx: 10px !important;
ry: 10px !important;
}
.edgeLabel {
color: #000000 !important;
}
---
flowchart LR
Start["Voice Command
or Voice Menu"] --> Shelves
Start --> Collections
Start --> Search
Start --> Links
Start --> Notes
Start --> Settings["Refresh Settings"]
Shelves --> Book
Shelves --> Audiobook
Shelves --> Playlist
Book --> StartBook[Start] --> TTSReader["TTS Reader"]
Book --> ContinueBook[Continue] --> TTSReader
Audiobook --> StartAudiobook[Start] --> MediaPlayer["Media Player"]
Audiobook --> ContinueAudiobook[Continue] --> MediaPlayer
Playlist --> StartPlaylist[Start] --> MediaPlayer
Playlist --> ContinuePlaylist[Continue] --> MediaPlayer
Collections --> News --> NewsMenu["News Collection
Voice Menu"] --> TTSReader
Collections --> Radio --> RadioMenu["Radio Collection
Voice Menu"] --> MediaPlayer
Collections --> Audio --> AudioMenu["Audio Collection
Voice Menu"] --> MediaPlayer
Collections --> Video --> VideoMenu["Video Collection
Voice Menu"] --> YouTubePlayer["YouTube Player"]
Search --> SearchBook[Book]
Search --> SearchVideo[Video]
SearchBook --> SearchBookStart[Start] --> SearchBookQuery["Voice Search"] --> SearchBookStartMenu["Found Books
Voice Menu"] --> MyReader["My Reader
App"]
SearchBook --> SearchBookContinue["Continue"]--> SearchBookMenu["Earlier Found
Books Voice Menu"] --> MyReader
SearchVideo --> SearchVideoStart[Start] --> SearchVideoQuery["Voice Search"] --> SearchVideoStartMenu["Found Videos
Voice Menu"] --> MyTube["My Tube
App"] --> YouTube["You Tube
App"]
SearchVideo --> SearchVideoContinue["Continue"]--> SearchVideoMenu["Earlier Found
Videos Voice Menu"] --> MyTube
Links --> LinksMenu["Received Links
Voice Menu"] --> MyReader
LinksMenu --> MyTube
Notes--> NotesInput["Voice Input"]
Settings --> SettingsAction["App updates
Collections
from Google Drive"]