Skip to content
  • Himanshu Kapoor's avatar
    Add support for templates in wikis · d4692112
    Himanshu Kapoor authored and Allen Cook's avatar Allen Cook committed
    Add support for creating templates and creating pages using
    existing templates in wikis. Notes:
    - Templates are wiki pages too, but in UI we call them
    "templates" instead of "pages".
    - Templates are stored in /wiki/templates/ directory.
    - To access all templates or to create a new template or edit
    an existing template, click the new "Templates" link in
    the sidebar.
    - You can do all actions that were previously possible on
    wiki pages on templates as well. This includes template
    version history, author details and diff comparison with the
     previous version.
    - We support templates in all formats: Markdown, RDoc, AsciiDoc
    and Org.
    - Attachments are currently disabled for templates.
    - This feature works in both project and group wikis.
    - You can create/edit templates in both plain and rich text editors.
    - Template dropdown filters templates by the format type you choose.
    
    Changelog: added
    d4692112