feat: Add a macro that allows users to convert paths into field values#1210
Draft
mm12 wants to merge 4 commits into
Draft
feat: Add a macro that allows users to convert paths into field values#1210mm12 wants to merge 4 commits into
mm12 wants to merge 4 commits into
Conversation
* Enable multi-line input for multi-line text fields * Allow multiple fields of the same type to be added
* Add progress bar when applying changes * Add progress bar when loading preview * Add documentation markdown * Add warning icon for items that will be skipped * Add ability for user to apply to warned items
3 tasks
* clean up progress bar - add percentage, move progress text into the bar itself * add information about current value to preview. specify if exact duplicate * attempt to throttle UI updates (needs further work) * use nonModal - this may need more checks around it, but lets users easily cross-reference with items in the main window * remove wrapping on progress bar label, since it was causing issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #1203
Summary
This adds a macro that allows users to convert information in file paths into fields for those files.
New menu item:

Upon selection, the user is presented with the following window:

Which can be used to populate fields:

Tasks Completed
TODOs
** TODOitems suggested by code review/and.characters, possible disallowed characters. In addition, highlighting groupings might be helpful). might be better to make this part of bigger text input fixup to avoid feature creep.