Add new_title Placeholder for Prefix-Stripped Titles - #105
Open
nekton39 wants to merge 9 commits into
Open
Conversation
Author
|
I have named it new_title for now, but if you have a suitable name, I would appreciate suggestions. |
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.
This pull request introduces a new placeholder called new_title, which holds the title of a new note minus any prefix. Previously, we had a placeholder named new_note_title that includes the prefix in the title. However, there has been interest in having a version of the title without the prefix, as seen in the discussions in issues #72 and #80.
The new_title placeholder can be useful for users who prefer a cleaner or more concise title for their notes, especially when the prefix is not desired. This change aims to address the needs of such users and improve the flexibility of title formatting in the plugin.
Fixes #72
Fixes #80