Programming-0101 / TheCuratedGuideToJavaScript

A practical, curated guide to learning JavaScript. This site relies heavily on official JS Docs on MDN and incorporates links/references to several other sites/resources. It also works best when combined the The JS Workbook.
https://programming-0101.github.io/TheCuratedGuideToJavaScript/
0 stars 0 forks source link

Personal Textbook #2

Open dagilleland opened 2 months ago

dagilleland commented 2 months ago

If this could be interactive like a personal textbook, allowing the reader to enter a "personalize" mode where they can highlight, add notes, complete built-in checklists (like Astro's tutorial), etc., that might be useful. (This is prioritized after content, of course.)

image

dagilleland commented 1 month ago

And, the best likely solution to aid in this is Rough Notation. It's MIT licensed, and the instructions are fairly straight forward. They even have wrappers for libraries such as Web Components (vanilla JS), Svelte, React, etc.

There's an Astro template called Mia that works with Vercel, so that's a nice possible candidate for moving hosting from GH Pages to Vercel.

image