mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 18:26:26 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac65a3c86e | ||
|
|
79abcd90f6 | ||
|
|
d614abdec6 | ||
|
|
247d1db5d5 |
@@ -50,6 +50,7 @@ export default class CodeEditor extends React.Component {
|
|||||||
tabSize: this.props.indentSize,
|
tabSize: this.props.indentSize,
|
||||||
indentWithTabs: this.props.indentType !== 'space',
|
indentWithTabs: this.props.indentType !== 'space',
|
||||||
keyMap: 'sublime',
|
keyMap: 'sublime',
|
||||||
|
inputStyle: 'contenteditable',
|
||||||
extraKeys: {
|
extraKeys: {
|
||||||
Tab: function (cm) {
|
Tab: function (cm) {
|
||||||
if (cm.somethingSelected()) cm.indentSelection('add')
|
if (cm.somethingSelected()) cm.indentSelection('add')
|
||||||
|
|||||||
@@ -165,3 +165,6 @@ body[data-theme="dark"]
|
|||||||
|
|
||||||
.tabList .plusButton
|
.tabList .plusButton
|
||||||
navDarkButtonColor()
|
navDarkButtonColor()
|
||||||
|
.override
|
||||||
|
button
|
||||||
|
border-color $ui-dark-borderColor
|
||||||
|
|||||||
@@ -133,7 +133,6 @@
|
|||||||
border-top-right-radius 2px
|
border-top-right-radius 2px
|
||||||
border-bottom-right-radius 2px
|
border-bottom-right-radius 2px
|
||||||
height 26px
|
height 26px
|
||||||
margin-top -26px
|
|
||||||
line-height 26px
|
line-height 26px
|
||||||
|
|
||||||
.root--folded
|
.root--folded
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
.root
|
.root
|
||||||
absolute bottom left right
|
absolute bottom left right
|
||||||
height $statusBar-height - 1
|
height $statusBar-height
|
||||||
background-color $ui-backgroundColor
|
background-color $ui-backgroundColor
|
||||||
border-top $ui-border
|
border-top $ui-border
|
||||||
display flex
|
display flex
|
||||||
@@ -40,6 +40,7 @@
|
|||||||
body[data-theme="dark"]
|
body[data-theme="dark"]
|
||||||
.root
|
.root
|
||||||
background-color $ui-dark-backgroundColor
|
background-color $ui-dark-backgroundColor
|
||||||
|
border-color $ui-dark-borderColor
|
||||||
|
|
||||||
.zoom
|
.zoom
|
||||||
border-color $ui-dark-borderColor
|
border-color $ui-dark-borderColor
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "boost",
|
"name": "boost",
|
||||||
"version": "0.7.0",
|
"version": "0.7.1",
|
||||||
"description": "Boostnote",
|
"description": "Boostnote",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Boostnote
|
# 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
|
## Donation
|
||||||
|
|
||||||
We launched a [Patreon page](https://www.patreon.com/boostnote).
|
We launched a [Patreon page](https://www.patreon.com/boostnote).
|
||||||
|
Also, We've been approved [Open collective](https://opencollective.com/boostnote).
|
||||||
|
|
||||||
## Author & Maintainer
|
## Author & Maintainer
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user