Skip to content
Discussion options

You must be logged in to vote

Ways to manage your stylesheets

There are separate settings for source code, plain text and markdown stylesheets. The same path resolution mechanism is used for all stylesheets and all other resources (eg images).

Relative to your documents

A relative path is resolved relative to the directory that contains the document. If your repo contains docs/some.md then for that document, a stylesheet path of ./md.css will resolve to docs/md.css

This allows you to have a private md.css for each folder of documents.

Relative to your workspace

Workspace relative paths are (surprise!) relative to the workspace. For the snap below I put the stylesheet in the root of the workspace but you don't have to.…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by solvworx
Comment options

You must be logged in to vote
1 reply
@solvworx
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants