Andi Dittrich
@andi-dittrich on WordPress.org
- Member Since: July 9th, 2010
- Website: andidittrich.de
Contribution History
Andi Dittrich’s badges:- Plugin Developer
-
Posted a reply to Multiple Programming Languages In a Single Editor, on the site WordPress.org Forums:
it's not possible via the CE version of WordPress Enlighter plugin. it can be set… -
Posted a reply to Multiple Programming Languages In a Single Editor, on the site WordPress.org Forums:
the "code" is javascript and wont work as css... the wordpress plugin takes care of… -
Posted a reply to Multiple Programming Languages In a Single Editor, on the site WordPress.org Forums:
you should really take a look into related topics :P https://github.com/EnlighterJS/Plugin.WordPress/issues/331 -
Posted a reply to Multiple Programming Languages In a Single Editor, on the site WordPress.org Forums:
horizontal: https://github.com/EnlighterJS/documentation/blob/master/development/Options.md#textOverflow (via wp options) vertical: https://github.com/EnlighterJS/documentation/blob/master/Tweaks.md#set-minimal-height-for-single-line-codeblocks (via custom css) -
Posted a reply to Does the Enlighter v4 plugin not support the use of extended language packs?, on the site WordPress.org Forums:
as long as the option is enabled, the files should be loaded: https://github.com/EnlighterJS/Plugin.WordPress/blob/master/modules/core/Enlighter.php#L75 since v4… -
Posted a reply to Multiple Programming Languages In a Single Editor, on the site WordPress.org Forums:
just read the docs ;) regarding mobile optimization: in this case you should create a… -
Posted a reply to Multiple Programming Languages In a Single Editor, on the site WordPress.org Forums:
The feature is already available since the initial EnlighterJS versions. It's called "codegroup" - the… -
Posted a reply to Inline backtics code without moving to a new line, on the site WordPress.org Forums:
should be fixed in v4.6.1 -
Committed [2852056] to Plugins SVN:
stable tag v4.6.1 -
Committed [2852055] to Plugins SVN:
stable tag v4.6.1 -
Committed [2852054] to Plugins SVN:
release v4.6.1 -
Posted a reply to Inline backtics code without moving to a new line, on the site WordPress.org Forums:
thanks for your reports! it's a side effect of a required bugfix regarding the wpautop… -
Posted a reply to Codegroup open by default in sidebar, on the site WordPress.org Forums:
Within the Gutenberg editor plugin ? Not possible via options - you have to change… -
Posted a reply to Highlight the htaccess code, on the site WordPress.org Forums:
an alias has been added to the language list in v4.6.0 -
Committed [2848685] to Plugins SVN:
stable tag 4.6.0 -
Committed [2848684] to Plugins SVN:
v4.6.0 -
Posted a reply to Highlight the htaccess code, on the site WordPress.org Forums:
htaccess is just a limited Apache HTTPd conf file - therefore use "Apache httpd" -
Posted a reply to Does this plugin work on Seamonkey?, on the site WordPress.org Forums:
EnlighterJS is a post syntax highlighter for the frontend, not an IDE nor visual syntax… -
Posted a reply to Enlighter working only in preview mode, on the site WordPress.org Forums:
Autoptimize is breaking the EnlighterJS frontend javascript: - you can exclude EnlighterJS resources form being… -
Posted a reply to Please add this option to the plugin., on the site WordPress.org Forums:
you can add it manually to your WordPress themes css or create a custom EnlighterJS… -
Posted a reply to Set default language, on the site WordPress.org Forums:
Technically you can re-order the language list to set your favourite languages on top of… -
Posted a reply to How to remove extra space on start lines with EnlighterJS, on the site WordPress.org Forums:
use the DOM inspector of Firefox or Chrome -
Posted a reply to Cut off text on long lines – EnlighterJS, on the site WordPress.org Forums:
the EnlighterJS theme looks weird... i would assume it's caused by your themes css. did… -
Posted a reply to How to remove extra space on start lines with EnlighterJS, on the site WordPress.org Forums:
Hi @bhbmaster 1. it looks like padding/text-indent - jsut take a look into the generated… -
Posted a reply to capitalize the first letter, on the site WordPress.org Forums:
you've a text-transform: capitalize set within your body css - nothing related to Enlighter -
Posted a reply to Enlighter background color, on the site WordPress.org Forums:
It depends on the theme, sometimes the line backgrounds are set which need to removed… -
Posted a reply to Please tell me how to change the tab width, on the site WordPress.org Forums:
you can try to adjust the tab-width with css (supported in modern browsers). but generally… -
Posted a reply to Please tell me how to change the tab width, on the site WordPress.org Forums:
set "Code Indentation" to "2 spaces" - this will replace each tab with 2 spaces -
Posted a reply to Where are the themes?, on the site WordPress.org Forums:
The customizer should technically work as expected - but it's not intended for "full" customization.… -
Posted a reply to Problems with Enlighter and WPBakery, on the site WordPress.org Forums:
Hi @rikoreents , the EnlighterJS TinyMCE Plugin is a standalone component and cannot confirm any… -
Committed [2720126] to Plugins SVN:
stable tag 4.5.0 -
Committed [2720125] to Plugins SVN:
release v4.5.0 -
Posted a reply to Regex bug, on the site WordPress.org Forums:
it has been fixed within the dev version, you can replace to ShortcodeFilter.php file to… -
Posted a reply to Regex bug, on the site WordPress.org Forums:
Hi @michael8888 and thanks for your report. i can confirm this issue - it's caused… -
Posted a reply to extra highlight, on the site WordPress.org Forums:
It's only possible to highlight a line of code, not specific parts -
Posted a reply to “Copied to clipboard”, on the site WordPress.org Forums:
onClick should work but the event handler has to be added **after** EnlighterJS.init has been… -
Posted a reply to No Line Breaks, on the site WordPress.org Forums:
take a look into the html sources for "EnlighterJSRAW" - these are the wrapper elements… -
Posted a reply to No Line Breaks, on the site WordPress.org Forums:
the issue is your "caching" plugin - the behaviour of EnlighterJS is correct - the… -
Posted a reply to No Line Breaks, on the site WordPress.org Forums:
Hi @colognehosting i cannot see any code formatting issues on the provided link - BUT… -
Posted a reply to Enlighter shortcodes notworking, on the site WordPress.org Forums:
if it's working right now, i'll close this thread. the related Enlighter QuickTag plugin takes… -
Posted a reply to Enlighter shortcodes notworking, on the site WordPress.org Forums:
"QuickTags" is a part of the legacy wordpress text editor (name of the toolbar buttons) -
Posted a reply to Enlighter shortcodes notworking, on the site WordPress.org Forums:
in case it's disabled, the QuickTag plugin should use the generic "enlighter" shortcode -
Posted a reply to Enlighter shortcodes notworking, on the site WordPress.org Forums:
i need much more informations: - Which editor? Gutenberg/TinyMCE/legacy text mode - Which post/page/comment type… -
Posted a reply to Enlighter shortcodes notworking, on the site WordPress.org Forums:
Hi @michael8888 please provide more details/screenshots/example codes, thanks! -
Posted a reply to No icon {/}, on the site WordPress.org Forums:
Hi. please provide more details/screenshots. in case you want to use the TinyMCE plugin "outside"… -
Posted a reply to What language can be used for batch file or bash script highlighting, on the site WordPress.org Forums:
just replace the files and purge the cache "Enlighter -> save changes" https://github.com/EnlighterJS/EnlighterJS/tree/master/dist -
Posted a reply to What language can be used for batch file or bash script highlighting, on the site WordPress.org Forums:
i've added basic bat/batch/cmd file support to the master branch - but since the "Language"… -
Posted a reply to What language can be used for batch file or bash script highlighting, on the site WordPress.org Forums:
the short answer: legacy windows bat/batch files are not supported natively feature request / contributions… -
Posted a reply to What language can be used for batch file or bash script highlighting, on the site WordPress.org Forums:
Hi @freehandz EnlighterJS supports bash/shell and powershell natively - i'm using shell/bash heavily for internal… -
Posted a reply to Problem with the division symbol “/”, on the site WordPress.org Forums:
a hotfix is available within the EnlighterJS master branch: https://github.com/EnlighterJS/EnlighterJS/tree/master/dist just replace the enlighterjs.min.js file…
Developer
-
Cryptex | E-Mail Address Protection
Active Installs: 1,000+
-
Enlighter - Customizable Syntax Highlighter
Active Installs: 20,000+
-
Tweakr - Utility Toolkit
Active Installs: 40+