close

New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): Punjabi

Filter ↓ Sort ↓ All (190) Translated (0) Untranslated (190) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 13
Prio Original string Translation
Disable Wordpress's native Gutenberg or TinyMCE editor in favor of a Markdown editor.
Priority: high
You have to log in to add a translation. Details
Disable Wordpress's native Gutenberg or TinyMCE editor in favor of a Markdown editor.
Comment

Short description.

You have to log in to edit this translation.

Markup Markdown
Priority: high
You have to log in to add a translation. Details
Markup Markdown
Comment

Plugin name.

You have to log in to edit this translation.

The content is saved with the markdown syntax in the database and is rendered on the frontend thanks to the <a href="https://parsedown.org">Parsedown</a> PHP library after being sanitized via WordPress native filters. You have to log in to add a translation. Details
The content is saved with the markdown syntax in the database and is rendered on the frontend thanks to the <a href="https://parsedown.org">Parsedown</a> PHP library after being sanitized via WordPress native filters.
Comment

Found in description paragraph.

You have to log in to edit this translation.

This plugin replaces the Gutenberg block editor (or the classic TinyMCE) on the edit screen with <a href="https://github.com/Ionaru/easy-markdown-editor">EasyMDE</a>, a markdown editor based on CodeMirror, fine-tuned to work smoothly with the WordPress admin panels. You have to log in to add a translation. Details
This plugin replaces the Gutenberg block editor (or the classic TinyMCE) on the edit screen with <a href="https://github.com/Ionaru/easy-markdown-editor">EasyMDE</a>, a markdown editor based on CodeMirror, fine-tuned to work smoothly with the WordPress admin panels.
Comment

Found in description paragraph.

You have to log in to edit this translation.

That's pretty all you should know. It's under active development, keep in touch and feel free <a href="https://wordpress.org/support/plugin/markup-markdown/">to drop a line on the forum</a>, <a href="https://wordpress.org/support/plugin/markup-markdown/reviews/">to let a rating</a> or even support me by buying a coffee ! You have to log in to add a translation. Details
That's pretty all you should know. It's under active development, keep in touch and feel free <a href="https://wordpress.org/support/plugin/markup-markdown/">to drop a line on the forum</a>, <a href="https://wordpress.org/support/plugin/markup-markdown/reviews/">to let a rating</a> or even support me by buying a coffee !
Comment

Found in description paragraph.

You have to log in to edit this translation.

The current version is based on components that are not compatible with assistive devices like screen readers. Several available alternative plugins could cover the gap while I'm working on a new interface. Thank you for your patience and your understanding. You have to log in to add a translation. Details
The current version is based on components that are not compatible with assistive devices like screen readers. Several available alternative plugins could cover the gap while I'm working on a new interface. Thank you for your patience and your understanding.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

The default editor is based on EasyMDE so you can write in markdown and use Wordpress feature at the same time. The side panel preview mode has been fixed since 3.0. The beta interface is based on SummerNote, a jQuery WYSIWYG Engine. <em>The beta interface has been removed since 3.0 and will be available as a separate addon.</em> It's a custom version so you can get a live rendering when typing your content or adding medias. It's not perfect, it's still working well but for now you will have to modify the code on your own (builder or database) if something goes wrong. To find out more check my article here: https://www.markup-markdown.com/blog/wordpress-plugins/dynamic-input-method-markdown/ You have to log in to add a translation. Details
The default editor is based on EasyMDE so you can write in markdown and use Wordpress feature at the same time. The side panel preview mode has been fixed since 3.0. The beta interface is based on SummerNote, a jQuery WYSIWYG Engine. <em>The beta interface has been removed since 3.0 and will be available as a separate addon.</em> It's a custom version so you can get a live rendering when typing your content or adding medias. It's not perfect, it's still working well but for now you will have to modify the code on your own (builder or database) if something goes wrong. To find out more check my article here: https://www.markup-markdown.com/blog/wordpress-plugins/dynamic-input-method-markdown/
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Accessibility You have to log in to add a translation. Details
Accessibility
Comment

Found in faq header.

You have to log in to edit this translation.

use You have to log in to add a translation. Details
use
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Disclaimer: with the plugin Advanced Custom Field (ACF), HTML content has been sanitized since v6.2.5. If you need to render iframes or others elements, instead of using: You have to log in to add a translation. Details
Disclaimer: with the plugin Advanced Custom Field (ACF), HTML content has been sanitized since v6.2.5. If you need to render iframes or others elements, instead of using:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Sure, developers &amp; designers can access the public properties &amp; methods of the instance inside their templates through the global <em>mmd</em> function. For example let's say you want to use it with a custom field called 'foo_bar'. You can use something like that: You have to log in to add a translation. Details
Sure, developers &amp; designers can access the public properties &amp; methods of the instance inside their templates through the global <em>mmd</em> function. For example let's say you want to use it with a custom field called 'foo_bar'. You can use something like that:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

What's the deal with the beta interface? You have to log in to add a translation. Details
What's the deal with the beta interface?
Comment

Found in faq header.

You have to log in to edit this translation.

<strong>Yes, please keep in mind it's a global switch for every user. You need to stick to one editor with one post type.</strong> Any block editor will be disabled for <strong>all the users</strong> of your Wordpress instance. <em>filters</em> are available to disable the markdown editor for specific custom post types at a global level. For example you can do a setup to use <em>Divi</em> or <em>Elementor</em> to edit your pages and <em>Markdown</em> to edit your blog'posts. Please refer to the forum to know how to do it. You have to log in to add a translation. Details
<strong>Yes, please keep in mind it's a global switch for every user. You need to stick to one editor with one post type.</strong> Any block editor will be disabled for <strong>all the users</strong> of your Wordpress instance. <em>filters</em> are available to disable the markdown editor for specific custom post types at a global level. For example you can do a setup to use <em>Divi</em> or <em>Elementor</em> to edit your pages and <em>Markdown</em> to edit your blog'posts. Please refer to the forum to know how to do it.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Is it still compatible with Gutenberg or any other builder? You have to log in to add a translation. Details
Is it still compatible with Gutenberg or any other builder?
Comment

Found in faq header.

You have to log in to edit this translation.

<strong>Yes but you can't use both at the same time ;-)</strong> Data are saved as pure markdown code in the database, for the other builders on the market data are saved as HTML or custom markups like shortcodes. Currently data are still saved but won't be converted or rendered correctly if you revert back or switch between editors. You have to log in to add a translation. Details
<strong>Yes but you can't use both at the same time ;-)</strong> Data are saved as pure markdown code in the database, for the other builders on the market data are saved as HTML or custom markups like shortcodes. Currently data are still saved but won't be converted or rendered correctly if you revert back or switch between editors.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 13

Export as