Test update#8
Open
riccardoperra wants to merge 218 commits intoriccardoperra-patch-1from
Open
Conversation
…tings page to toggle debug tools
- add hovercard support - add issue reference paste rules
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Owner
Author
|
riccardoperra
commented
Sep 26, 2025
* fix task lists preceded by \ * support pasting content * remove markdown paste * changeset
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* add support for autolinking * changeset
Version Packages
#87) * fix !86: fix table cell content parsing when using line breaks (or any other inline content) * parse table cell breaks correctly * changeset * table try to output html when cell contains complex content
Version Packages
* delegate events to root doc * event delegation fixes, prevent popover to be be opened * load suggest change config from react fiber * add suggestion support to code block node (pm) * add suggested change action * add suggested change action placeholder in toolbar * code block with suggestion view * code suggestion support * improve language detection * some fixes * fixes
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Initial plan * Scope table cell min width to editor only Co-authored-by: riccardoperra <37072694+riccardoperra@users.noreply.github.com> * chore: changeset --------- Co-authored-by: openai-code-agent[bot] <242516109+Codex@users.noreply.github.com> Co-authored-by: riccardoperra <37072694+riccardoperra@users.noreply.github.com> Co-authored-by: riccardoperra <riccardo.perra@icloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
This pull request introduces several changes to the project, including updates to the README, configuration files, and the addition of new entry points for the extension. The most important changes are summarized below:
Documentation Updates:
README.md: The usage section was removed, and the title was changed to "GitHub Better Comments".extension/README.md: Added a new section titled "WXT + SolidJS" to provide a starting point for developing with SolidJS in WXT.Configuration and Setup:
extension/.gitignore: Added new rules to ignore log files, node_modules, editor directories, and other temporary files.extension/package.json: Introduced a newpackage.jsonfile with scripts for development, building, and other tasks, along with dependencies and devDependencies for SolidJS, Storybook, and other tools.Storybook Integration:
extension/.storybook/main.ts: Added a new Storybook configuration file to define stories, addons, and the framework.extension/.storybook/preview.tsx: Created a preview configuration for Storybook, including decorators and parameters for controls.Extension Entry Points:
extension/src/entrypoints/background.ts: Added a new background script entry point that logs a message with the browser runtime ID.extension/src/entrypoints/content.ts: Defined a new content script entry point that injects an editor script into GitHub pages.extension/src/entrypoints/editor-content.ts: Implemented the main logic for the editor content script, including handling comment fields, suggestion data, and file uploads.extension/src/entrypoints/popup: Added new files for the popup entry point, including HTML, CSS, and a SolidJS component for the popup interface. [1] [2] [3] [4] [5]These changes collectively enhance the project's documentation, configuration, and functionality, particularly with the integration of Storybook and the addition of new entry points for the extension.