Jump to content

Recommended Posts

I can get such a table cell as below. But the width of the cell still depends on the number of characters, but not the actual line height.

<td>
     <span style="-webkit-writing-mode: vertical-rl;">vertical-rl</span>
</td>

image.png.1c03c6b6da29593bed32ea9134948e5c.png

Is it possible to get something like this in Evernote?

image.png.1dbb8b627a03d5f1d8557075ec968af4.png

https://developer.mozilla.org/en-US/docs/Web/CSS/direction

Or what is the best place to get help on these topics about Evernote?

Thanks!

Link to comment
  • Level 5*

As far as I know, Evernote does not do any text orientation except for horizontal. Note that the CSS "direction" described on the page you linked to doesn't do vertically oriented text;  though the CSS "text-orientation" property (and others) may be able to do what you want: https://developer.mozilla.org/en-US/docs/Web/CSS/text-orientation.

If you can hack a .enex file with the appropriate CSS and then import it into Evernote, that may work for you.

  • Thanks 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...