10xers / 2015

3 stars 1 forks source link

Programmable Templated Wiki #15

Open MatthewJWalls opened 9 years ago

MatthewJWalls commented 9 years ago

Another idea I got out of #6:

Brought into vogue from web development; Templates where you embed code/logic into documents, and is a pretty sweet idea.

What if you had a wiki where the pages were like templates (which can be edited live in the application like a normal wiki) so that the documents could respond to change and context.

Trivial examples:

The pages would probably look something like:

Welcome to BigTech. If you need assistance, please contact: {{supportteam.on_call}}

 Our amazing API call is:

     {{import fragment(apiexample, user.api)}}

Blah blah blah lorem ipsum.

You would need to set up an environment (the context) to support this.