Changeset 2899137
- Timestamp:
- 04/14/2023 12:07:31 PM (3 years ago)
- Location:
- code-snippet-dm
- Files:
-
- 2 edited
-
tags/2.0.3/README.txt (modified) (3 diffs)
-
trunk/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
code-snippet-dm/tags/2.0.3/README.txt
r2899117 r2899137 14 14 == Description == 15 15 16 **Supports: Gutenberg, Elementor, TinyMCE and shortcode** 17 16 18 Display your code snippets in a stylish way inside your content. The plugin uses shortcodes and also very intuitive TinyMCE interface. 17 19 … … 24 26 You can open the shorcode `[dm_code_snippet]` and in the content inside and close it `[/dm_code_snippet]`. 25 27 28 **Starting with v2.0.3, the plugin offers support to be used via a custom Elementor Widget. It will continue to support the default way of adding the code snippet via shotcodes.** 29 26 30 **Starting with v2.0.1, the plugin offers support to be used via a custom Gutenberg block. It will continue to support the default way of adding the code snippet via shotcodes.** 31 32 = Elementor widget = 33 34 The Widget is called "Code Snippet DM" and can be found on the Basic list of Elementor Widget after you activate the plugin. Keywords that can be used to find it: code, snippet, dm. 35 36 Once the widget is added in the Elementor editor, it can be customized via the sidebar settings that will appear for each widget. The sidebar will include all the settings that are available for the shortcode. Some of the settings will be applied in real time in your editor. 37 38 The code styling (syntax highlight) and line numbers are only available on the front-end, in the editor you will not be able to preview the correct colors for the code or the line numbers. 27 39 28 40 = Gutenberg block = … … 31 43 32 44 Once the block is added in the Gutenberg editor, it can be customized via the sidebar settings that will appear for each block. The sidebar will include all the settings that are available for the shortcode. Some of the settings will be applied in real time in your editor. 33 34 The code styling (syntax highlight) and line numbers are only available on the front-end, in the editor you will not be able to preview the correct colors for the code or the line numbers.35 36 = Elementor widget =37 38 The Widget is called "Code Snippet DM" and can be found on the Basic list of Elementor Widget after you activate the plugin. Keywords that can be used to find it: code, snippet, dm.39 40 Once the widget is added in the Elementor editor, it can be customized via the sidebar settings that will appear for each widget. The sidebar will include all the settings that are available for the shortcode. Some of the settings will be applied in real time in your editor.41 45 42 46 The code styling (syntax highlight) and line numbers are only available on the front-end, in the editor you will not be able to preview the correct colors for the code or the line numbers. -
code-snippet-dm/trunk/README.txt
r2899117 r2899137 14 14 == Description == 15 15 16 **Supports: Gutenberg, Elementor, TinyMCE and shortcode** 17 16 18 Display your code snippets in a stylish way inside your content. The plugin uses shortcodes and also very intuitive TinyMCE interface. 17 19 … … 24 26 You can open the shorcode `[dm_code_snippet]` and in the content inside and close it `[/dm_code_snippet]`. 25 27 28 **Starting with v2.0.3, the plugin offers support to be used via a custom Elementor Widget. It will continue to support the default way of adding the code snippet via shotcodes.** 29 26 30 **Starting with v2.0.1, the plugin offers support to be used via a custom Gutenberg block. It will continue to support the default way of adding the code snippet via shotcodes.** 31 32 = Elementor widget = 33 34 The Widget is called "Code Snippet DM" and can be found on the Basic list of Elementor Widget after you activate the plugin. Keywords that can be used to find it: code, snippet, dm. 35 36 Once the widget is added in the Elementor editor, it can be customized via the sidebar settings that will appear for each widget. The sidebar will include all the settings that are available for the shortcode. Some of the settings will be applied in real time in your editor. 37 38 The code styling (syntax highlight) and line numbers are only available on the front-end, in the editor you will not be able to preview the correct colors for the code or the line numbers. 27 39 28 40 = Gutenberg block = … … 31 43 32 44 Once the block is added in the Gutenberg editor, it can be customized via the sidebar settings that will appear for each block. The sidebar will include all the settings that are available for the shortcode. Some of the settings will be applied in real time in your editor. 33 34 The code styling (syntax highlight) and line numbers are only available on the front-end, in the editor you will not be able to preview the correct colors for the code or the line numbers.35 36 = Elementor widget =37 38 The Widget is called "Code Snippet DM" and can be found on the Basic list of Elementor Widget after you activate the plugin. Keywords that can be used to find it: code, snippet, dm.39 40 Once the widget is added in the Elementor editor, it can be customized via the sidebar settings that will appear for each widget. The sidebar will include all the settings that are available for the shortcode. Some of the settings will be applied in real time in your editor.41 45 42 46 The code styling (syntax highlight) and line numbers are only available on the front-end, in the editor you will not be able to preview the correct colors for the code or the line numbers.
Note: See TracChangeset
for help on using the changeset viewer.