Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

helix pages commons - candidate collection #614

Open
davidnuescheler opened this issue Dec 17, 2020 · 1 comment
Open

helix pages commons - candidate collection #614

davidnuescheler opened this issue Dec 17, 2020 · 1 comment

Comments

@davidnuescheler
Copy link
Contributor

as we are developing more and more projects, we see common patterns evolve and we find ourselves solving similar problems, porting functions from one project to another.

the goal of this issue is to create an overview of functions that are used on multiple projects.

to get it started here are couple that i usually use on basic setups:

general:

  • createTag(name, attrs)
  • toClassName(name)
  • function loadCSS(href)

decoration:

  • decorateTables() -> tableToDivs($table)
  • decorateButtons()
  • wrapSections(element)
  • possibly: decorateEmbeds()
@rofe
Copy link
Contributor

rofe commented Dec 18, 2020

  • readBlockConfig($block)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants