VickiLanger / OpenGates

Reference checklist of things to avoid gatekeeping in posts, articles, videos, talks, presentations, podcasts, and in any other content.
https://OpenGates.dev/
MIT License
4 stars 7 forks source link

Ability to remove or hide completed items #9

Open VickiLanger opened 3 years ago

VickiLanger commented 3 years ago

As a...

I want...

So that...

Possible iterations

  1. have the ability to fold or collapse sections (maybe using <details> and <summary> tags
  2. give a button to hide/unhide all items that have been selected/completed

Don't forget to checkout AntiGatekeep Checklist for Content Creation and follow the bot on Twitter to see the hard work you put in.

VickiLanger commented 2 years ago

this could help http://movb.de/jekyll-details-support.html

VickiLanger commented 2 years ago

We now have a reusable liquid details tag.

{% details go here %}
  summary goes here
{% enddetails %}