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
Tested on Anki 24.04 beta1, no add-ons, Windows 10 qt6. IIRC, it also used to happen on previous versions.
Steps:
go to the Editor/Browser and select a note that has a hierarchical tag (or add one).
Click on the tag bar next to the hierarchical tag you want to cut, and move the cursor so that the tag is displayed as plain text.
Select the tag and then 'cut' it (e.g., using Ctrl+X), and then paste it into a Field or Browser bar. The double colon (::) is replaced by a ratio symbol (∷).
E.g., #::ExampleParentTag::ExampleChildTag becomes #∷ExampleParentTag∷ExampleChildTag. This can be inconvenient if you want to use the tag for Browser searches or Find & Replace, as you have to fix it manually.
The problem does not seem to occur if you copy the tag instead of cutting it.
(But, if I copy the text of the tag when the tag is not rendered as plain text, the double column does get replaced with a ratio symbol, and a few divs and brs are also added: <div><br></div><div><div>#∷ExampleParentTag∷ExampleChildTag</div></div><div><br></div>)
The text was updated successfully, but these errors were encountered:
Also, the "tag input" bar does not seem fully distinguish between double colons (::) and the ratio symbol (∷). When I paste #∷ExampleParentTag∷ExampleChildTag in the tag bar, the ratio symbols are replaced with double colons. However, attempting to paste the ratio symbol ∷ alone, outside of hierarchical tags, into the tag bar does not result in any input being accepted.
Tested on Anki 24.04 beta1, no add-ons, Windows 10 qt6. IIRC, it also used to happen on previous versions.
Steps:
E.g., #::ExampleParentTag::ExampleChildTag becomes #∷ExampleParentTag∷ExampleChildTag. This can be inconvenient if you want to use the tag for Browser searches or Find & Replace, as you have to fix it manually.
The problem does not seem to occur if you copy the tag instead of cutting it.
(But, if I copy the text of the tag when the tag is not rendered as plain text, the double column does get replaced with a ratio symbol, and a few divs and brs are also added:
<div><br></div><div><div>#∷ExampleParentTag∷ExampleChildTag</div></div><div><br></div>
)The text was updated successfully, but these errors were encountered: