JianXu
0bd3445370
use 'const' instead of 'let'
2018-06-11 17:49:20 +08:00
JianXu
6dc633c2a1
Add new future resize editor & Preview Panes by dragging.( #1977 )
2018-06-10 23:46:01 +08:00
Junyoung Choi (Sai)
e716af75ed
Merge branch 'master' into paste_storage_link_should_clone_attachment
2018-06-08 15:21:26 +09:00
kawmra
834ecc643a
Merge branch 'master' into create-image-tag-when-pasting-image-url
...
# Conflicts:
# browser/components/CodeEditor.js
2018-06-07 03:01:08 +09:00
ehhc
22e2c3da1f
Merge branch 'master' of https://github.com/BoostIO/Boostnote into paste_storage_link_should_clone_attachment
...
# Conflicts:
# browser/components/CodeEditor.js
# browser/main/lib/dataApi/attachmentManagement.js
2018-06-05 11:28:42 +02:00
ehhc
9c247bcb22
Copying the link to an attachment should make sure that it is located in the same note folder -> Fixes #1924
2018-05-29 17:20:14 +02:00
Nguyễn Việt Hưng
172ea82954
fixed yarn.lock conflict
2018-05-28 15:19:10 +07:00
kawmra
d7ee06ce6d
Fix lint error
2018-05-27 20:08:57 +09:00
kawmra
e72003009d
Create a image tag when pasting image url
2018-05-27 19:42:41 +09:00
Nguyễn Việt Hưng
c2c50817f1
resolved conflict
2018-05-25 18:42:02 +07:00
yosmoc
2bd78cd47f
update cursor position after expanding the link
2018-05-22 21:53:08 +02:00
Nguyễn Việt Hưng
2b2f17525e
cleaned up redundant variables, fixed eslint fix command, split snippetList into component
2018-05-21 18:32:41 +07:00
Nguyễn Việt Hưng
ce594b0b5a
added note template feature
2018-05-17 00:14:59 +07:00
Junyoung Choi (Sai)
0bdcfa6028
Merge pull request #1899 from ehhc/deleting_of_attachment_link
...
Deleting of attachments -> fixes #1828 and fixes #740
2018-05-15 15:52:31 +09:00
yosmoc
7e1596de30
refactor code duplication
2018-05-13 00:36:03 +02:00
ehhc
ffc3fb770c
Deleting of attachments -> fixes #1828 and fixes #740
2018-05-10 20:27:47 +02:00
Nguyễn Việt Hưng
106f5a53ff
added import fs module that was removed by accident
2018-04-27 11:42:34 +07:00
Nguyễn Việt Hưng
a2592e48c8
Merge branch 'text-expansion-support' of https://github.com/ZeroX-DG/Boostnote into text-expansion-support
2018-04-27 11:17:17 +07:00
Junyoung Choi (Sai)
5e7bdf7354
Merge branch 'master' into text-expansion-support
2018-04-26 16:39:52 -07:00
Hung Nguyen
a7d0a4bdac
clean up some redundant code, changed to path.sep, remove some default snippet
2018-04-22 09:27:47 +07:00
ehhc
d2163dacf9
Fixes #1825 Refactoring of the attachment/image management
2018-04-21 14:32:24 +02:00
Hung Nguyen
ff2e39901a
added delete snippet, update snippet, create snippet and save on snippet change
2018-04-20 23:15:17 +07:00
Hung Nguyen
d3b3e45800
improved style for snippet list
2018-04-19 19:05:46 +07:00
Hung Nguyen
50d2f90621
added snippet config in setting
2018-04-19 13:40:33 +07:00
Hung Nguyen
2e9b478824
added text expansion support
2018-04-18 19:31:10 +07:00
Junyoung Choi (Sai)
6142f2d641
Merge pull request #1724 from ehhc/Issue_1723
...
Fixes #1723
2018-04-10 19:16:05 +09:00
Gediminas Petrikas
9d6dbc1a6f
Remove folding keyboard shortcut
2018-03-25 14:55:06 +03:00
Gediminas Petrikas
6d57712fca
Add fold gutters
2018-03-25 14:13:19 +03:00
ceh
cf776088e6
Fixes #1723
2018-03-22 17:26:59 +01:00
Yu-Hung Ou
8b11b57ec5
allow users to enable/disable editor rulers. default: disable
2018-03-21 22:31:46 +11:00
Yu-Hung Ou
281fb2afd3
added CodeMirror ruler support
2018-03-21 21:11:26 +11:00
kawmra
b36322bba4
Prevent generating a link tag when pasting URL to inside of a link tag.
2018-03-16 00:11:47 +09:00
Junyoung Choi
4c99429d76
Merge branch 'master' into fix-title-decoding
2018-03-05 11:36:31 +09:00
Junyoung Choi (Sai)
a8b946a07a
Merge pull request #1593 from Redsandro/searchFixes
...
Add search tweaks; closes 1525 closes 1167
2018-03-05 11:23:48 +09:00
kawmra
6439810d03
Decode the fetched body correctly if content-type was provided
2018-02-28 02:09:35 +09:00
Sander Steenhuis
6502158716
Add search clear options; closes #1525
2018-02-26 16:30:08 +01:00
Sander Steenhuis
d76ecd5423
Fixed bad merge; closes #1586 ; related to #1521
2018-02-26 13:20:24 +01:00
Junyoung Choi
808d193543
Merge remote-tracking branch 'origin/master' into highlightSearch
2018-02-22 09:56:09 +09:00
Sander Steenhuis
9047320301
Update CodeEditor.js - Forgot curly brace
...
Forgot curly brace when merging master
2018-02-21 19:17:38 +01:00
Sander Steenhuis
f16b054f01
Merge branch 'master' into scrollsync
2018-02-21 19:04:24 +01:00
Junyoung Choi (Sai)
fea856202d
Merge pull request #1509 from Antogin/feat/display-url-title
...
Feat/display url title
2018-02-21 16:33:34 +09:00
Sander Steenhuis
3b524f6aba
Highlight global search matches on code editor
2018-02-20 22:46:13 +01:00
Sander Steenhuis
c82eba05d1
Sync Split Editor scroll position
2018-02-20 22:31:53 +01:00
Georges Indrianjafy
dc1b059a9d
clean up
2018-02-06 19:12:25 +02:00
Georges Indrianjafy
a676ebf46c
fix(editor): replace [] with <>
2018-02-06 18:35:11 +02:00
Georges Indrianjafy
a054f12492
Merge branch 'master' into feat/display-url-title
...
# Conflicts:
# browser/components/CodeEditor.js
# browser/finder/NoteDetail.js
2018-02-05 11:50:14 +02:00
Georges Indrianjafy
c42ac1df1b
chore(editor): resolve lint issues
2018-02-05 11:00:56 +02:00
Georges Indrianjafy
d9d46cda1c
feat(editor): extract pasting url method
2018-02-05 10:59:36 +02:00
Georges Indrianjafy
9b54272f8e
feat(code-editor): fetch title when pasting url
2018-02-04 13:57:00 +02:00
松井誠泰
701fc0bc80
I fixed the behavior of the editor.
...
On enter key pushed, if already the line contains a token in markdown list, no completion is needed, I think.
By this change, node_modules/codemirror/addon/edit/continueList.js could be trashed, but I can't because of the gitignore.
2018-02-04 10:03:50 +09:00