/**
* List all icons available to `obsidian.setIcon()`
*
* @author Ljavuras <ljavuras.py@gmail.com>
*/
dv.container.createEl("style", { attr: { scope: "" }, text: `
.icon-table {
display: flex;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Datacore extends customJS.Violet.Package { | |
| app = customJS.app; | |
| vault = app.vault; | |
| core = datacore.core; | |
| constructor() { | |
| super(); | |
| // class VioletDatacoreLocalApi extends DatacoreLocalApi | |
| Object.setPrototypeOf( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Wrapper for Obsidian API | |
| * | |
| * @author Ljavuras <ljavuras.py@gmail.com> | |
| */ | |
| class Obsidian { | |
| file = { | |
| getTags(file) { | |
| return customJS.obsidian.getAllTags( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** Clock/view.css */ | |
| /** | |
| * Clock widget built upon Dataview plugin | |
| * | |
| * @author ljavuras <ljavuras.py@gmail.com> | |
| */ | |
| .widget__clock { | |
| margin: var(--size-4-2); |