You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use Obsidian createEl helpers instead of native DOM creation
Replaces document.createElement/createElementNS/createDocumentFragment
calls with Obsidian's createEl/createDiv/createSpan/createSvg/
createFragment helpers flagged by the community plugin review bot.
Also upgrades eslint-plugin-obsidianmd to 0.4.1 and enables the
prefer-create-el rule so regressions surface in local lint.
0 commit comments