obsidian-web-browser
obsidian-web-browser copied to clipboard
chore: using createEl from obsidian api
And use parent.empty() to remove all children in view-header-title-container
Oh nice. I saw createEl() when making this, but couldn't find any documentation anywhere on the difference between createElement() and createEl() so I stuck with the one I know. Never considered it'd be a part of the Obsidian api
createEl() is a way that recommended by Licat 👨💻