1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

added CodeMirror ruler support

This commit is contained in:
Yu-Hung Ou
2018-03-20 20:44:44 +11:00
parent fbb7839f83
commit 281fb2afd3
4 changed files with 11 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ class MarkdownSplitEditor extends React.Component {
displayLineNumbers={config.editor.displayLineNumbers}
indentType={config.editor.indentType}
indentSize={editorIndentSize}
rulers={config.editor.rulers}
scrollPastEnd={config.editor.scrollPastEnd}
fetchUrlTitle={config.editor.fetchUrlTitle}
storageKey={storageKey}