shorter modded sheet names, with symbols ꜄ᵀ📑 #2836
Replies: 1 comment
-
@midichef thank you for sharing this. This looks very helpful. Plus, I really like you sharing Unicode characters that you think are good options. It would be useful if there was a good directory of these that look good in terminal emulator. Like there was a great discussion in #1807. I feel like it can be difficult to find good ones that have great font support. I've wonder if things like combining characters also would be helpful. This is worthy of a longer discussion... For a while I have this hazy thought it would be useful to have something like a "namer" function, you would give some context for what you are naming, and it could generate the name, the caller might provide a default. There are already a lot of defaults, but as your example show you need to update all these different places. To me this namer would be useful for everywhere we create a new name, it might even rename the original, like you did with the replace column code you wrote. There was an earlier discussion on navigating sheets more in #1656. I mentioned the naming class in #1656 (comment). I like how you've changed the naming to be the length of the sheet, that is more helpful that just EDIT: Added 3rd paragraph. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After selecting rows to a new sheet with
"
, the sheet suffix_selected_ref
is too long, so I use the symbol꜄
. And fortranspose
I useᵀ
, anddup-rows
adds📑
. Here's what they look like in action. The new versions are in orange, the standard sheet names are above them in blue:The number after
꜄
is the number of selected rows. That helps me distinguish different sheets made by"
.Here's the code to add to your .visidatarc to try it:
Beta Was this translation helpful? Give feedback.
All reactions