More Markdown Features #2143

Closed
opened 2026-02-05 03:05:51 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @Y0ngg4n on GitHub (Mar 8, 2021).

Hey there it would be nice if the Bookstack Community could implement more Markdown Features like Checkboxes, Tabs and Keyboard Keys like in Wiki JS

This would be very nice and would improve the Workflow.

Originally created by @Y0ngg4n on GitHub (Mar 8, 2021). Hey there it would be nice if the Bookstack Community could implement more Markdown Features like Checkboxes, Tabs and Keyboard Keys like in [Wiki JS](https://docs.requarks.io/en/editors/markdown) This would be very nice and would improve the Workflow.
Author
Owner

@ssddanbrown commented on GitHub (Mar 9, 2021):

Thanks for the request @Y0ngg4n. Checkboxes should be possible in the current release via the - [ ] syntax

That said, For BookStack I stick to commonmark in an effort to keep to a standard. We have expose some editor hooks for customization of the underlying markdown-it front-end rendering and I'm currently working how to expose the back-end markdown renderer for more customization, otherwise I don't want to expand out support much further than commonmark in the core project.

@ssddanbrown commented on GitHub (Mar 9, 2021): Thanks for the request @Y0ngg4n. Checkboxes should be possible in the current release via the `- [ ]` syntax That said, For BookStack I stick to commonmark in an effort to keep to a standard. We have expose some [editor hooks](https://www.bookstackapp.com/docs/admin/hacking-bookstack/#bookstack-editor-events) for customization of the underlying markdown-it front-end rendering and I'm currently working how to expose the back-end markdown renderer for more customization, otherwise I don't want to expand out support much further than commonmark in the core project.
Author
Owner

@Y0ngg4n commented on GitHub (Mar 9, 2021):

@ssddanbrown As far as i can test it checkboxes are not working:

image

I am using Bookstack Version BookStack v0.31.6 with Docker

Ok i understand you viewpoint. Would be nice if you get it finished so we can customize the renderer :)

@Y0ngg4n commented on GitHub (Mar 9, 2021): @ssddanbrown As far as i can test it checkboxes are not working: ![image](https://user-images.githubusercontent.com/30302975/110476875-c7eb8f80-80e2-11eb-863c-9ccd80683883.png) I am using Bookstack Version BookStack v0.31.6 with Docker Ok i understand you viewpoint. Would be nice if you get it finished so we can customize the renderer :)
Author
Owner

@ssddanbrown commented on GitHub (Mar 10, 2021):

Will therefore close this off.

In regards to the checkboxes, You'd just need some content after the square brackets:

Screenshot from 2021-03-09 22-08-30

@ssddanbrown commented on GitHub (Mar 10, 2021): Will therefore close this off. In regards to the checkboxes, You'd just need some content after the square brackets: ![Screenshot from 2021-03-09 22-08-30](https://user-images.githubusercontent.com/8343178/110544700-166d4e00-8124-11eb-8b47-96694df7b8d3.png)
Author
Owner

@Y0ngg4n commented on GitHub (Mar 10, 2021):

@ssddanbrown ah ok nice thank you :)

@Y0ngg4n commented on GitHub (Mar 10, 2021): @ssddanbrown ah ok nice thank you :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#2143