obsidian-web-browser icon indicating copy to clipboard operation
obsidian-web-browser copied to clipboard

chore: using createEl from obsidian api

Open Quorafind opened this issue 3 years ago • 2 comments

And use parent.empty() to remove all children in view-header-title-container

Quorafind avatar Nov 03 '22 15:11 Quorafind

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

Trikzon avatar Nov 03 '22 15:11 Trikzon

createEl() is a way that recommended by Licat 👨‍💻

Quorafind avatar Nov 03 '22 15:11 Quorafind