You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Click on New note from card
The output is a note with title Task 1 Tag1 and the card text is changed to [[Task 1 Tag1]]
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
The text was updated successfully, but these errors were encountered:
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"
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 onNew note from card
, The note created has a title ofTask 1 Tag1
and the card text changes to[[Task 1 Tag1]]
which makes the tag disappear.Visual Example
New note from card
Task 1 Tag1
and the card text is changed to[[Task 1 Tag1]]
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
More options
on the cardNew note from card
Relevant errors (if available)
No response
Operating system
Linux
The text was updated successfully, but these errors were encountered: