summernote / awesome-summernote

A curated list for summernote modules
391 stars 67 forks source link

TODO List: Abstract Issues and Feature Requests to Plugin Ideas from Summernote Issues #57

Open DennisSuitters opened 6 years ago

DennisSuitters commented 6 years ago

This is a list for people to have a go at making Plugins that can features to Summernote that I have procured from Issues in the main Summernote Project.

tylerecouture commented 6 years ago

Table Headers: https://github.com/tylerecouture/summernote-table-headers

marekdlugos commented 5 years ago

Would love to see the ability to create TODO lists (plain checkboxes to tick). Is there a way I can make it work?

DennisSuitters commented 5 years ago

I think a TODO list would be a separate script, as you would also need some way of storing the checkbox states, then retrieve them when displaying the list. I wouldn't say it's impossible though, if someone wants to build one, of course will add a link for it.

AxelBriche commented 4 years ago

Hello, a spoiler script exist please? Thanks.

DennisSuitters commented 4 years ago

@AxelBriche you could just use:


<details>
<summary>Expanable title</summary>
<p>Revealed content</p>
</details>

then you wouldn't need any javascript, and you can style it anyway you like.