AWolf81
|
b6212f4bfe
|
Update dependencies & change to React-router v5
|
2019-05-29 12:20:49 +09:00 |
|
Junyoung Choi
|
76335f78ac
|
v0.11.17
v0.11.17
|
2019-05-26 18:49:44 +09:00 |
|
Junyoung Choi
|
56192f0758
|
Merge pull request #3034 from AWolf81/enable-markdownlint-option
Enable Markdown lint option
|
2019-05-26 18:38:30 +09:00 |
|
Junyoung Choi
|
63eb8584e7
|
Hide markdown lint settings when markdown lint is disabled
|
2019-05-26 18:32:24 +09:00 |
|
Zubata SMRTKA
|
aa4d06fb1e
|
formatting
|
2019-05-26 18:22:04 +09:00 |
|
AWolf81
|
c70cca2776
|
remove console.log
|
2019-05-26 10:07:43 +02:00 |
|
AWolf81
|
1a38771f1a
|
remove console.logs & improve error handling
|
2019-05-26 09:57:40 +02:00 |
|
AWolf81
|
02576c48b6
|
move enableMarkdownLint checkbox to customMarkdownLintConfig area (like at allow custom css)
|
2019-05-25 07:31:21 +02:00 |
|
AWolf81
|
4263309d89
|
Merge branch 'add-markdownlint-rules-form' of github.com:roottool/Boostnote into enable-markdownlint-option
|
2019-05-25 07:21:26 +02:00 |
|
AWolf81
|
b68b367b3c
|
Toggle linting gutter with document.querySelector and style.display
|
2019-05-25 07:16:03 +02:00 |
|
tool root
|
2cffb50884
|
Fix: Changed height of form
|
2019-05-25 08:16:25 +09:00 |
|
tool root
|
3b473a5f7a
|
Fix: Changed the function name
|
2019-05-25 08:04:40 +09:00 |
|
tool root
|
8b82c448af
|
Fix: Changed the function name
|
2019-05-25 07:58:43 +09:00 |
|
AWolf81
|
270a015514
|
WIP: Add MarkdownLint enable setting. Gutter toggle not working as expected.
|
2019-05-24 19:06:15 +02:00 |
|
Junyoung Choi
|
f02125e411
|
Update FUNDING.yml
|
2019-05-24 10:10:29 +09:00 |
|
KZ
|
b0f2694745
|
Create FUNDING.yml
|
2019-05-24 10:09:49 +09:00 |
|
roottool
|
2497bdb124
|
Fix: Removed changes to debug the app
|
2019-05-22 22:45:09 +09:00 |
|
Junyoung Choi
|
d5d564f789
|
v0.11.16
v0.11.16
|
2019-05-22 15:20:34 +09:00 |
|
Junyoung Choi
|
49e48f7adc
|
Update yarn.lock
|
2019-05-22 12:23:28 +09:00 |
|
Darío Hereñú
|
079aaec21e
|
Fixed typo on string 137
* plus some translations added
|
2019-05-13 14:50:53 +09:00 |
|
AWolf81
|
1601292db7
|
add react hooks section
|
2019-05-13 14:05:57 +09:00 |
|
roottool
|
c82dbddc74
|
Fix markdownlint result desplay works properly
|
2019-05-12 13:13:32 +09:00 |
|
David Dreher
|
9a6ee9d2ef
|
change return handling of sortByAlphabetical
|
2019-05-09 15:45:54 +09:00 |
|
David Dreher
|
2cbbe7aeda
|
Check if the float is quals (abs value is greather 0.01) and return the sub value when not.
|
2019-05-09 15:45:54 +09:00 |
|
David Dreher
|
19fc1fd674
|
rename const
|
2019-05-09 15:45:54 +09:00 |
|
David Dreher
|
5b63bedc0d
|
fix issue #2894: sort alphabetical will now parse float values starting at all titles and compare these.
|
2019-05-09 15:45:54 +09:00 |
|
amedora
|
12229a1719
|
allow to expand snippets following $ character
|
2019-05-09 15:41:33 +09:00 |
|
roottool
|
0d6c952721
|
Added a newline
|
2019-05-09 05:30:46 +09:00 |
|
roottool
|
c42eb41fb3
|
Fix: Fixed that default rule was shifted by indent
|
2019-05-09 05:29:43 +09:00 |
|
roottool
|
2da4f1df32
|
Fix: Rewrote the code to inline
|
2019-05-09 04:11:05 +09:00 |
|
roottool
|
69a62d1b73
|
Fix: Changed variable name
|
2019-05-09 04:06:27 +09:00 |
|
roottool
|
61e054024b
|
Fix: Removed unnecessary css code
|
2019-05-07 04:44:23 +09:00 |
|
roottool
|
0a5c4c092a
|
Fix: Improved for the app not to need to reload
|
2019-05-07 04:22:03 +09:00 |
|
roottool
|
f1597f8e84
|
Fix: Poped up the lint tooptip
|
2019-05-07 03:26:47 +09:00 |
|
roottool
|
f3ca893aea
|
Ajusted markdownlint config editor to code editor
|
2019-05-07 02:30:41 +09:00 |
|
roottool
|
ecfeedeff3
|
Fix: Removed unnecessary caution
|
2019-05-07 00:44:27 +09:00 |
|
roottool
|
a162bab591
|
Fix: Improved for the app not to need to reload
|
2019-05-07 00:42:55 +09:00 |
|
roottool
|
79a29c3461
|
Merge branch 'master' into add-markdownlint-rules-form
|
2019-05-06 20:53:59 +09:00 |
|
Junyoung Choi
|
377901606e
|
Merge pull request #2846 from roottool/IntroduceMarkdownLint#864
Introduce markdownlint #864
|
2019-05-06 18:31:01 +09:00 |
|
Nguyễn Việt Hưng
|
8cd24a5734
|
fixed open empty link 2
|
2019-05-06 18:30:20 +09:00 |
|
Baptiste Augrain
|
ba913b77e7
|
use constants and fix cursor color
|
2019-05-06 18:28:57 +09:00 |
|
Baptiste Augrain
|
6012fc929e
|
add Nord theme to CodeMirror
|
2019-05-06 18:28:57 +09:00 |
|
roottool
|
33d1700548
|
Change styleName of caution
|
2019-04-29 10:01:55 +09:00 |
|
roottool
|
8b3beb45c6
|
Added a caution of the custom markdownlint rules
|
2019-04-29 09:17:25 +09:00 |
|
roottool
|
4ba4e68833
|
Added markdownlint rules form
|
2019-04-29 08:54:28 +09:00 |
|
roottool
|
11bed72bed
|
Introduced jsonlint-mod
|
2019-04-29 08:49:19 +09:00 |
|
roottool
|
7fb22f3f07
|
Translated from English to Japanese
|
2019-04-29 03:24:16 +09:00 |
|
roottool
|
788900e31a
|
Added markdownlint rules form
|
2019-04-29 03:23:25 +09:00 |
|
roottool
|
03b1adca12
|
Merge master branch into this branch
|
2019-04-29 01:57:16 +09:00 |
|
Charles Wang
|
aecf2eb08d
|
Bug fix check in.
|
2019-04-28 12:31:24 -04:00 |
|