BHGC / website

The Berkeley Hang Gliding Club (website)
https://www.bhgc.org/
4 stars 6 forks source link

SITES: Add tabbed view #39

Open HenrikBengtsson opened 5 years ago

HenrikBengtsson commented 5 years ago

As a start, add tabs 'Nearby' and 'All'

To do this, add Tags: ... field to sites. Then add those tags as HTML class attributes to each sites H2 tag. Finally, use a JavaScript tab framework to filter on those.

HenrikBengtsson commented 5 years ago

Hmm... I just tried to add some HTML-based bootstrap nav-pills/tab-content around the site info. Unfortunately, the site entries are all in Markdown, and the current Markdown compiler will no longer parse/compile Markdown within the new <div>...</div>.

So, for this to happen, I think R.rsp first needs to be updated such that it can use a more modern Markdown compiler, cf. https://github.com/HenrikBengtsson/R.rsp/issues/19