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
Add 3 guided tour steps: notes/bookmarks, settings, QR code
- Add data-tour attributes to Sidebar for notes-saved, settings, walkinglabs
- Insert tour steps between "5 Learning Paths" and "Runnable Notebooks"
- Covers: note/bookmark management, theme/font settings, community QR code
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
body: 'This is the course map: Foundation, Training, Inference, Frontiers, and Eval & Deploy. Each card summarizes one stage, and clicking a card takes you to that learning path so you can choose the next step from the full curriculum.',
241
268
},
269
+
{
270
+
target: '[data-tour="notes-saved"]',
271
+
title: 'Notes & Bookmarks',
272
+
body: 'Bookmark any notebook, highlight text, or add notes while reading. Everything is managed here — export and import backups so you never lose your work across browsers.',
273
+
},
274
+
{
275
+
target: '[data-tour="settings"]',
276
+
title: 'Personalization',
277
+
body: 'Click the gear icon to open settings. Switch between light, dark, and system themes, or adjust the reading font size. Preferences are saved automatically.',
278
+
},
279
+
{
280
+
target: '[data-tour="walkinglabs"]',
281
+
title: 'Join the Community',
282
+
body: 'Click the "..." button in the top-left corner to reveal the WalkingLabs community QR code. Scan to join the discussion group and connect with other learners.',
283
+
},
242
284
{
243
285
target: '[data-tour="notebooks"]',
244
286
title: 'Runnable Notebooks',
@@ -251,10 +293,20 @@ function AppContent() {
251
293
title: 'One-Click Run',
252
294
body: 'The top buttons open the current notebook in ModelScope, Baidu Xinghe, or Google Colab. Run code online without any local setup.',
253
295
},
296
+
{
297
+
target: '.viewer-title-row',
298
+
title: 'Bookmarks & Notes',
299
+
body: 'Click the star next to the title to bookmark. All bookmarks and notes are managed in the sidebar under "Notes & Saved", with export and import support.',
300
+
},
301
+
{
302
+
target: '.viewer-body',
303
+
title: 'Select Text to Annotate',
304
+
body: 'Select any text while reading to bring up a toolbar: copy content, add a note (with quote + your thoughts), highlight key points in yellow, or generate a shareable card image.',
305
+
},
254
306
{
255
307
target: '.toc',
256
308
title: 'Table of Contents',
257
-
body: 'The right sidebar outlines each section. Click to jump. Recommended order: read the intuition first, then hand calculation, then run code, then observe outputs.',
309
+
body: 'The right sidebar outlines each section. Blue dots mark sections with notes. Recommended order: read the intuition first, then hand calculation, then run code, then observe outputs.',
0 commit comments