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

[Bug]: Tag removed and used in the note title when creating new note from task #1016

Open
bpthecodeman opened this issue Jul 13, 2024 · 2 comments · May be fixed by #1017
Open

[Bug]: Tag removed and used in the note title when creating new note from task #1016

bpthecodeman opened this issue Jul 13, 2024 · 2 comments · May be fixed by #1017
Labels
bug Something isn't working

Comments

@bpthecodeman
Copy link

Describe the bug

Description

When you have cards which already have tags in them, and you want to create a note from that card, the note created contains the tags in the title and the tags are removed from the kanban board view and become part of the link.

Example

Let's say you have a card which has the following text Task 1 #Tag1. If I click on New note from card, The note created has a title of Task 1 Tag1 and the card text changes to [[Task 1 Tag1]] which makes the tag disappear.

Visual Example

Action Picture
Create a note with tag/tags image
Click on New note from card image
The output is a note with title Task 1 Tag1 and the card text is changed to [[Task 1 Tag1]] image

Expected Behavior

I think that the tags should not be removed from the card text.

I also think that the tags should not be part of the title. Maybe have a settings which enables the user to choose if they want the tags to be added in the file properties, or if they want the tags to be part of the title.

Steps to reproduce

  • Create new or use and existing kanban board
  • Insert a new card to a list
  • Name the card and add tag/tags
  • Click on More options on the card
  • Click on New note from card
  • The card text changes and removes the tags

Relevant errors (if available)

No response

Operating system

Linux

@bpthecodeman bpthecodeman added the bug Something isn't working label Jul 13, 2024
@tralce
Copy link

tralce commented Nov 22, 2024

Would very much love to see this merged! I am a heavy user of tags and New Notes from Card.

@jstebenne
Copy link

A follow-up to this would be to have an option to create the note in a subdirectory for the tag. It would however require a way to define which tag to use as the directory name (if there are multiple) and if that behaviour should happen or not with a specific tag. This is in a context where the tag could serve as an "Epic"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants