Explain the problem as you see it
I have a tag "#quote" that collects quotes from what I read.
I love to visually separate quotes from other content, to make it more aesthetic and fell the particular way, like quoting, not writing my own thought. I do it by italicizing full node name.
However, I have to manually apply supertag and italics.
Why is this a problem for you?
- do the same work twice
- this can be automatized and kinda not interesting to do
- if I have multiple "formatted supertags" I need to properly remember how to format each one
- if I want to change the formatting in the future, e.g. make quotes not only italic but also bold, I need to do the search and reapply formatting to all nodes. it's easy be can be automatized easily also
Suggest a solution
Allow to specify node name formatting, the same way we format regular text.
For example, add B I U buttons near the supertag color selection.
in the future, it can be extended not only to node names, but to supertag fields also. e.g. if I want to render all "topic"-s of my "book" bold, or hihghlight the muscle names with blue color.
2 Comments
You can do this with custom CSS injected via a Chrome extension like Stylus or Tana Enhancer! See this bit of CSS
https://github.com/rcvd/Tana-CSS-Snippets/tree/main/Custom%20Formats
thank you! I think it deserves to be integrated into Tana itself