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

Adding note on turning on Webkit developer extras #1005

Merged
merged 1 commit into from Aug 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions MacDown/Resources/help.md
Expand Up @@ -327,7 +327,17 @@ You can also edit, or even add new themes if you want to! Just click the ***Reve
I offer auto-completion and other functions to ease your editing experience. If you don’t like it, however, you can turn them off.


## Hidden preference

You can see the HTML behind a preview by enabling the OS X built-in WebKit developer tools for MacDown in a terminal window:

```
defaults write com.uranusjr.macdown WebKitDeveloperExtras -bool true
```

Then select “Inspect Element” in the right-click context menu inside the preview pane.

This is the exact same inspector you find in Safari if you turn on the developer tools.


## Hack On
Expand Down