You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add beautiful code snippets to your blog posts or any content area.
13
13
14
14
== Description ==
15
15
16
-
This plugin will help you to add beautiful fancy code snippets into your blog posts body.
16
+
Snippet Flyer will help you to add beautiful fancy code snippets into your blog posts body.
17
17
18
-
You don't need to configure anything after install and activate. Just add `[editor] your_code [/editor]` shortcode into content area and see the magic (replace `your_code` text to actual code).
18
+
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).
19
19
20
20
== 🔔🔔🔔 Coming soon... ==
21
21
22
+
* Advanced option panel to more premium features
22
23
* Theme Variation
23
24
* Click to copy
24
25
* Change code font
25
26
* Export snippet to png/jpg
26
27
27
-
== Contribute to Editor Plugin ==
28
+
== Contribute to Snippet Flyer Plugin ==
28
29
29
-
If you want to contribute to the project, you’re most welcome to make it happen. The full source code is available on [GitHub](https://github.com/ssa1f/editor-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.
30
+
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.
30
31
31
32
== Privacy Policy ==
32
33
@@ -40,10 +41,10 @@ We don't collect any data from user or website regarding any purpose. This plugi
40
41
41
42
== Installation ==
42
43
43
-
* Upload the plugin to the `/wp-content/plugins/` directory
44
-
* Activate the plugin through the 'Plugins' menu in WordPress
44
+
* Upload the Snippet Flyer plugin to `/wp-content/plugins/` directory
45
+
* Activate Snippet Flyer through the 'Plugins' menu in WordPress
45
46
46
47
== Usage ==
47
48
48
-
* Add `[editor] your_code [/editor]` shortcode into content and place your code with `your_code` in this shortcode.
49
-
* You can specify code languages with `lang` attribute like `[editor lang="javascript"] your_code [/editor]`
49
+
* Add `[sf-editor] your_code [/sf-editor]` shortcode into content and place your code with `your_code` in this shortcode.
50
+
* You can specify code languages with `lang` attribute like `[sf-editor lang="javascript"] your_code [/sf-editor]`
0 commit comments