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

Tagging improvements #18

Merged
merged 4 commits into from
Dec 5, 2023
Merged

Tagging improvements #18

merged 4 commits into from
Dec 5, 2023

Conversation

KhoomeiK
Copy link
Contributor

@KhoomeiK KhoomeiK commented Dec 4, 2023

  • tag text differently (with "[id]") from interactables ("[$id]"), links ("[@id]"), and text inputs ("[#id]")
  • fix textInsertable (textarea + input) tags (previously weren't visible since tags were inserted inside the textInsertable element)

else
idStr = `[${idNum}]`;
} else {
idStr = `#${idNum}`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we still want some parenthesis here? phone numbers for example could be mistaken for tags with this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolved

@KhoomeiK KhoomeiK requested a review from awtkns December 5, 2023 01:50
@awtkns awtkns merged commit b488eda into main Dec 5, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants