diff --git a/MystEditor.js b/MystEditor.js index a67dee0..c188ae1 100644 --- a/MystEditor.js +++ b/MystEditor.js @@ -48870,6 +48870,24 @@ const W_t = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvM .cm-gutterElement span[title="Unfold line"] { user-select: none; } + + .cm-line { + padding-left: 11px; + } + + .cm-activeLine:not(.comment-wrapper *) { + position: relative; + + &::before { + content: ""; + display: block; + width: 5px; + height: 100%; + position: absolute; + background-color: var(--blue-200); + transform: translateX(-11px); + } + } `, rAt = (t, e) => { t.dispatch({ changes: { diff --git a/docs/collaboration.html b/docs/collaboration.html index a77b659..ba11de1 100644 --- a/docs/collaboration.html +++ b/docs/collaboration.html @@ -404,7 +404,7 @@

Other Collaborative FeaturesOther Collaborative Features52036c1f + 777a7b0d @ main diff --git a/docs/comments.html b/docs/comments.html index 8356762..afc2a80 100644 --- a/docs/comments.html +++ b/docs/comments.html @@ -569,7 +569,7 @@

Suggestions Last update: - 2024-09-24 + 2024-09-25 @@ -622,7 +622,7 @@

Suggestions - 52036c1f + 777a7b0d @ main diff --git a/docs/genindex.html b/docs/genindex.html index ac65c56..f6e0059 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -335,7 +335,7 @@ Last update: - 2024-09-24 + 2024-09-25 @@ -367,7 +367,7 @@ - 52036c1f + 777a7b0d @ main diff --git a/docs/index.html b/docs/index.html index fa970ef..cb923b1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -373,7 +373,7 @@

MyST Editor - User Manual Last update: - 2024-09-24 + 2024-09-25 @@ -426,7 +426,7 @@

MyST Editor - User Manual - 52036c1f + 777a7b0d @ main diff --git a/docs/introduction.html b/docs/introduction.html index 1746798..ab22bfa 100644 --- a/docs/introduction.html +++ b/docs/introduction.html @@ -358,7 +358,7 @@

Introduction Last update: - 2024-09-24 + 2024-09-25 @@ -426,7 +426,7 @@

Introduction - 52036c1f + 777a7b0d @ main diff --git a/docs/mermaid.html b/docs/mermaid.html index 8e01720..5f1500a 100644 --- a/docs/mermaid.html +++ b/docs/mermaid.html @@ -362,7 +362,7 @@

Mermaid DiagramsMermaid Diagrams52036c1f + 777a7b0d @ main diff --git a/docs/rich-links.html b/docs/rich-links.html index 480e9bd..0ad13b4 100644 --- a/docs/rich-links.html +++ b/docs/rich-links.html @@ -438,7 +438,7 @@

View Mode ButtonsView Mode Buttons52036c1f + 777a7b0d @ main