Ha Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Markdown Editor] Activating wp-markdown-editor results in white screenHi stuzog, I think the cause is you activated the Jetpack Markdown module in Jetpack plugin, the error you got may look like this (if you enable
display_errorsin your PHP settings):
https://wordpress.org/support/topic/fatal-error-message-149?replies=6Forum: Plugins
In reply to: [WP Markdown Editor] Interferes with functionality of ACFThank you for your feedback. I will add this to the backlog. Since the Jetpack markdown module doesn’t support ACF, I will enable the default WYSIWYG editor for ACF.
Forum: Plugins
In reply to: [WP Markdown Editor] Fatal Error MessageYou’re welcome. I’ll mark this ticket as resolved and add the code to detect if Jetpack Markdown is activated in the next release.
Forum: Plugins
In reply to: [WP Markdown Editor] Support for ACFHi Sebastian,
Thank you for your very nice review.
In answer to your question, I don’t have the plan to implement the Markdown Editor for ACF. As an author of Jetpack said, they can’t apply markdown parsing to every field when it’s saved so supporting Markdown in plugins like ACF will be left to those plugins if they wish to do so.
See more: https://github.com/Automattic/jetpack/issues/155
Thanks,
HaForum: Plugins
In reply to: [WP Markdown Editor] preview caption does not workThe plugin doesn’t support preview the shortcode in the editor, you have to click on the Preview button in the Publish section.
Forum: Plugins
In reply to: [WP Markdown Editor] Fatal Error Message@li-an: I will update the plugin to detect if Jetpack Markdown is activated. But I recommend that you should activate only one Markdown plugin to prevent unexpected errors.
Forum: Plugins
In reply to: [WP Markdown Editor] Fatal Error MessageYou should deactivate the Markdown module from Jetpack settings.
Explanation: The plugin uses Jetpack Markdown module for parsing and saving contents. The module is included in the plugin in order to make it works independently. So, you could not activate the plugin if the Jetpack Markdown module is activated.
Forum: Plugins
In reply to: [WP Markdown Editor] shortcode in codeNo, that’s the trick to show shortcode and it’s not on the Jetpack markdown documentation. I found it from here: http://www.viper007bond.com/2011/08/13/displaying-shortcodes/
Forum: Plugins
In reply to: [WP Markdown Editor] shortcode in codeIf you want to prevent a shortcode from rendering, then you need to double up on the brackets.
backticks[[snippet id=5]]backticksForum: Plugins
In reply to: [WP Markdown Editor] support for File GalleryFile Gallery plugin was integrated with TinyMCE. Although I can override some function of the plugin but I don’t think it’s a good idea to change the behavior of other plugins.
Forum: Plugins
In reply to: [WP Markdown Editor] image alignmentCurrently, there is no option to show shortcode buttons in the editor. I will add this feature to the backlog and do it in the future.
Forum: Plugins
In reply to: [WP Markdown Editor] image alignmentYes, it works for comments the same as Jetpack Markdown. This is optional, you have to enable Markdown for comments in the Discussion Settings.
Forum: Plugins
In reply to: [WP Markdown Editor] image alignmentSince I switched to Jetpack Markdown, now the plugin manages two versions of the post: a Markdown version and an HTML. Your old posts which are not created by the plugin will be displayed as HTML. You can convert your posts to markdown using to-markdown or other available tools.
I added this question to FAQ.
Forum: Plugins
In reply to: [WP Markdown Editor] image alignmentI’ve updated the plugin, now it uses the Markdown module from Jetpack for parsing and saving content.
The HTML and shortcodes are supported from the version 2.0. Please check it out. Thank you for your feedback, it does help me to improve the plugin.Forum: Plugins
In reply to: [WP Markdown Editor] paragraphs disappearing?It was fixed in the latest version. Thanks.