query-json

Read, query and work with JSON inside Obsidian.

MIT License

Stars
10
Committers
2

Bot releases are visible (Hide)

query-json - 0.1.2 Latest Release

Published by Rooyca 3 months ago

Changelogs

  • ref: inline query for arrays (#5)

Full Changelog: https://github.com/Rooyca/query-json/compare/0.1.1...0.1.2

query-json - 0.1.1

Published by Rooyca 3 months ago

Changelogs

  • fix(?) not getting arrays nor values from arrays. (#5)

Full Changelog: https://github.com/Rooyca/query-json/compare/0.1.0...0.1.1

query-json - 0.1.0

Published by Rooyca 4 months ago

Changelogs

  • fix some minor bugs

Full Changelog: https://github.com/Rooyca/query-json/compare/0.0.9...0.1.0

query-json - 0.0.9

Published by Rooyca 5 months ago

  • Inline queries are rendered as they are written.

Full Changelog: https://github.com/Rooyca/query-json/compare/0.0.8...0.0.9

query-json - 0.0.8

Published by Rooyca 5 months ago

Fix and Changes

  • Now it's possible to access data in arrays using numbers (.0)

Features

  • New code-block flag #qj-format to display data in one of the following formats: list, table or img

Full Changelog: https://github.com/Rooyca/query-json/compare/0.0.7...0.0.8

query-json - 0.0.7

Published by Rooyca 5 months ago

Features

  • Added #qj-query flag to codeblocks
    • syntax: key.key[val >= 55 && val == val]

Full Changelog: https://github.com/Rooyca/query-json/compare/0.0.6...0.0.7

query-json - 0.0.6

Published by Rooyca 5 months ago

  • I'm trying to make the plugin syntax more readable and easy to understand

Full Changelog: https://github.com/Rooyca/query-json/compare/0.0.5...0.0.6

query-json - 0.0.5

Published by Rooyca 5 months ago

  • Fix performance by removing unnecessary runs
  • Change query syntax, from @>ID;PATH; to @ID>PATH;

Full Changelog: https://github.com/Rooyca/query-json/compare/0.0.4...0.0.5

query-json - 0.0.4

Published by Rooyca 5 months ago

  • Notice now display total of keys and a list of keys.

Full Changelog: https://github.com/Rooyca/query-json/compare/0.0.3...0.0.4

query-json - 0.0.3

Published by Rooyca 5 months ago

  • Replaced var for let.
  • remove activeLeaf

Full Changelog: https://github.com/Rooyca/query-json/compare/0.0.1...0.0.3

query-json - 0.0.2

Published by Rooyca 5 months ago

  • Replace innerHTML for createEl

Full Changelog: https://github.com/Rooyca/query-json/commits/0.0.2

query-json - 0.0.1

Published by Rooyca 5 months ago

First release