هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Typewriter

الوصف

Typewriter completely removes the “Visual Editor” feature in WordPress and replaces it
with a simple Markdown editor so that you can join sites like StackOverflow and Github in writing in the
simple and growingly popular Markdown format.

For the more technical among you, Typewriter removes the TinyMCE editor and defaults to a Markdown specific “Text” editor
and parses the output using MarkdownExtra.

لقطات الشاشة

  • Markdown editor with some example content
  • Markdown output with some example content

التنصيب

Simple Install

  1. Login to WordPress and go to Plugins > Add New > Upload
  2. Upload typewriter.zip and activate
  3. Write using Markdown!

Manual Install

  1. Upload the typewriter folder to your /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Write using Markdown!

الأسئلة المتكررّة

What is Markdown?

whatismarkdown.com

Do I have to convert my HTML content?

No. You can still use normal HTML in your posts and pages. Markdown will simply ignore the HTML and only parse
any Markdown specific code that it finds.

What happens to my content if I deactivate the plugin?

Unfortunaetly your content will not be parsed by MarkdownExtra anymore and will appear like it does in the text
editor. In this case you would need to convert your Markdown content to normal HTML.

المراجعات

18 يناير، 2021
This plugin probably did great when it was compatible, but threw up a big error and disabled some admin screens and had to be deleted. After deletion, the Visual Editor can be re-enabled by going to your user profile, and some options on the editor page can be reset to put things back the way they were, so afaik nothing bad happened.
إقرأ جميع المراجعات 8

المساهمون والمطوّرون

“Typewriter” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Typewriter“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.0 (2013.09.25)

  • Initial release