smart-syntax
Smart Syntax
Automatic google prettify syntax highlighting for jetpack markdown fenced code blocks
Proof Health
Open evidenceCommercial opportunities need traceable source links before they are treated as build-worthy.
73.0% of this page's analysis has direct source links.
0 rows here require auditable proof before promotion.
0 rows have source counts but still need direct links.
Related Opportunities
1 marketSource Evidence
Open evidence exploreruse of undefined constant: users show bugs, compatibility, missing feature pain that may indicate a product gap.
Buyer: publishers, content teams, and agencies · Wedge: check syntax highlighter publishing, media, metadata, and editorial handoffs before content goes liveVersion 1.0.1 does not work with 4.0.1?: users show bugs, performance, setup pain that may indicate a product gap.
Buyer: publishers, content teams, and agencies · Wedge: check syntax highlighter publishing, media, metadata, and editorial handoffs before content goes livefunction prettyPrint is not defined: users show bugs, compatibility pain that may indicate a product gap.
Buyer: publishers, content teams, and agencies · Wedge: check syntax highlighter publishing, media, metadata, and editorial handoffs before content goes liveHomepage support: users show compatibility, support pain that may indicate a product gap.
Buyer: publishers, content teams, and agencies · Wedge: check syntax highlighter publishing, media, metadata, and editorial handoffs before content goes liveDifferent class values for home page: users show bugs, support pain that may indicate a product gap.
Buyer: publishers, content teams, and agencies · Wedge: check syntax highlighter publishing, media, metadata, and editorial handoffs before content goes livecannot access property of non object: users show bugs, compatibility pain that may indicate a product gap.
Buyer: publishers, content teams, and agencies · Wedge: check syntax highlighter publishing, media, metadata, and editorial handoffs before content goes liveEnable Smart Syntax with custom post types?: users show compatibility pain that may indicate a product gap.
Buyer: publishers, content teams, and agencies · Wedge: check syntax highlighter publishing, media, metadata, and editorial handoffs before content goes livetypo in title string: users show missing feature pain that may indicate a product gap.
Buyer: publishers, content teams, and agencies · Wedge: check syntax highlighter publishing, media, metadata, and editorial handoffs before content goes liveDoes exactly what it says on the tin: users praise value, which suggests what competitors already do well.
Buyer: publishers, content teams, and agencies · Wedge: check syntax highlighter publishing, media, metadata, and editorial handoffs before content goes livePerfect: users praise quality, which suggests what competitors already do well.
Buyer: publishers, content teams, and agencies · Wedge: check syntax highlighter publishing, media, metadata, and editorial handoffs before content goes liveCompetitor Context
1 shownRepeated Themes
0 shownNo repeated plugin-level themes have been generated yet.
Collected Signals
12 shown from 12 collectedtypo in title string: users show missing feature pain that may indicate a product gap.
Evidence: typo in title string On the settings page, the title has a typo: Smart Synax Plugin Settings It should be: Smart Syntax Plugin Settings On the settings page, the title has a typo: Smart Synax Plugin Settings It should be: Smart Syntax Plugin Settingsuse of undefined constant: users show bugs, compatibility, missing feature pain that may indicate a product gap.
Evidence: use of undefined constant When I access the settings page, I get these errors: Notice: Use of undefined constant cdn_prettify – assumed ‘cdn_prettify’ in /wp-content/plugins/smart-syntax/includes/admin-menu.php on line 47 Notice: Use of undefined constant custom_skin – assumed ‘custom_skin’ in /wp-content/plugins/smart-syntax/includes/admin-menu.php on linecannot access property of non object: users show bugs, compatibility pain that may indicate a product gap.
Evidence: cannot access property of non object I recently started receiving this error message at the top of my website: Cannot access property of non object in wp-content/plugins/smart-syntax/includes/functions.php at line 17 I modified the functions.php file like this to avoid getting the error: $content = ""; if(is_object($post) && is_object($comment) && property_eEnable Smart Syntax with custom post types?: users show compatibility pain that may indicate a product gap.
Evidence: I like using it with Jetpack Markdown, but it’s not working in a custom post type within my theme.max-height: 250px; is not necessary.: praise conversation with limited structured signal.
Evidence: max-height: 250px; is not necessary. I want max-height: 250px; css removed. I want max-height: 250px; css removed. It makes your post is not very long! If you want unset max-height, you just add custom CSS! It makes your post is not very long! If you want unset max-height, you just add custom CSS!Homepage support: users show compatibility, support pain that may indicate a product gap.
Evidence: Homepage support I didn’t work with my homepage (only on single post pages), so I removed the is_singular() check in functions.php and now it works!Perfect: users praise quality, which suggests what competitors already do well.
Evidence: Perfect Till today, I didn’t activate JetPack Markdown as doesn’t use Google Prettyprint, but this plugin has now changed that!!function prettyPrint is not defined: users show bugs, compatibility pain that may indicate a product gap.
Evidence: function prettyPrint is not defined Simple fix in smart-syntax/includes/functions.php line 46 <?php if (true === empty($smart_syntax['cdn_prettify'])) { ?> <script>prettyPrint()</script> <?php } ?> The error occurs when loading run_prettify.js from the google repository.It Didn't Work For ME: neutral conversation with limited structured signal.
Evidence: It Didn't Work For ME I put the following code into a post and it came out not as code but as interpreted HTML <?prettify?> <pre class="prettyprint"> <h1>fred</h1> </pre> What else do I have to do to me it work? https://wordpress.org/plugins/smart-syntax/ I put the following code into a post and it came out not as code but as interpreted HTML <?prettify?> <pVersion 1.0.1 does not work with 4.0.1?: users show bugs, performance, setup pain that may indicate a product gap.
Evidence: Version 1.0.1 does not work with 4.0.1?Different class values for home page: users show bugs, support pain that may indicate a product gap.
Evidence: Different class values for home page Hi, when I view my Home Page the <pre> tags are modified like this: <pre class="prettyprint lang-css"> or <pre class="prettyprint lang-csharp"> But when I select to view a single post the tags are slightly different: <pre style="" class="prettyprint lang-css prettyprinted"> or <pre style="" class="prettyprint lang-csharpDoes exactly what it says on the tin: users praise value, which suggests what competitors already do well.
Evidence: Does exactly what it says on the tin Adds the required attribute values to the <pre> tag for google prettify to work – brilliant thanks.