Leo Yao

Results 19 comments of Leo Yao

Note that stats tracking functionality continues to work in live preview, as well as `barManager.updateAltStatusBar()` (though `barManager.updateStatusBar()` will error out). Therefore, adding the following bit of code to make the...

If I make a new file: ``` test:: 2022-08-14 ^[inline-footnote] test2:: ^block-reference ``` And then in the console run `app.plugins.plugins.dataview.api.page("Untitled")` to get the page's information as seen by Dataview: ```json...

Nope, same result. Block references and inline footnotes still show up in the key-value pairs returned by Dataview. Windows 10, Obsidian v1.0.3, Dataview dbd993f.

Right now for a nested tag, it seems two variables are made: the name of the tag with the slash and the one without. For example, having `#test/tag:: value` and...

Just built and tested latest passing commit dbd993f. `row["test/tag"]` does work, though `dv.current()` still gives the same result as before, two distinct keys. ``` test/tag: value testtag: value ``` While...

Also running into this issue. Noticing something else happening as well: when the task is unchecked, and the completion date inline field removed, the space between the block link and...

Spent a few hours today attempting to get the plugin working on mobile. I used https://github.com/shabegom/obsidian-mobile-logging is useful to get error messages. Starting from a manual install of v0.9.0, and...

Added a number more options for formatting the status bar. Increases the rate at which the status bar text is updated to once per second, though the Toggl API is...

Just wondering if there's any update on when my contribution can be reviewed!

Currently: unload and reload the plugin, or run `app.plugins.plugins['obsidian-toggl-integration'].initLeaf()` in the console