مرحباً بالجميع،
مستخدمو مجتمع ديسكورش الخاص بي هم معلمو رياضة وليسوا على دراية كبيرة بالتقنية، لذا فإن الاستخدام الإلزامي للغة تنسيق ماركداون في المحرر قد سبّب بعض مشاكل التنسيق في المنشورات.
بشكل مثالي، نود تمكين محرر نص غني (WYSIWYG) لجعل النشر بسيطاً ومألوفاً قدر الإمكان. هل توجد طرق لتمكين ذلك، أو إذا لم تكن موجودة، هل هناك خطط لإدراجه في خارطة الطريق؟
تحياتي
Stephen
(Stephen)
21 أبريل 2020، 2:49ص
2
مرحبًا سام،
هناك بالفعل بعض الموضوعات التي تناقش هذا. باختصار، يُعد Markdown جزءًا جوهريًا من Discourse، ولا توجد خطط لتقديم خيارات WYSIWYG (حسب علمي).
I just saw an interview with Michael Pryor of trello:
At one point he says:
We added markdown in Trello which in retrospect, was a mistake because it’s a developer centric feature in a non developer focused product. We overcame it by adding guidance on how to use markdown within the app, but users sometimes still get confused.
I’m curious to know what the feeling out there is about the use of markdown in Discourse. Am I the only one who thinks discourse would appeal to many more people i…
Continuing the discussion from Who would prefer a standard wysiwyg to markdown? :
I checked with the founders and they are ok with us restarting this thread with a view to discussing the development of a plugin to deliver some form of WYSIWYG post editing in Discourse.
Bearing in mind @sam ’s & @codinghorror ’s previous comments that the core team would not consider undertaking such development for the foreseeable future, what remains is the opportunity for the rest of us to get together and pr…
إذا كان استخدام Markdown وعدم وجود محرر WYSIWYG عائقًا تامًا بالنسبة لك، فقد يكون من الأفضل لك البحث عن منتج مختلف تمامًا.
إذا كنت بحاجة إلى مزيد من التفاصيل حول السبب، فقد يساعدك هذا الرابط في فهم التحدي المطروح:
It is extremely difficult, as the code makes deep assumptions about the Markdown pipeline throughout. I would estimate a budget of around $100,000 - $120,000 USD to make the WYSIWYG change and 1 year of full time developer work. (Or two full time devs for 6 months). If you would like to fund it, contact us directly.
Another way to look at it — this is like saying I prefer MySQL, can’t you guys just switch your database from Postgres to MySQL?
sam
(Sam Saffron)
12 مارس 2025، 11:44م
4
يتم الآن شحن Discourse بمحرر تجريبي WYSIWYG
We have been working on a new rich text editor mode for our composer so that it’s easier to write on Discourse. We’re now ready to start testing it out to get more feedback from our community on this feature!
Our implementation builds upon the excellent ProseMirror and its non-core Markdown module , using the module’s schema, parsing, and serialization definitions as the base for further Discourse-specific features.
This topic will serve as both a guide to testing the new composer and a hub for…