Commit Graph

172 Commits

Author SHA1 Message Date
Leandro Otoni 0443fbdfdb Merge pull request #137
* add codeFolding config for json
2024-12-03 07:15:38 -08:00
Gregory Schier 57a05d5486 Fix up some of the new formatting stuff 2024-10-22 08:07:56 -07:00
Gregory Schier e216214085 Custom JSON formatter that works with template syntax (#128) 2024-10-21 15:17:14 -07:00
Gregory Schier c652df82a3 Fix SSE event selection 2024-10-17 11:28:10 -07:00
Gregory Schier dffe6e0a16 Intelligent readonly editor updates, to preserve scroll 2024-10-14 10:40:09 -07:00
Gregory Schier 2ca30bcb31 Fix Codemirror undo history 2024-10-09 12:00:52 -07:00
Gregory Schier 4a81818d05 Add descriptions to template functions 2024-10-09 11:25:51 -07:00
Gregory Schier 7e4f807f75 Add prompt() plugin API (#121) 2024-10-01 08:32:42 -07:00
Gregory Schier 6060ddcd87 Add aliases field to template functions 2024-09-30 18:28:52 -07:00
Gregory Schier f5e8c525e9 Add brackets to URL regex 2024-09-28 14:31:18 -07:00
Gregory Schier 9f7f06a142 Don't adhere to wrapLines in single-line inputs 2024-09-25 22:16:35 -07:00
Gregory Schier 7d97404c11 Improved querystring import on paste (#110) 2024-09-25 08:03:19 -07:00
Gregory Schier 101b6284d6 [WIP] Refactor to NPM workspaces (#104) 2024-09-22 21:27:10 -07:00
Gregory Schier 93633875ac snake_case icons and better toast styles 2024-09-20 07:30:11 -07:00
Gregory Schier a18271d306 Sort Codemirror widgets Fixes #101 2024-09-20 05:45:04 -07:00
Gregory Schier 99e91a692b Fix lint issue 2024-09-19 06:27:02 -07:00
Gregory Schier 844d795014 Namespaced template functions (#95) 2024-09-18 05:36:37 -07:00
Gregory Schier 974ecd511d Fix replacement 2024-09-16 08:11:38 -07:00
Gregory Schier 8913833157 Parse and import querystring on paste (#89) 2024-09-15 11:41:26 -07:00
Gregory Schier 590ea559e3 Make variable dialog more clear
Closes #73
2024-09-12 07:19:32 -07:00
Gregory Schier ed48e1d52a Fix * breaking response URL detection
Fixes #71
2024-09-11 07:34:58 -07:00
Gregory Schier 942f959c36 Request pane context (#70) 2024-09-03 06:18:25 -07:00
Gregory Schier 0b9483954d Request pane context (#69) 2024-09-02 14:36:55 -07:00
Gregory Schier 155d0ce3ba Placeholder CM tags working 2024-09-02 12:35:05 -07:00
Gregory Schier afa64acf83 URL path placeholders 2024-08-30 05:24:07 -07:00
Gregory Schier fdc60445c8 Better content-type detection for editor 2024-08-29 06:07:31 -07:00
Gregory Schier 9320162e22 Special case Response()->response() 2024-08-26 15:26:43 -07:00
Gregory Schier 959ace8720 Clean up code 2024-08-26 15:10:29 -07:00
Gregory Schier c80ebdb156 Node syntaxTree to parse template tags 2024-08-26 11:30:10 -07:00
Gregory Schier 6f6bec5764 Force codemirror to parse more to be able to show code folding 2024-08-23 14:09:28 -07:00
Gregory Schier 8d03ba5bdd Fix initial apply text 2024-08-22 12:49:42 -07:00
Gregory Schier 503b7f1c87 Fix deadlock on getting the focused window 2024-08-22 05:46:09 -07:00
Gregory Schier 4c6684623f Some tweaks for beta 2024-08-19 19:10:08 -07:00
Gregory Schier dbfe2dc93d A bit more chaining cleanup 2024-08-19 16:38:28 -07:00
Gregory Schier 96125a0741 A bunch of improvements to chaining 2024-08-19 14:10:44 -07:00
Gregory Schier 0f8aea3afd Actually call template functions 2024-08-19 10:34:22 -07:00
Gregory Schier ec22191409 Colored autocompletion icons 2024-08-17 05:47:05 -07:00
Gregory Schier aa85ecb618 Template Tag Function Editor (#67)
![CleanShot 2024-08-15 at 16 53
09@2x](https://github.com/user-attachments/assets/8c0eb655-1daf-4dc8-811f-f606c770f7dc)
2024-08-16 08:31:19 -07:00
Gregory Schier c484dd4041 Start on plugin ctx API (#64) 2024-08-14 06:42:54 -07:00
Gregory Schier 5eef910b8c Variable value as title attr 2024-08-13 10:19:21 -07:00
Gregory Schier ed214367d3 Fix dollar sign in Twig grammar 2024-08-13 10:12:09 -07:00
Gregory Schier c9b4e6181c Use new theme vars (#63)
This PR swaps the theme to use the new stuff from the Theme Studio
2024-08-13 07:44:28 -07:00
Gregory Schier dab10d79fe Don't show unnamed variables in autocomplete 2024-08-10 07:09:23 -07:00
Gregory Schier 6232a46ca8 Fix body change setting headers/method 2024-08-09 08:33:49 -07:00
Gregory Schier ffb7ab55be Fix variable regex 2024-08-09 07:41:52 -07:00
Gregory Schier f967820f12 Model and DB refactor (#61)
- [x] Move from `sqlx` to `rusqlite`
- [x] Generate TS types from Rust models
2024-08-05 07:58:20 -07:00
Gregory Schier a3988188f3 More flexible placeholder match 2024-07-31 07:42:18 -07:00
Gregory Schier ff3b32ba64 Add timestamp() to template fns 2024-07-30 14:04:33 -07:00
Gregory Schier 9d2de4a0b1 Fix fold gutter icon direction 2024-07-30 13:58:30 -07:00
Gregory Schier ba9b914303 Fix button styles 2024-06-20 12:55:13 -07:00