Atom Snippets for the Kirby Cheat Sheet

any chance to also add the most important toolkit functions? :slight_smile:

What are the most important toolkit functions in your opinion? It’s a long list.

in my eyes i guess at least for my usage the most important functions from the toolkit are:

  • s
  • cookie
  • str
  • a
  • yaml

Well, if everyone add their preferences, well soon end up with the complete toolkit :slight_smile:. Here are some additional ones:

  • f
  • url
  • html
  • r
  • tpl
  • v
  • helpers

too bad each and every function isn’t very well documentated as it is with the cheatsheat :frowning:

Yeah, I absolutely agree with you, @carstengrimm! We really have to get this done.

@texnixe How automated is the documentation? My (possibly incorrect) understanding is that large parts of the toolkit docs are generated automatically. If I’m right, maybe that same tooling could be used to generate the .cson file that the Atom plugin needs.

can checkout on github