Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow tag messages to be spread across multiple lines #603

Open
Mr-Crabman opened this issue Dec 16, 2021 · 1 comment
Open

Allow tag messages to be spread across multiple lines #603

Mr-Crabman opened this issue Dec 16, 2021 · 1 comment
Assignees
Labels
improvement An improvement to existing functionality

Comments

@Mr-Crabman
Copy link

Mr-Crabman commented Dec 16, 2021

Describe the improvement that you'd like
When adding an annotated tag, the optional "message" box should be able to expand (much like the commit message box) and have its message include newlines.

Additional context (optional)
Right now, the box doesn't seem to be able to accept multiple lines; pressing enter, even while shifting, just does nothing, and pasting in text that already has newlines erases the newlines.

I know it's possible to have newlines in the tag messages; for example, by doing git tag -a tag_name, VSCode opens up Nano to type out a message. Really, the only reason I ask for this improvement instead of just using that is because inputting markdown is impossible there (more specifically, the # symbol won't be included in the messages, because it's Nano).

@Mr-Crabman Mr-Crabman added the improvement An improvement to existing functionality label Dec 16, 2021
@sjackson0109
Copy link

Multiple lines would work,
or multiple tags, stacked ontop of one another?
mermaid-js/mermaid#3801

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement An improvement to existing functionality
Projects
None yet
Development

No branches or pull requests

3 participants