{"id":21585777,"url":"https://github.com/dbelyaeff/easy-prism","last_synced_at":"2025-03-18T09:15:07.818Z","repository":{"id":24722232,"uuid":"28134228","full_name":"dbelyaeff/easy-prism","owner":"dbelyaeff","description":"WordPress prism syntax highlighter","archived":false,"fork":false,"pushed_at":"2014-12-20T07:19:57.000Z","size":656,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T15:34:59.099Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbelyaeff.png","metadata":{"files":{"readme":"README.html","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-17T11:21:29.000Z","updated_at":"2014-12-20T07:19:57.000Z","dependencies_parsed_at":"2022-08-22T22:20:32.443Z","dependency_job_id":null,"html_url":"https://github.com/dbelyaeff/easy-prism","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbelyaeff%2Feasy-prism","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbelyaeff%2Feasy-prism/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbelyaeff%2Feasy-prism/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbelyaeff%2Feasy-prism/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbelyaeff","download_url":"https://codeload.github.com/dbelyaeff/easy-prism/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244189826,"owners_count":20412991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T15:11:45.848Z","updated_at":"2025-03-18T09:15:07.789Z","avatar_url":"https://github.com/dbelyaeff.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eEasy Prism Syntax Highlighter\u003c/h1\u003e\n\n\u003cp\u003eTired to search for normal, easy to install programming code highlight plugin?\u003c/p\u003e\n\n\u003cp\u003eThis one will help you to end this adventure.\u003c/p\u003e\n\n\u003cp\u003eIt adds special shortcode [code][/code], keyboard shortcut «alt+c» and button to Visual Editor.\u003c/p\u003e\n\n\u003cp\u003eIf you want do define highlight syntax language, you may use direct lang param like [code php][/code].\u003c/p\u003e\n\n\u003cp\u003ePlugin will also highlight \u003ccode\u003e\u0026lt;pre class='language-html'\u0026gt;…\u0026lt;/pre\u0026gt;\u003c/code\u003e and \u003ccode\u003e\u0026lt;code class='language-html'\u0026gt;\u0026lt;/code\u0026gt;\u003c/code\u003e, if you don\u0026rsquo;t want to use shortcode.\u003c/p\u003e\n\n\u003ch1\u003eInstallation\u003c/h1\u003e\n\n\u003col\u003e\n\u003cli\u003eUpload \u003ccode\u003eeasy-prism\u003c/code\u003e to the \u003ccode\u003e/wp-content/plugins/\u003c/code\u003e directory\u003c/li\u003e\n\u003cli\u003eActivate the plugin through the \u0026ldquo;Plugins\u0026rdquo; menu in WordPress\u003c/li\u003e\n\u003cli\u003eUse [code][/code] or simple [c][/c] shortcode to display highlighted code.\u003c/li\u003e\n\u003c/ol\u003e\n\n\n\u003ch1\u003eFrequently Asked Questions\u003c/h1\u003e\n\n\u003ch2\u003eHow to highlight inline element\u003c/h2\u003e\n\n\u003cp\u003eIt\u0026rsquo;s simple.\u003c/p\u003e\n\n\u003cp\u003eIf you write inline [code][/code] – it will be displayed inline.\u003c/p\u003e\n\n\u003cp\u003eIn case you put in one and more linebreaks \u0026ldquo;\\n\u0026rdquo; – it will be displayed as block element.\u003c/p\u003e\n\n\u003ch2\u003eCan I use this plugin with other syntax highlight?\u003c/h2\u003e\n\n\u003cp\u003eYou may do what you want, but plugins author doesn\u0026rsquo;t promise that any other syntax highlight plugin will work correctly with the original one.\u003c/p\u003e\n\n\u003ch2\u003eIs it possible to add more capatibilites to this plugin?\u003c/h2\u003e\n\n\u003cp\u003eOf course. Write me to info@wpthy.com with subject \u0026ldquo;Feature request for Easy Prism Syntax Highlighter plugin\u0026rdquo; a letter and make request.\u003c/p\u003e\n\n\u003ch1\u003eScreenshots\u003c/h1\u003e\n\n\u003col\u003e\n\u003cli\u003eVisual Editor.\u003c/li\u003e\n\u003cli\u003eFrontend block and inline.\u003c/li\u003e\n\u003c/ol\u003e\n\n\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\n\u003ch2\u003e1.0.1\u003c/h2\u003e\n\n\u003cp\u003eNightly bugfixes. Respond for plugin user feedback.\u003c/p\u003e\n\n\u003ch2\u003e1.0\u003c/h2\u003e\n\n\u003cul\u003e\n\u003cli\u003eInitial Commit\u003c/li\u003e\n\u003c/ul\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbelyaeff%2Feasy-prism","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbelyaeff%2Feasy-prism","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbelyaeff%2Feasy-prism/lists"}