awesome-summernote icon indicating copy to clipboard operation
awesome-summernote copied to clipboard

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

Open DennisSuitters opened this issue 6 years ago • 5 comments

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.

  • Table Headers
    • https://github.com/summernote/summernote/issues/380
  • image rotate
    • https://github.com/summernote/summernote/issues/1285
  • AutoFormat
    • Similar to https://ckeditor.com/docs/ckeditor5/latest/features/autoformat.html
  • WordCounter
    • As in https://wordcounter.net/ Only something that can count instances of a word used. Not just a Character Counter with and without markup elements.
  • Typing Colour Picker than can use entered Hex Codes to set colours.
    • https://github.com/summernote/summernote/issues/988
  • Adjust Font Size up or down by one size by button click.
    • https://github.com/summernote/summernote/issues/3397
  • Spolier Text
    • https://github.com/summernote/summernote/issues/3297

DennisSuitters avatar Nov 26 '17 04:11 DennisSuitters

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

tylerecouture avatar Jan 03 '18 17:01 tylerecouture

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

marekdlugos avatar Mar 17 '19 22:03 marekdlugos

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.

DennisSuitters avatar Mar 17 '19 23:03 DennisSuitters

Hello, a spoiler script exist please? Thanks.

AxelBriche avatar Jul 09 '20 11:07 AxelBriche

@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.

DennisSuitters avatar Jul 09 '20 12:07 DennisSuitters