Technical
Technical styles can be used for exporting Ulysses documents with full markup and whitespaces. Besides ulysses-escape
, all technical styles are hidden by default.
Selectors
-
Generic:
-
ulysses-tag
: The style selector matching all Ulysses tags. -
ulysses-whitespace
: The style selector matching all whitespaces that are typically not exported (e.g. empty lines between paragraphs and lists). -
ulysses-escape-character
: The style selector matching the escape characters “\“. -
ulysses-escape
: The style selector matching an entire escape sequence.
-
Style Settings
See also: Inline
Pseudoclasses
See also: Inline
Example
// Hide tags, escape characters and whitespaces
ulysses-tag {
visibility: hidden
}
ulysses-escape-character {
visibility: hidden
}
ulysses-whitespace {
visibility: hidden
}