استبدال عالمي لـ bbcode [code] بعلامات الاقتباس الخلفية

Dear all,

I’ve just tried to run the many examples for a global find-and-replace here in this forum but struggled with two things:

  1. How do I run these rake posts: ... commands? When I type the command at the command line I just end up with a new line showing a >. I’ve never done anything with Ruby so far.
  2. How can I replace the string “[code]” with “```” followed by a newline?
  3. Can I search also for a newline so that only replace “[code]” that follows a newline?

Sorry for all these noob questions but I’m new to Discourse and in the midde of a large website relaunch :confused:

Eric

إعجاب واحد (1)

I solved the problem (sleeping over it revealed the problem). I typed:

rake posts:remap["[code]","```"]

The three backticks where interpreted by the shell and so caused it to ask me to complete the command. Therefore the additional prompt that I confused for a rake prompt.

Replacing now.

Eric

5 إعجابات

I think you are also going to need to replace [/code] also maybe you need a newline.

إعجاب واحد (1)

Done exactly that. I replaced [code] with \n and three backticks, and [/code] with three backticks and \n. Looks fine now. In the end I used Postgres instead of remap because I couldn’t get it to insert the newlines correctly.

3 إعجابات

We do want to get that sorted in our remap somehow, for sure.

3 إعجابات

أنا غير قادر على إدراج أسطر جديدة أيضًا باستخدام rake posts:remap مع استبدال التعابير النمطية. لا أعرف ما إذا كان ذلك ممكنًا أصلاً.

س: إذا قمت بإجراء تحديثات عبر قاعدة البيانات، هل أحتاج إلى تعديل كل من النسخة الخام والمطبوخة، أم أن تحديث النسخة الخام سيؤدي تلقائيًا إلى تحديث النسخة المطبوخة، أم أحتاج إلى فعل شيء ما لجعلها تتحدث؟

أفترض أن إضافة مستكشف البيانات تقوم فقط بالاستعلامات ولا تقوم بالتحديثات؟