You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I come across a page I want to get an epub version so i can read offline in my favourite epub reader (and add notes etc there)
Acceptance
Epub generated for each text
chapter titles generated for each section (if no h1 then h2 are chapter titles)
Link to each epub on each page
Analysis
I think this gets generated outside of the generation by nuxt (?)
it doesn't make sense for nuxt to generate anything other than an "html" website
the downside is we need to keep track of routing structure in two places: in nuxt and in epub system
maybe could reduce that downside if you generated stuff at same time (unfortunately this is a bit tough in nuxt compared to nextjs b/c routes auto-generated in background for us vs in getStaticPaths)
Another good utility would be creating audios of articles. This would always be my preferred method of consumption so I can note take faster. There is good text to speech software available these days
When I come across a page I want to get an epub version so i can read offline in my favourite epub reader (and add notes etc there)
Acceptance
Analysis
Research
The text was updated successfully, but these errors were encountered: