开发者 |
nixdns
arniebradfo rraub collinprice |
---|---|
更新时间 | 2024年3月17日 07:35 |
捐献地址: | 去捐款 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 6.5.0 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[shortcodes/]
Ctrl+S
(Cmd+S
on Mac)F11
/Esc
hotkeysYes! Partially... Since version 2.3.0, it works with the Gutenberg Code Editor, but only the Code Editor, not the Visual Editor. Press Ctrl+Shift+Alt+M
/ Cmd+Shift+Alt+M
to switch between the Visual Editor and the Code Editor.
It does not work with blocks in the Gutenberg Visual Editor. This means it does not highlight code in:
Since WordPress version 5.0, Gutenberg is the default editor. If you want this plugin to work the way it used to, you'll have to download the Classic Editor plugin.
Function: WINDOWS / MAC
Start searching: Ctrl-F
/ Cmd-F
Find next: Ctrl-G
/ Cmd-G
Find previous: Shift-Ctrl-G
/ Shift-Cmd-G
Replace: Shift-Ctrl-F
/ Cmd-Opt-F
Replace all: Shift-Ctrl-R
/ Shift-Cmd-Opt-F
Persistent search: Alt-F
(dialog doesn't auto-close, Enter
to find next, Shift-Enter
to find previous)
Jump to line: Alt-G
Wordpress has a feature called the 'auto p' filter which:
"Changes double line-breaks in the text into HTML paragraphs."For example, auto p will take some standard post content like this: ` Some long text that has many lines. And paragraphs in it. ` and turn it into something like this: ` Some long text that has many lines And paragraphs in it. ` Like your little brother, it thinks it’s helping, even if it isn’t. What can I do about it?
The WordPress Visual Editor needs to reformat code in order to function correctly. This is not something that this plugin can fix. You can disable the Visual Editor entirely by going to: Users > Your Profile > Visual Editor: check 'Disable the visual editor when writing'. = Scrollbars are not appearing! / Scroll position is not reset! / Code window is not resizable! You may have the 'Enable full-height editor and distraction-free functionality' turned on. This is a native WordPress feature that changes the scrolling and fullscreen behavior of both the Code Editor and Visual Editor. To Disable Full-height Editor: Go to 'Screen Options' (in the top right of the editor page), then uncheck 'Enable full-height editor and distraction-free functionality' in the Additional Settings section.
The fullscreen button on the top right of the editor will do one of two things depending on the 'Enable full-height editor and distraction-free functionality' setting in your 'Screen Options' (in the top right of the editor page):
F11
will toggle fullscreen on and off, and esc
will close fullscreen.Not really... It is partially supported in IE 11. Known bugs are tracked here, but won't be fixed. Anything less that IE 10 isn't even supported by Microsoft anymore. If you are using Internet Explorer you should get a better browser.
hesh.php
This name-change of html-editor-syntax-highlighter.php
to hesh.php
caused the plugin to deactivate itself because the php file was missing. Reverting the name-change of hesh.php
will cause this all over again, but hey.$this->$surveyLink
to $this->surveyLink
smartIndent
because its annoying<W/>
..css
and .js
filef
typo<!--nextpage-->
func_that_returns_array()['index']
syntax is not allowed<select>
drop-down would not display due to ::active
state transform
propertyswitchEditors is undefined
<!--more-->
tags and their variantsshortcode.js
& wordpresspost.js
hesh.js
in an anonymous wrapper so it won't pollute the global namespacehesh.js
in an async compliant way