Plugin Directory

Changeset 2899137


Ignore:
Timestamp:
04/14/2023 12:07:31 PM (3 years ago)
Author:
necroob
Message:

Update ReadME for Elementor

Location:
code-snippet-dm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code-snippet-dm/tags/2.0.3/README.txt

    r2899117 r2899137  
    1414== Description ==
    1515
     16**Supports: Gutenberg, Elementor, TinyMCE and shortcode**
     17
    1618Display your code snippets in a stylish way inside your content. The plugin uses shortcodes and also very intuitive TinyMCE interface.
    1719
     
    2426You can open the shorcode `[dm_code_snippet]` and in the content inside and close it `[/dm_code_snippet]`.
    2527
     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
    2630**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
     34The 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
     36Once 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
     38The 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.
    2739
    2840= Gutenberg block =
     
    3143
    3244Once 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.
    4145
    4246The 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  
    1414== Description ==
    1515
     16**Supports: Gutenberg, Elementor, TinyMCE and shortcode**
     17
    1618Display your code snippets in a stylish way inside your content. The plugin uses shortcodes and also very intuitive TinyMCE interface.
    1719
     
    2426You can open the shorcode `[dm_code_snippet]` and in the content inside and close it `[/dm_code_snippet]`.
    2527
     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
    2630**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
     34The 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
     36Once 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
     38The 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.
    2739
    2840= Gutenberg block =
     
    3143
    3244Once 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.
    4145
    4246The 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.