I’m working on building out a page and found that if I include any HTML or &
characters in the H-level tag, it shows in the Guidepost menu. While that is helpful for noting H-level tags, it would be nice have it just strip the tags.
For the ampersand, that would be helpful to actually render out.
]]>My sites running Guidepost have started updating and with every new update, the site’s New Page or New Post, as well as the Edit form becomes unusable.
When loading the edit or new page/post forms, I get the following error:
The editor has encountered an unexpected error.
This is followed by buttons to recover the content (which usually doesn’t work), copy the content, and copy the full error message.
The error is:
345/ht<@/wp-includes/js/dist/edit-post.min.js:6:28438
je@/wp-includes/js/dist/vendor/react-dom.min.js:78:476
ph@/wp-includes/js/dist/vendor/react-dom.min.js:215:173
lh@/wp-includes/js/dist/vendor/react-dom.min.js:126:411
O@/wp-includes/js/dist/vendor/react-dom.min.js:121:71
ze@/wp-includes/js/dist/vendor/react-dom.min.js:118:14
mg/<@/wp-includes/js/dist/vendor/react-dom.min.js:53:49
unstable_runWithPriority@/wp-includes/js/dist/vendor/react.min.js:26:340
Ma@/wp-includes/js/dist/vendor/react-dom.min.js:52:280
mg@/wp-includes/js/dist/vendor/react-dom.min.js:52:498
V@/wp-includes/js/dist/vendor/react-dom.min.js:52:431
Sb@/wp-includes/js/dist/vendor/react-dom.min.js:213:96
Mg@/wp-includes/js/dist/vendor/react-dom.min.js:85:82
t@/wp-includes/js/dist/data.min.js:1:19198
Tt/</e<@/wp-includes/js/dist/data.min.js:1:19283
o/<@/wp-includes/js/dist/data.min.js:1:15212
o@/wp-includes/js/dist/data.min.js:1:15184
K/y</<@/wp-includes/js/dist/data.min.js:1:13576
p@/wp-includes/js/dist/data.min.js:1:6765
a/</</<@/wp-includes/js/dist/redux-routine.min.js:1:9535
I/</<@/wp-includes/js/dist/data.min.js:1:8752
A/</</<@/wp-includes/js/dist/data.min.js:1:9187
dispatch@/wp-includes/js/dist/data.min.js:1:8484
i/<@/wp-includes/js/dist/redux-routine.min.js:1:9181
e/<@/wp-includes/js/dist/redux-routine.min.js:1:5078
e@/wp-includes/js/dist/redux-routine.min.js:1:5053
u/<@/wp-includes/js/dist/redux-routine.min.js:1:5007
332/r.any@/wp-includes/js/dist/redux-routine.min.js:1:5604
e/<@/wp-includes/js/dist/redux-routine.min.js:1:5078
e@/wp-includes/js/dist/redux-routine.min.js:1:5053
u/<@/wp-includes/js/dist/redux-routine.min.js:1:5001
Disabling “Guidepost” clears the error and the site works fine.
]]>Hello
I test new plugins to feature them on my site, and I found Guidepost is very valuable one but when I went for testing it, I found problems in the plugin! See below –
https://hello.creativecodecraft.com/2020/03/10/guidepost-sample/
The quick nav links that auto-created by the plugin are not clickable and a div with class “components-disabled” is inside of ul li.
Please fix it.
Thanks
]]>Please add support for Rank Math SEO
Filter to add plugins to the Table of Content List
/**
* Filter to add plugins to the TOC list.
*
* @param array TOC plugins.
*/
add_filter( ‘rank_math/researches/toc_plugins’, function( $toc_plugins ) {
$toc_plugins[‘plugin-directory/plugin-filename.php’] = ‘Plugin Name’;
return $toc_plugins;
});