---
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"] --> Bookmarks
Start --> Shelves
Start --> Collections
Start --> Search
Start --> Found
Start --> Links
Start --> Notes
Start --> Settings["Refresh Settings"]
Bookmarks --> Bookmark
Shelves --> Book
Shelves --> Media
Shelves --> Playlist
Collections --> News --> ColChosenNews["Chosen News"]
Collections --> Radio --> ColChosenRadio["Chosen Radio Online"]
Collections --> Audio --> ColChosenAudio["Chosen Audio File"]
Collections --> Video --> ColChosenVideo["Chosen YouTube Media"]
Collections --> Podcasts --> ColChosenPodcasts["Chosen Podcasts"]
Search --> SearchBooks[Book]
Search --> SearchVideos[Video]
Search --> SearchRadios[Radio]
Search --> SearchPodcasts[Podcasts]
SearchBooks --> SearchBooksQuery["Voice Search"] --> SearchFoundBooks["Found Books"] --> SearchChosenBook["Chosen Book"]
SearchVideos --> SearchVideoQuery["Voice Search"] --> SearcFoundhVideos["Found Video"] --> SearchChosenVideo["Chosen Video"]
SearchRadios --> SearchRadioQuery["Voice Search"] --> SearchFoundRadios["Found Radio"] --> SearchChosenRadio["Chosen Radio"]
SearchPodcasts --> SearchPodcastsQuery["Voice Search"] --> SearchFoundPodcasts["Found Podcasts"] --> SearchChosenPodcast["Chosen Podcast"]
Found --> FoundBooks[Book]
Found --> FoundVideos[Video]
Found --> FoundRadios[Radio]
Found --> FoundPodcasts[Podcasts]
FoundBooks --> FoundChosenBook["Chosen Book"]
FoundVideos --> FoundChosenVideo["Chosen Video"]
FoundRadios --> FoundChosenRadio["Chosen Radio"]
FoundPodcasts --> FoundChosenPodcast["Chosen Podcast"]
Links --> LinksMenu["Received Links"] --> Link["Chosen Link"]
Notes --> NotesInput["Voice Input"]
Settings --> SettingsAction["App updates
Collections
from Google Drive"]