Conversation
…indicator
- Add default filter to screen out options containing templating fields ('<%')
- Fix pencil icon appearing incorrectly for empty/blank values
- Update plugin version to 1.0.17
- Filter templating syntax values (containing '<%') at source in getFrontmatterKeyValues to prevent templating errors when forms load - Add comprehensive debug logging to SearchableChooser for manual entry indicator diagnosis - Update changelog with all recent changes for version 1.0.17
…ng syntax - Changed from renderFrontmatter() to getFrontmatterAttributes() to parse frontmatter without rendering - This prevents templating errors during form initialization when frontmatter contains templating syntax referencing form fields - Templating syntax in frontmatter attributes will be rendered later when form is submitted with actual values
- Changed condition from filteredItems.length > 0 to items.length > 0 - This allows create mode to show even when all items are filtered out (e.g., by templating syntax filter) - Users can now create new items when typing something not in the list, even if existing items were filtered out
…, remove replacers - Added defaultRawMode and hideRawToggle props to TemplateTagEditor - Removed displayTextWithSpaces function (no more <return> and <space> replacers) - Show text directly with whitespace preserved - Added newNoteFrontmatter field to ProcessingMethodSection (create-new section) - Set newNoteTitle and newNoteFrontmatter to use raw mode by default with hidden toggle - Calendar picker auto-close already implemented in NoteChooser
- Move New Note Frontmatter field above Content to Insert in create-new mode - Change 'Content to Insert' label to 'New Note Body Content' in create-new mode - Fix ContainedMultiSelectChooser to allow creating new items even when list is empty - Remove items.length > 0 requirement from create mode condition
…r key - Highlight the checkmark confirm button when in create mode - Make Enter key trigger create confirmation when in create mode - Add visual highlighting with tint color background and shadow - Update button title to indicate Enter key support
When processing form submissions with newNoteFrontmatter: - Check if frontmatter already has a title field; if so, do nothing - If no title field exists, check if body content first line contains '# <%- newNoteTitle %>' - If body doesn't have the title heading, add 'title: <%- newNoteTitle %>' (or use original template tag) to the top of frontmatter - This ensures the title is always set and not overwritten by frontmatter or body content
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.
No description provided.