Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourYellow
titleRELEASE 2.5.0 OR ABOVE

...

Remove unnecessary DIV

...

tag

If'peelOffDiv' false로 설정하면 HTML 불러오기시 불필요한 DIV를 벗겨냅니다. (v2.7.0 이전 기본값 = true, v2.7.0 이후 기본값 = is set to false, unnecessary DIV tags are peeled off when loading HTML. (Default value : false)

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
'editor.buildOption.html': {
    'peelOffDiv': false
},

...

peelOfDiv: truepeelOfDiv: false

...




Duplicate ID

...

notification settings

Status
colourYellow
titleRELEASE 2.7.0 OR ABOVE

If'alertDuplicatedIdalertDuplicateId' true로 설정하면 HTML불러오기시 중복된 ID가 있을 경우 알림창을 보여줍니다. (기본값 is set to true, a notification window is displayed when there is a duplicate ID when loading HTML. (Default = true)

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
'editor.buildOption.html': {
    'alertDuplicatedIdalertDuplicateId': true
},