/**
* List all icons available to `obsidian.setIcon()`
*
* @author Ljavuras <[email protected]>
*/
dv.container.createEl("style", { attr: { scope: "" }, text: `
.icon-table {
display: flex;
This file contains 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 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 <[email protected]> | |
*/ | |
class Obsidian { | |
file = { | |
getTags(file) { | |
return customJS.obsidian.getAllTags( |
This file contains 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 <[email protected]> | |
*/ | |
.widget__clock { | |
margin: var(--size-4-2); |