How to enable automatic tag closure in LightTable?

When closing a tag, I mean that when I add a tag <p>, for example, the editor should automatically place </p>after it, leaving the cursor between them so that I can add text.

Ideally, in the case of some tags, such as <div>, after opening the tag, the <div>editor inserts a new line and moves the cursor at the beginning (automatically indent during dooing) and adds the closed tag </div>to the third line, leaving the cursor on the second line to add content.

How to make LightTable behave like this?

+4
source share

All Articles