https://github.com/asmsaiff/snippet-flyer-best-wp-code-snippets-plugin
Snippet Flyer will help you to add beautiful fancy code snippets into your blog posts body.
https://github.com/asmsaiff/snippet-flyer-best-wp-code-snippets-plugin
highlight-js plugin shortcode wordpress
Last synced: about 2 months ago
JSON representation
Snippet Flyer will help you to add beautiful fancy code snippets into your blog posts body.
- Host: GitHub
- URL: https://github.com/asmsaiff/snippet-flyer-best-wp-code-snippets-plugin
- Owner: asmsaiff
- Created: 2022-11-30T10:11:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T06:24:44.000Z (almost 2 years ago)
- Last Synced: 2025-03-11T18:57:45.763Z (over 1 year ago)
- Topics: highlight-js, plugin, shortcode, wordpress
- Language: JavaScript
- Homepage: https://wordpress.org/plugins/snippet-flyer
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
=== Snippet Flyer ===
Contributors: saifullahsiddique
Donate link: https://saif.im
Tags: snippet,code editor,code snippet,code
Requires at least: 6.6.1
Tested up to: 6.6.1
Stable tag: 1.0.1
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Add beautiful code snippets to your blog posts or any content area.
== Description ==
Snippet Flyer will help you to add beautiful fancy code snippets into your blog posts body.
You don't need to configure anything after install and activate. Just add `[sf-editor] your_code [/sf-editor]` shortcode into content area and see the magic (replace `your_code` text to actual code).
== πππ Coming soon... ==
* Advanced option panel to more premium features
* Theme Variation
* Click to copy
* Change code font
* Export snippet to png/jpg
== Contribute to Snippet Flyer Plugin ==
If you want to contribute to the Snippet Flyer project, youβre most welcome to make it happen. The full source code is available on [Contribute to GitHub](https://github.com/ssa1f/snippet-flyer-best-wp-code-snippets-plugin). If you find anything improbable or add new features, feel free to shoot a bug report or make a pull request.
== Privacy Policy ==
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program.
We don't collect any data from user or website regarding any purpose. This plugin is completely authorized by [Saifullah](https://profiles.wordpress.org/saifullahsiddique/)
== Installation ==
* Upload the Snippet Flyer plugin to `/wp-content/plugins/` directory
* Activate Snippet Flyer through the 'Plugins' menu in WordPress
== Usage ==
* Add `[sf-editor] your_code [/sf-editor]` shortcode into content and place your code with `your_code` in this shortcode.
* You can specify code languages with `lang` attribute like `[sf-editor lang="javascript"] your_code [/sf-editor]`