Raw Post Button

:discourse2: Summary Raw Post Button will add a button to the post menu. When you click the button, you’ll get a modal / popover with the raw (markdown) version of the post.
:eyeglasses: Preview Preview on Discourse Theme Creator
:hammer_and_wrench: Repository Link https://github.com/discourse/raw-post-button
:open_book: New to Discourse Themes? Beginner’s guide to using Discourse Themes

Install this theme component

Features

Settings

Name Description
min trust level Minimum required trust level for the button to be visible in the post menu
Translation Default
button_title Raw Post

There’s only one setting and that setting is min_trust_level

This setting allows you to set a minimum trust level the current user needs to have before they can see that button. It defaults to TL0. Anons will never see it.

Credits

The idea for this component was proposed by @EricGT :+1:


:discourse2: Hosted by us? Theme components are available to use on our Standard, Business, and Enterprise plans.

Last edited by @JammyDodger 2024-06-13T22:44:35Z

Check documentPerform check on document:
「いいね!」 43

Awesome.

Now it just needs to work as keyboard shortcut. Since r is not used, I would suggest that.

For those not use to using keyboard shortcuts enter ? when not in edit mode to open keyboard shortcut popup.

「いいね!」 2

Per post keyboard shortcuts only work if the post is selected with J / K. When you have a post selected, the R key is already used for reply_to_post. So we need to find a different shortcut for that.

「いいね!」 4

Great idea! It’s especially useful to post internal markdown templates for forum staff members in order to use them in wordpress, or any other markdown-“compatible” system.

How about to add a Copy button the the raw post popup?

「いいね!」 5

Raw post dark colour isn’t applied in combination with the new Dark Mode setting:

This would be super useful :heart_eyes:, I’m often finding it difficult to copy longer chunks of raw text directly from popup, especially on mobile.

「いいね!」 4

Hi there, I apologize for bumping.

What could would I have to edit, exactly if possible, to replace the icon with another Font Awesome icon?

Thanks,
anythingoracve.

There is no admin option to change the icon.

AFAIK the only way to do it would be to clone the GitHub repository, modify the code by either hard coding a new icon, or adding a new option, then use the updated code on your site.

You could also request that as a new feature, but there is no guarantee on when it would be done.

HTH

「いいね!」 2

このボタンは、投稿の生のバージョンを表示するだけだと思います。たとえば、https://meta.discourse.org/raw/152542 のようなものです。

投稿のタイトルがありません!
最初の行に表示することはできませんか?
たとえば、# のように。

# Raw Post Button

「いいね!」 1

投稿にはタイトルがなく、トピックにあります。

ボタンは投稿の生のコンテンツを表示します。

それにもかかわらず、投稿の生のコンテンツ表示でトピックのタイトルを見る必要があるのはなぜでしょうか?

トピックビューで生のボタンをクリックすると、画面の上部に常に表示されているトピックのタイトルがすでにわかっているはずです。

トピックのタイトルは、投稿のコンテンツとは実際には関係ありません。したがって、投稿の「生の」コンテンツを表示するポップアップに含めるのは適切ではありません。表示する生のコンテンツも含まれていません。

そのため、この情報を表示することがどれほど役立つかはわかりません。:thinking:

「いいね!」 2

https://meta.discourse.org/raw/152542トピック の生データであり、投稿 の生データではありません。
トピックにはタイトルがあります。
そして、コンテンツのマークダウンバージョンのバックアップに使用するため、これが必要です。

「いいね!」 2