How to use dashboard-ReadLineLength.css in editing mode #18
Answered
by
LordMartron94
albertoloscerritos
asked this question in
Q&A
-
Hi, does anybody knows if it is possible to enable the wide mode using a snippet, but make the wide view visible also in editing mode. Since the dashboard-ReadLineLength.css snippet only makes it visible in reading mode. |
Beta Was this translation helpful? Give feedback.
Answered by
LordMartron94
Sep 3, 2023
Replies: 1 comment 2 replies
-
I made it a big view class so I can use it for normal notes too: .bigview { |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
albertoloscerritos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I made it a big view class so I can use it for normal notes too:
/* CSS Snippet for Obsidian */
.bigview .markdown-preview-section {
max-width: 100% !important;
width: 100% !important;
}
.bigview {
--file-line-width: 100%;
}