Junyoung Choi
4b62e93257
Fix more style warnings
2019-07-26 11:38:05 +09:00
amedora
769407b3df
add "Wrap Line" button
2019-07-22 16:42:08 +09:00
amedora
e7615ed6d7
add "Wrap Line" button handlers
2019-07-22 16:42:08 +09:00
amedora
fe508307b2
make lineWrapping configurable
2019-07-22 16:42:08 +09:00
AWolf81
3c39dc3cec
change redirecting to connected-react-router
2019-05-29 12:20:49 +09:00
AWolf81
333b0584a4
address review comments - add production/dev main.html & remove comments
2019-05-29 12:20:49 +09:00
AWolf81
b6212f4bfe
Update dependencies & change to React-router v5
2019-05-29 12:20:49 +09:00
Junyoung Choi
2b29d96d61
Merge pull request #2678 from AgentEpsilon/export-pdf
...
Export a Markdown note as PDF
2019-03-21 01:20:12 +09:00
Junyoung Choi
fe011e87d1
Merge pull request #2758 from elfman/colorTag
...
add feature: colored tags
2019-01-07 14:14:40 +09:00
Junyoung Choi
5a5563f00a
Merge pull request #2770 from vienai8d/update_snippet_note
...
Replace current fullscreen button of SnippetNote to FullscreenButton module
2019-01-07 14:12:15 +09:00
HarlanLuo
082a078b51
check config before auto detect language
2019-01-04 21:55:58 +08:00
vienai8d
2bbe39120a
use FullscreenButton instead of current button
2019-01-01 23:11:39 +09:00
HarlanLuo
deb2cd0156
new feature: auto detect snippet language
...
only try to detect after pasting and mode has not been set and default snippet language is "Auto Detect"
2019-01-01 17:01:49 +08:00
HarlanLuo
6367be213f
rename config.tag to config.coloredTags
2018-12-28 12:30:23 +08:00
HarlanLuo
3e645db324
add feature: colored tags
2018-12-27 23:22:28 +08:00
Junyoung Choi
604f17fbfd
Merge pull request #2586 from GuilhermeJSilva/feature/autoBracketMatching
...
Feature/auto bracket matching
2018-12-25 00:24:37 +09:00
Junyoung Choi
2df0f1bcb8
Merge pull request #2682 from duartefrazao/master
...
Feature - Line highlighting within code block #2469
2018-12-24 16:56:59 +09:00
Guilherme Silva
e77db372bd
Merge branch 'master' into feature/autoBracketMatching
2018-12-17 15:39:03 +00:00
Duarte-Frazao
ac1ce6043b
Fixed legacy default Markdown/Snippet notes bug
...
Fixed a bug where a note or snippet is created before the pull request and you ran Boostnote for the first time after the pr and you firstly created a note or markdown and only then returned to the old default notes and you couldn't highlight
2018-12-13 20:19:02 +00:00
Duarte-Frazao
4fb11b68e4
Markdown functionality
2018-12-13 13:13:01 +00:00
Guilherme Silva
ed742c7e16
Merge branch 'master' into feature/autoBracketMatching
2018-12-13 11:58:45 +00:00
Baptiste Augrain
d4dd74e820
Merge branch 'master' into fix-paste-code
2018-12-13 08:20:36 +01:00
Duarte-Frazao
62609a2918
Fixed last nonfunctional changes made earlier
...
Now iterates in the SnippetNoteDetail constructor the snippets and if linesHighlighted is not defined assigns an empty array
2018-12-08 17:22:57 +00:00
Evan Miller
c1deeaf5f7
Added PDF error to SnippetNoteDetail
2018-12-03 14:40:52 -05:00
Junyoung Choi (Sai)
b224c72e98
Merge pull request #2637 from miguelalexbt/master
...
Warning when printing snippet
2018-12-03 17:16:50 +09:00
Duarte-Frazao
a9442a019f
Changes to pass tests and lint code
2018-11-30 19:20:40 +00:00
Duarte-Frazao
45436f65af
Issue #2469 almost done, missing refactor to reduce calls on code mirror
2018-11-30 18:03:23 +00:00
Guilherme Silva
9bc291e618
Merge branch 'master' into feature/autoBracketMatching
2018-11-29 11:47:07 +00:00
Miguel Teixeira
a39da481e0
Changed message.
2018-11-28 09:08:58 +00:00
Baptiste Augrain
9050035c74
- add option to enable/disable smart paste
...
- add shortcut to paste smartly
- use electron's clipboard
2018-11-28 00:44:15 +01:00
Miguel Teixeira
c245855bbf
Improved messages.
2018-11-27 20:28:57 +00:00
Miguel Teixeira
ef66e71feb
Solved some errors in identation
2018-11-27 18:02:59 +00:00
Miguel Teixeira
c33058ae2b
Added custom warning messages.
2018-11-27 17:42:04 +00:00
Miguel Teixeira
3414e2daf0
Added warning when trying to print from InfoPanel
2018-11-22 12:22:49 +00:00
mehr-licht
101e5d5035
included shortcut for Info Panel
2018-11-18 19:22:05 +00:00
Guilherme Silva
441c70b388
Removing checkmark and fixed Code Editor indentation
2018-11-08 13:25:22 +00:00
Guilherme Silva
ab65fb7a5c
Choosing which characters to match and explode
2018-11-08 13:18:13 +00:00
Guilherme Silva
db97ab51ac
Bracket matching option added to config
2018-11-08 11:44:03 +00:00
Junyoung Choi (Sai)
00ed0d79ec
Merge pull request #2314 from daiyam/tags
...
tag enhancements
2018-11-06 16:09:26 +09:00
Junyoung Choi (Sai)
cfc84f3e78
Merge pull request #2434 from jacobherrington/chore-remove-console-logs
...
Remove console.logs
2018-11-06 15:49:07 +09:00
David Nagle
3272033c63
Added preferences to support toggling front matter title extraction on/off and to customize what field is used for the title.
2018-10-19 23:29:30 -07:00
Baptiste Augrain
cae6fd45b3
Merge branch 'master' into tags
2018-09-30 22:26:49 +02:00
samherrington
1246a677d1
Remove console.logs
...
Using console in production is generally undesirable due to
performance loss and security concerns. Errors were changed
to console.error and console.logs were removed.
2018-09-29 15:50:32 -05:00
Baptiste Augrain
4a231d6fdb
fix tag autocomplete in snippet
2018-09-15 10:24:31 +02:00
Baptiste Augrain
4e80e1dd03
Merge branch 'master' into tags
2018-09-15 10:05:38 +02:00
Junyoung Choi (Sai)
7ab3ce91a1
Merge pull request #2281 from mbarczak/features/toc_generator
...
Automatic table of contents generation for Markdown
2018-09-15 12:36:54 +09:00
Junyoung Choi (Sai)
fe323d5764
Merge branch 'master' into tags
2018-09-14 17:16:55 +09:00
Baptiste Augrain
69a032c1cf
Merge branch 'master' into tags
2018-09-04 23:35:34 +02:00
Baptiste Augrain
6603f46678
Merge branch 'master' into table-editor
2018-09-04 10:54:49 +02:00
Maciek
e9070fadab
Refactoring : use object destructuring to retain file code style
2018-09-02 19:38:15 +02:00