Skip to content
This repository was archived by the owner on Jun 16, 2020. It is now read-only.
This repository was archived by the owner on Jun 16, 2020. It is now read-only.

Code completion / Templates #42

@CashWilliams

Description

@CashWilliams

The editor should be aware of gitbook syntax with code completion or whatever Atom calls it.

Where [something] and [something else] are placeholder text or curser input points...

{% raw %}

{% endraw %}
{{ [something] }}
{% if [something] %}

{% endif %}
{% if [something] %}

{% elif [something else] %}

{% else %}

{% endif %}
{% for [something] in [something else] %}

{% endfor %}
{% include "[something]" %}
{% extends "[something]" %}
{% block [something] %}

{% endblock %}
{% import "[something]" %}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions