Skip to content

Releases: iamrecursion/obsidian-pkvs

1.1.1

02 Apr 23:59
Compare
Choose a tag to compare

Fixes an issue where standard configurations couldn't load the plugin on mobile. This should now work, so please let me know if there are any other issues.

1.1.0

02 Apr 03:11
661ff68
Compare
Choose a tag to compare

Sometimes it is useful to be able to evaluate JavaScript to access this persistent store without having to write a DVJS query or Templater template. To that end, this plugin now includes the Eruda portable web-inspector front-end.

When opening the inspector (using the command palette), you will see the console by default. In settings, you can enable additional tabs, such as a DOM tree, network request and resource monitoring, sources viewing, performance and timing graphs, and so on. Please see the settings themselves for descriptions of what each tab gives you.

This function is useful for general development, not just interacting with the persistent store.

1.0.3

27 Jan 01:09
Compare
Choose a tag to compare

Fixes an issue where the settings would get created again and again every time you opened the settings pane.

1.0.2

15 Jan 20:33
1.0.2
20314fa
Compare
Choose a tag to compare

Some minor fixes from manual plugin review.

1.0.1

04 Jan 15:45
1.0.1
1a3b6a5
Compare
Choose a tag to compare

Fixes from plugin review.

1.0.0

02 Jan 22:53
1.0.0
3d73a70
Compare
Choose a tag to compare

The initial release of the plugin.