docs: הוספת מדריך מימוש תצוגת Markdown בדפדפן הריפו - #3011
Open
amirbiron wants to merge 2 commits into
Open
Conversation
Detailed Hebrew guide for implementing a Markdown preview toggle feature in the repo browser, including: - Architecture overview of existing code - Step-by-step implementation instructions - HTML, CSS, and JavaScript code examples - Integration with existing MarkdownLiveRenderer - Optional enhancements (split view, TOC, etc.) - Testing checklist https://claude.ai/code/session_01XnUcUcErgTNrT54tzTBh4a
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
🧯 Dangerous deletes guard reportPolicy: see .cursorrules — dangerous deletions are blocked unless wrapped safely. Summary:
Flagged findings (file:line:snippet): Excluded matches (by path pattern) |
⏱️ Performance report(No performance test durations collected. Mark tests with |
📖 Documentation PreviewThe documentation has been built successfully!
To view locally:
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ תיאור קצר
הוספת מדריך תיעוד מפורט למימוש תכונת תצוגת Markdown מעוצבת לקבצי
.mdבדפדפן הריפו (Repo Browser). המדריך כולל הנחיות שלב-אחר-שלב, דוגמאות קוד, CSS, וטיפים לשיפורים אופציונליים.📦 שינויים עיקריים
פירוט:
docs/guides/markdown-preview-repo-browser.md(730 שורות)🧪 בדיקות
בדיקות שלא נדרשות:
📝 סוג שינוי
✅ צ'קליסט
🧩 השפעות/סיכונים
🔗 קישורים
📝 הערות נוספות
מדריך זה מספק:
2
https://claude.ai/code/session_01XnUcUcErgTNrT54tzTBh4a
Note
Low Risk
Documentation-only change that doesn’t modify runtime code; risk is limited to potential future implementation guidance inaccuracies.
Overview
Adds a new Hebrew guide,
docs/guides/markdown-preview-repo-browser.md, that documents a step-by-step implementation plan for a Markdown preview toggle in the Repo Browser.The guide covers required UI markup and styling changes, JavaScript state/toggle logic (including
selectFileintegration, localStorage preference, and a Ctrl+Shift+M shortcut), and required asset-loading order formarkdown-enhanced.cssandlive-preview.js, plus optional enhancements and a manual test checklist.Written by Cursor Bugbot for commit 480f0df. This will update automatically on new commits. Configure here.