mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 18:26:26 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3db40fea31 | ||
|
|
8f1c198406 | ||
|
|
ac65a3c86e | ||
|
|
79abcd90f6 | ||
|
|
d614abdec6 | ||
|
|
247d1db5d5 |
@@ -50,6 +50,7 @@ export default class CodeEditor extends React.Component {
|
||||
tabSize: this.props.indentSize,
|
||||
indentWithTabs: this.props.indentType !== 'space',
|
||||
keyMap: 'sublime',
|
||||
inputStyle: 'textarea',
|
||||
extraKeys: {
|
||||
Tab: function (cm) {
|
||||
if (cm.somethingSelected()) cm.indentSelection('add')
|
||||
|
||||
@@ -165,3 +165,6 @@ body[data-theme="dark"]
|
||||
|
||||
.tabList .plusButton
|
||||
navDarkButtonColor()
|
||||
.override
|
||||
button
|
||||
border-color $ui-dark-borderColor
|
||||
|
||||
@@ -133,7 +133,6 @@
|
||||
border-top-right-radius 2px
|
||||
border-bottom-right-radius 2px
|
||||
height 26px
|
||||
margin-top -26px
|
||||
line-height 26px
|
||||
|
||||
.root--folded
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.root
|
||||
absolute bottom left right
|
||||
height $statusBar-height - 1
|
||||
height $statusBar-height
|
||||
background-color $ui-backgroundColor
|
||||
border-top $ui-border
|
||||
display flex
|
||||
@@ -40,6 +40,7 @@
|
||||
body[data-theme="dark"]
|
||||
.root
|
||||
background-color $ui-dark-backgroundColor
|
||||
border-color $ui-dark-borderColor
|
||||
|
||||
.zoom
|
||||
border-color $ui-dark-borderColor
|
||||
|
||||
@@ -92,6 +92,8 @@ body[data-theme="dark"]
|
||||
font-family inherit !important
|
||||
line-height 1.4em
|
||||
height 100%
|
||||
.CodeMirror > div > textarea
|
||||
margin-bottom -1em
|
||||
.CodeMirror-focused .CodeMirror-selected
|
||||
background #B1D7FE
|
||||
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "boost",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.2",
|
||||
"description": "Boostnote",
|
||||
"main": "index.js",
|
||||
"license": "GPL-3.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Boostnote
|
||||
|
||||
> We launched [Boostnote store](#goods)!! :tada: Also, you can support us from [Patreon](https://www.patreon.com/boostnote)!
|
||||
> We launched [Boostnote store](#goods)!! :tada: Also, you can support us from [Patreon](https://www.patreon.com/boostnote) and [Open collective](https://opencollective.com/boostnote)!
|
||||
|
||||

|
||||

|
||||
@@ -67,6 +67,7 @@ The product can be sent anywhere in the world. This store is powered by [Paintor
|
||||
## Donation
|
||||
|
||||
We launched a [Patreon page](https://www.patreon.com/boostnote).
|
||||
Also, We've been approved [Open collective](https://opencollective.com/boostnote).
|
||||
|
||||
## Author & Maintainer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user