mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #322] Testing Tags #126
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#126
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arcturus140 on GitHub (Jan 29, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/322
Current behavior
This issue lists a couple of problems with tags.
Multiple tags
Tags are shown in a single line below the note. If all horizontal space is consumed not all tags are visible. Also, more tags become impossible to add. If a single tag
Zombi-Tagging
If you delete a tag from the note it is still listed in the side bar, although there exist no tagged notes.
If you delete a note, its tags are still listed in the sidebar although there exist no tagged notes.
Supersized tags become imortal
If you create a super long tag it becomes impossible to delete from within the note. It becomes impossible to delete from the sidebar, too, since the button "Remove Tag" from the popup message is invisible.
Chinese Tags
chinese tags are written from top to bottom instead left to right:
when using tags like
測試or餐厅的专业.When you try to add a tag to a note twice it doesn't let you do that and the entered text remains. It can increase productivity if the text is cleared after pressing enter in this situation.
Expected behavior
Environment
@Rokt33r commented on GitHub (Feb 4, 2020):
Thanks for your idea. I'll create issues for each problem and close this.
@Rokt33r commented on GitHub (Feb 4, 2020):
Multiple tags -> https://github.com/BoostIO/BoostNote.next/issues/328
Zombi-tagging -> https://github.com/BoostIO/BoostNote.next/issues/329
Chinese Tags, Supersized tags become imortal
-> https://github.com/BoostIO/BoostNote.next/issues/330
I've made this into separated issues so we can track easily.