rooyca
19cd998721
feat( #15 ): multi index & filtering
2026-05-19 17:07:20 -05:00
rooyca
fe45c346ec
fix: minor errors
2026-04-12 17:38:00 -05:00
rooyca
59c8b8490a
update(fix): qjson counter
2025-10-25 14:21:21 -05:00
rooyca
8de372e027
update(docs): improve readability
2025-10-25 12:52:01 -05:00
rooyca
b87232eb30
update(feat): getting multiple values ( #13 )
2025-08-14 15:42:33 -05:00
rooyca
b8163b1550
update(feat): properties in query
2025-07-27 14:35:38 -05:00
Ronald Cantillo
0a0a09f3e6
Merge pull request #9 from Haltarys/patch-2
...
fix(desc): add default description when parsing `#qj-desc` flag
2025-05-28 08:22:41 -05:00
Ronald Cantillo
23dee0704f
Merge pull request #8 from Haltarys/patch-1
...
fix(parse): fix stripping of flag with no parameters
2025-05-28 08:22:31 -05:00
Haltarys
a0e2b4c4d5
fix(desc): add default description when parsing #qj-desc flag
...
If the regex does not find a match, `desc[1]` is null but the code does not throw an exception.
2025-05-27 22:41:39 +02:00
Haltarys
1b89d1b40d
fix(parse): fix stripping of flag with no parameters
...
Flags like `#qj-id: 24` are stripped by the regex, but flags that have no parameter like `qj-show-json` and `#qj-hide-id` are not.
The reason is that the regex expect to match the character sequence `: ` in it. But these flags do not match it and are not stripped from the input data.
This PR updates the regex to make the character sequence `: ` optional, thus making the flags match.
2025-05-27 22:24:09 +02:00
rooyca
5dcab3f429
update(fix)[ #7 ]: searching json files with full or relative path
2025-02-14 14:35:55 -05:00
rooyca
6c17774407
update(feat)[ #6 ]: improved table data display
2025-01-23 10:45:24 -05:00
Ronald Cantillo
390a6ff245
Merge pull request #6 from ozppupbg/master
...
Improved table data display
2025-01-17 11:05:29 -05:00
ozppupbg
ba39149f92
Template format requires custom name
2024-12-28 11:12:37 +01:00
ozppupbg
6264f754ad
Added support for multi field text templates
2024-12-27 18:23:16 +01:00
ozppupbg
dc5c8c9cd0
Fix display of objects without column format
2024-12-27 15:20:28 +01:00
ozppupbg
748ea16b5e
Fix qj-format matching new-lines
2024-12-27 15:06:15 +01:00
ozppupbg
d99b7429bc
Fix field filters with new condition
2024-12-27 14:42:10 +01:00
ozppupbg
3e31b617db
Allow filters over top-level arrays.
2024-12-27 14:29:13 +01:00
ozppupbg
086929c836
Remove debug console.log statements
2024-12-27 13:19:20 +01:00
ozppupbg
c28fdd32e0
Make local JSON content actually work by removing "#qj-" headers.
2024-12-27 13:18:15 +01:00
ozppupbg
e418497701
Improve array presentation and column formatting.
2024-12-27 13:04:23 +01:00
rooyca
d8ecba1401
ref: inline query arrays( #5 )
2024-07-23 02:55:26 -05:00
rooyca
7d643057f9
fix: wildcard for arrays ( #5 )
2024-07-21 21:31:45 -05:00
rooyca
6490251e53
fix: status bar bug
2024-07-05 19:10:26 -05:00
rooyca
98c31f4c6e
fix: status bar bug
2024-07-05 19:09:31 -05:00
rooyca
3f7f5d1017
fix: some minor bugs
2024-07-05 18:49:55 -05:00
rooyca
18d213c283
update(ref): take back way of rendering inline code
2024-05-27 18:01:52 -05:00
rooyca
fb7074dd6b
update(feat): format flag in codeblocks
2024-05-23 18:56:33 -05:00
rooyca
70123b7d8a
update(feat): format flag in codeblocks
2024-05-23 18:52:52 -05:00
rooyca
5048e321bb
update(docs): format flag in codeblocks
2024-05-23 18:25:27 -05:00
rooyca
d170bb73dd
update(feat): format flag in codeblocks
2024-05-23 18:24:04 -05:00
rooyca
451a5bcd27
update(feat): query in codeblocks
...
- Now we are using MarkdownPostProcessor instead of workspace.on('editor-change')
- Now is posible to query elements inside an array using numbers
2024-05-23 16:50:37 -05:00
rooyca
96ead1c1b9
update(feat): query in codeblocks
2024-05-21 21:12:33 -05:00
rooyca
5d6f8ee710
update(docs): feedback
2024-05-20 21:33:00 -05:00
rooyca
3eccec959a
update(docs): feedback
2024-05-20 21:27:26 -05:00
rooyca
4fcda5d75f
update(docs): feedback
2024-05-20 21:26:44 -05:00
Ronald Cantillo
8e076cd716
Update(docs): add showcase
2024-05-19 17:30:51 -05:00
rooyca
93e8444e3c
update(ref): improving syntax and readability
2024-05-19 17:28:09 -05:00
rooyca
634f09d4ae
update(docs): change query syntax
2024-05-18 18:26:25 -05:00
rooyca
cf6a1ce006
update(ref): remove unnecesary runs
2024-05-18 18:22:45 -05:00
rooyca
125386305c
update(docs): improve readme
2024-05-17 20:13:51 -05:00
rooyca
3661e40165
update(feat): notice display keys
2024-05-17 19:49:48 -05:00
rooyca
f97a3a8e2d
update(feat): query json files without import them
2024-05-17 18:50:46 -05:00
rooyca
265931b7c3
update(ref): activeLeaf deprecated
2024-05-16 15:40:09 -05:00
rooyca
de2217ee7e
update(feat): notice displays json
2024-05-15 23:37:12 -05:00
rooyca
ebef2d2a64
update(feat): notice displays json
2024-05-15 23:26:24 -05:00
rooyca
24baf58246
update: release ready
2024-05-15 11:54:44 -05:00
rooyca
31245701c9
update: qj v0.0.1
2024-05-14 21:55:17 -05:00
Ronald Cantillo
f1d23813f4
Initial commit
2024-05-14 10:26:03 -05:00