Editing Guide Usage

When editor.guide is set to true, the editing guide is shown in the editor by default. (default: false)

The editing guide is useful for editing borderless layers, tables, etc. It can be activated or deactivated during editing using the editing guide show/hide function.

// synapeditor.config.js
{
  'editor.guide': true
}
<table> <thead> <tr><th><code>editor.guide: true</code></th><th><code>editor.guide: false</code> (default)</th></tr> </thead> <tbody> <tr> <td>

guide true

</td> <td>

guide false

</td> </tr> </tbody> </table>

Related Features