Are the tables on top of some posts markdown or a feature?

The posts in the plugin category and so on always have a table at the top, showing some metadata.
I am wondering, is this simply a markdown table in the post template or is there a feature/plugin to prompt the user for this metadata?

Here is an example of what I mean:

I tried searching for it, but sadly I can only find results for TOC generation which is something different. So any hint as to how these tables are called (if they are a feature) would be appreciated :sparkles:

It is a markdown table. It is part of the topic template.

||||
|-|-|-|
| :information_source: | **Summary** | ADD SHORT SUMMARY 
| :eyeglasses:|**Preview**| PREVIEW_LINK |
| :hammer_and_wrench:|**Repository**| REPOSITORY_LINK |
| :question:|**Install Guide**|[How to install a theme or theme component](https://meta.discourse.org/t/how-do-i-install-a-theme-or-theme-component/63682)|
| :open_book:|**New to Discourse Themes?**| [Beginner’s guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966)

<!-- Describe this theme in one or two sentences -->

Short description...

<!-- Add screenshots (if applicable) -->

Screenshots...

<!-- Add more details and explain the settings (if applicable) -->

Detailed description...

2 Likes

Thanks for the answer! That explains why I couldn’t find any feature for it.

For my usecase I want to make it easy for users to enter this metadata, even if they aren’t used to markdown. So I’ll probably see if I can make a custom plugin, just didn’t want to reinvent the wheel in case it already exists.

Maybe Table Builder can help your users to post a table

I’ve seen that one, but I don’t think it’s useful for pre-defined stuff. Basically I want to create a topic template with a table on top, but only show a few input fields to the user plus the usual free-text post. Kinda like issue templates on GitHub (example) where the user is prompted for some fields.

But yeah if it’s not built in, then that’s fine. I think I can come up with a plugin or other solution. So thanks for confirming I’m not reinventing the wheel here :smiley:

And disclaimer: if they are using desktop, mouse and/or keyboard, because otherwise it is close to annoying trick.

I don’t know whether it is possible to fill a table with a Discourse template.

1 Like

That looks super useful, thanks for the link!

I’ll play around with that, otherwise I’ll just make a plugin to add some custom fields to the topic model.

1 Like

The new templates are designed for exactly your use case. You shouldn’t need a plugin. The caveat being that the formatting of the post seems to be fairly limited and is created as plain markdown so subsequent edits see the raw markdown.

Yeah I’ve just tried the form templates and found them to be a bit limiting. I want a form thing in addition to the normal post text, because I want users to still be able to format their text using the default WYSIWYG markdown editor. And the form templates only support basic text boxes, so no fancy editing. I basically only want one or two required fields, and then the normal post editor.

(I do understand that I have a quite specific requirement, and this is not meant as bashing form templates! They are super useful in itself and I might use them for another thing even, just for this usecase I find them to not be what I want)

Don’t mean to be annoying but I wouldn’t describe the default editor as “WYSIWYG”. In fact the lack of that has been a subject of much debate … but I digress

Sorry, it may have been the wrong word then. I only used it to differentiate between the markdown editor with formatting support, and the bare bones textareas of the form templates. The markdown editor is simple enough for people that aren’t used to it since it has a toolbar, while the bare bones textareas don’t make it obvious how to style your text. Plus the form templates don’t seem to provide a preview while the markdown editor does.

So yeah, WYSIWYG may have been the wrong word, what I meant is the default markdown editor that has a preview to show what you get.

2 Likes

Yeah it would be good to have optional markdown capability within them?

1 Like

Yes exactly, or at least an option to make the form template additional, so the stuff from the form would get rendered above the post instead of replacing the post editor completely. Both ways would work for my usecase

2 Likes

Yeah, even if only one template could get the full editor, that would be great, but I’m not sure how that would work. The work-around in the short term is to just enter some text as a placeholder, create the topic, and then edit it to make things pretty.

Do you think a PR changing the form template feature to support this would be accepted? Though I’m not sure yet if I’ll find the time to actually implement this

I’m not one to guess and am not on the team. If you think you might find time, post in feature and ask there.

1 Like

Thanks, will do so if I find the time!

(I don’t know why I thought you are on the team, probably because I’ve seen so many useful answers by you already hehe)

2 Likes

Just a quick note, you can use Excel or Google Sheets and copy and paste them into the editor and it does the markdown for you. I run sports pools on another forum and I copy my Google Sheets reports this way and it’s super easy. I’ve made some pretty big tables in seconds this way.

Copy cells in sheet:

Paste output into editor text box:

Resulting table:

Project Conception and Initiation
Project Charter Leon W 12/03/18 15/03/18 3 100%
Project Charter Revisions Kylie R 15/03/18 16/03/18 1 100%
Research Pete S 15/03/18 21/03/18 6 90%
Projections Steve L 16/03/18 22/03/18 6 40%
Stakeholders Allen W 18/03/18 22/03/18 4 70%
Guidelines Malik M 19/03/18 22/03/18 3 60%
Project Initiation Malik M 23/03/18 23/03/18 0 50%
5 Likes

You might also consider:

2 Likes