Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lexical-devtools] Chore: Safari App Store review fixes #6213

Merged
merged 2 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Cocoa
import SafariServices
import WebKit

let extensionBundleIdentifier = "dev.lexical.Lexical-Developer-Tools.Extension"
let extensionBundleIdentifier = "com.epam.lexical.developerTools.safariExt"

class ViewController: NSViewController, WKNavigationDelegate, WKScriptMessageHandler {

Expand Down
13 changes: 12 additions & 1 deletion packages/lexical-website/docs/getting-started/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sidebar_label: "Developer Tools"

# Lexical Developer Tools

## Extension

The easiest way to debug websites built with Lexical is to install the Lexical Developer Tools browser extension. It is available for several popular browsers:


Expand All @@ -20,4 +22,13 @@ The easiest way to debug websites built with Lexical is to install the Lexical D

Now, if you visit a website built with Lexical (such as [https://playground.lexical.dev/](https://playground.lexical.dev/)), you will see the _Lexical_ panel in your browser Inspector window.

<img src="/img/docs/devtools-demo.png" width="460" alt="Lexical Developer Tools Demo screenshot">
<img src="/img/docs/devtools-demo.png" width="460" alt="Lexical Developer Tools Demo screenshot">

## Extension Support

Feel free to reach out to us for support, or just to chat, at <a href="mailto:[email protected]">[email protected]</a> or via our [community channels](/community).

Legal information:

- <a href="https://opensource.facebook.com/legal/privacy/" rel="noreferrer noopener" target="_blank">Meta Open Source - Privacy Policy</a>
- <a href="https://opensource.facebook.com/legal/terms/" rel="noreferrer noopener" target="_blank">Meta Open Source - Terms of Use</a>
Loading