memos icon indicating copy to clipboard operation
memos copied to clipboard

Tagging requires characters after the tag

Open ronnyandre opened this issue 2 years ago • 3 comments

Describe the bug

When I want to tag an entry, it always needs to be followed by a character (either text or a space). Meaning, the following text would create a valid tag:

#tag 
#tag this works!

First line has a space afterwards Second line has text afterwards

The following won't work:

#tag
this does not work! #tag

First line does not have characters after the tag Second line has text before the tag, but not after the tag

Steps to reproduce

  1. Create new entry
  2. Write #tag without any whitespace/characters before or after the tag
  3. The tag won't be created

Screenshots or additional context

No response

ronnyandre avatar Nov 24 '22 13:11 ronnyandre

Hi, @ronnyandre. The standard format of tag is '#TAG_NAME '. There should be a space after tag name.

image

boojack avatar Nov 24 '22 13:11 boojack

So it is working as intended? If using tags, an entry should always start with a tag or similar? I find it normal to end an entry with tags.

ronnyandre avatar Nov 24 '22 14:11 ronnyandre

You can write the tags at the beginning and end of the content, or anywhere else you want. The main key is that you have to make sure that the tags are properly formatted.

boojack avatar Nov 24 '22 15:11 boojack