Commit graph

24 commits

Author SHA1 Message Date
Jacob Levernier
44fb55cec2 Updated manifest 2023-02-26 18:39:34 -05:00
Jacob Levernier
0f5007cc72
Fixed bug whereby noncompliant patterns would not be filtered correctly, causing other patterns to be filtered in their place. (#59) 2023-02-26 18:38:08 -05:00
Jacob Levernier
f444bac791 Updated version number. 2022-06-05 10:58:39 -04:00
Jacob Levernier
1c1a922af7
2.1.1 (#52)
* Fixed bug whereby final cursor position was not always being calculated or applied correctly.
* Fixed bug whereby cursor position was not being saved consistently when multiple fields were updated.
2022-06-05 10:57:06 -04:00
Jacob Levernier
bf96adb59e
2.1.0 (#49)
- Added icons for commands
- Added icon setting for custom commands
- Upgraded dependencies
2022-04-16 10:55:12 -04:00
Jacob Levernier
e7d7ab8330
2.0.0 (#39)
- Added commands to use the clipboard.
- Added inline Regex validation in Settings page.
2022-01-22 14:02:49 -05:00
Jacob Levernier
e7f4c0df04
Fixed bug whereby new installation would fail on API Version check. (#37) 2022-01-10 08:52:40 -05:00
Jacob Levernier
68c505cf7f
1.4.0 (#33)
- The Settings menu has been completely redesigned, and should now be more mobile-friendly.
- The position of the cursor, or selection of text, after applying a pattern is now able to be customized from the Settings menu.
- Links in the Readme have been updated.
- Patterns, Rules, and Commands now ask for confirmation before being deleted.
2021-12-31 06:49:08 -05:00
Jacob Levernier
69cf5eef4c Update to version 1.3.1 2021-09-11 15:18:33 -04:00
Jacob Levernier
73de115b7c Fixed bug whereby edits to a Command's name and pattern string would overwrite one another. 2021-09-11 15:18:02 -04:00
Jacob Levernier
5a3e8000e2 Update to version 1.3.0 2021-08-21 16:08:36 -04:00
Jacob Levernier
045e8abf2a Added ability to collapse patterns. 2021-08-21 16:06:12 -04:00
Jacob Levernier
fd9e97414b Update to version 1.2.1 2021-08-21 14:26:46 -04:00
Jacob Levernier
0b7b71fde1 Applied yarn.lock file from Tasks plugin @1916f780df6eb80cd471a83a6181dd0096a96f8c -- this seems to have corrected an issue whereby chrono-node would not be imported correctly (??) 2021-08-21 14:25:43 -04:00
Jacob Levernier
88cfe3e910 Reordered versions file. 2021-08-12 11:26:37 -04:00
Jacob Levernier
fa9b2956e1 Update to version 1.2.0 2021-08-12 11:21:25 -04:00
Jacob Levernier
36a8fd7f2c Expanded bug fix for \n not being parsed correctly. 2021-08-12 09:25:50 -04:00
Jacob Levernier
175fedfbf1
1.2.0 dev (#11)
* Added 'Apply Pattern to whole Document' command.

* Added Commands functionality.

* Split out default settings, and added clear all settings button.

* Started adding typeguard checks.

* Implemented JSON checking when importing settings.

* Made reset settings button red on click.

* Updated Readme.

* Fixed bug whereby newline characters \n were being escaped in the settings JSON and then not unescaped, resulting in \n working in From lines but not To lines.

* Documented regex flavor used by the plugin.
2021-08-12 09:18:34 -04:00
Jacob Levernier
90e39ed40c Incremented version number. 2021-08-06 09:47:41 -04:00
Jacob Levernier
f0dec47619
Incorporate feedback (#2)
* Fixed vestigial class name.
* Refactored to remove Command file, and incorporated additional review feedback.
* Fixed bug whereby new text could not be typed after using the Pattern fuzzy finder.
2021-08-06 09:46:08 -04:00
Jacob Levernier
4af8de9e0a Fixed syntax error. 2021-08-03 16:24:53 -04:00
Jacob Levernier
50c8aea34c Added ability to filter and rearrange Patterns. 2021-08-03 16:16:58 -04:00
Jacob Levernier
800f4ee9b1 Re-added test target. 2021-08-03 12:33:23 -04:00
Jacob Levernier
47d599d4ed Initial (squashed) commit, after forking from Obsidian Tasks plugin to use documentation and code setup. 2021-08-03 12:32:14 -04:00