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

Text cells that are not square are not recognized as text cells #2

Closed
jc86035 opened this issue Feb 9, 2020 · 2 comments
Closed

Text cells that are not square are not recognized as text cells #2

jc86035 opened this issue Feb 9, 2020 · 2 comments
Labels

Comments

@jc86035
Copy link

jc86035 commented Feb 9, 2020

The format for Routemap text cells is width*text, where width can be matched by the regex \+?(o?c?d?|c?d?b?|d?b?s?|b?s?w?) (these are the values that the Routemap CSS currently supports) and text may be any text which does not interfere with the Routemap character matching. Currently it seems only *text is recognized by the editor.

@xingrz
Copy link
Owner

xingrz commented Feb 10, 2020

would you please provide a map for test?

@xingrz xingrz added the bug label Feb 10, 2020
xingrz added a commit that referenced this issue Feb 10, 2020
```
exTINTx!~*8__align=a~~a
exTINTx!~*8__align=e~~e
exTINTx!~*8__align=l~~l
exTINTx!~*8__align=r~~r
```
xingrz added a commit that referenced this issue Feb 10, 2020
```
exBS!~*2__b=1\exBS!~*2__bold=1
exBS!~*2__align=r,bold=1\exBS!~*2__bold=1,align=l
```
xingrz added a commit that referenced this issue Feb 10, 2020
```
exBS\o*8\exBS~~2.5x20
exBS\c*8\exBS~~5*20
exBS\d*8\exBS~~10*20
exBS\b*8\exBS~~40*20
exBS\s*8\exBS~~80*20
exBS\w*8\exBS~~160*20
```
@xingrz
Copy link
Owner

xingrz commented Feb 10, 2020

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants