Miguel Teixeira
c33058ae2b
Added custom warning messages.
2018-11-27 17:42:04 +00:00
Junyoung Choi (Sai)
60c4cacfbc
Merge pull request #2596 from richardtks/correct-shift-select-behavior
...
Fix the shift selection and ctrl selection in note list
2018-11-13 00:27:45 +09:00
richardtks
82987cd53c
Fix the variable name to more appropriate one
2018-11-10 21:23:56 +08:00
richardtks
aa56aad46e
Improvement on the code
...
The improvement was suggested by github
2018-11-10 20:29:24 +08:00
richardtks
ad7b155a99
Updated the condition with more appropriate naming
2018-11-10 19:39:44 +08:00
richardtks
3df743f47b
Change the selection behavior to the default behavior
...
There are two behaviors being changed:
1. When user click on the notes
a. Shift - It will select the notes among the first and the last note
b. Ctrl - it will only select the selected note
2. When user uses the arrow keys
a. Shift - it will extends the selection from the last selected note
b. Ctrl - Nothing will happens
2018-11-10 19:17:11 +08: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
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
jacobherrington
dfe0d74845
remove code finding the selected note
2018-09-16 11:22:35 -05:00
jacobherrington
bf72237b38
fix a bug causing right click to copy a note
2018-09-15 17:12:54 -05:00
Baptiste Augrain
4e80e1dd03
Merge branch 'master' into tags
2018-09-15 10:05:38 +02:00
Mika Andrianarijaona
64d4cd84af
send events when user click touchbar buttons
2018-08-22 18:09:55 +02:00
Baptiste Augrain
73fbf49ba4
- show tags of note in alphabetical order
...
- enable live count of notes
2018-08-21 00:19:26 +02:00
Mika Andrianarijaona
9572cb2d33
Fix default value of config.sortBy
2018-08-12 09:21:46 +02:00
Mika Andrianarijaona
cb956c5508
Use default value config.sortBy
...
- for new folders
- for folders with no config set
2018-08-11 11:44:22 +02:00
Mika Andrianarijaona
47b0086bf8
Add per-folder sort
...
- save sort configuration in `config.[folderKey].sortBy`
- use lodash ` _.get(config, [folderKey, 'sortBy'])` to avoid error
2018-08-11 11:36:36 +02:00
Sosuke Suzuki
d8aad65b24
fix from eslint
2018-06-30 16:28:17 +09:00
Sosuke Suzuki
0a42b0f61f
use context.popup on NoteList
2018-06-30 16:08:13 +09:00
Sosuke Suzuki
9522a4d5d9
fix from eslint
2018-06-12 19:33:54 +09:00
Shammasov Max
2631cc3747
Fix file list blinking on search
2018-06-11 03:46:39 +03:00
ehhc
cd6233a3d7
Cloning of a note should also clone its attachments -> works if the notes are in different storages now
2018-05-20 15:49:15 +02:00
ehhc
f76224bd17
Cloning of a note should also clone its attachments -> fixes #1904
2018-05-20 15:18:49 +02:00
yosmoc
2d0f7589ea
select proper notes for dragging
...
When the dragged target note is included in the selected notes, keeps the current selected notes, otherwise, replace the selected notes by the dragged target
2018-04-30 22:34:15 +02:00
yosmoc
dc60be404a
select next note after tranfer note(s) to another folder
2018-04-30 22:30:41 +02:00
bimlas
066d97220f
Cleanup, prettify
2018-04-26 15:38:52 +02:00
bimlas
68c0f210cc
Separate active tags by instead of &
...
Using `&` to separate tags in path (like
`/tags/currently&selected&tags`) may interfer with tags including `&`
character (like `black&white`). Since ` ` is replaced with `_` when
adding tag to notes, it's ideal separator because it's guaranteed that
tags are not including this character.
2018-04-26 15:38:51 +02:00
bimlas
6c542750f4
Narrow list of tags to related ones
...
When a tag is selected, the tag list narrows to show only the related
ones: all tags associated to the currently visible notes. Clicking on
the plus sign near another tag narrows the list again to the tags of
notes associated with the firstly AND secondly selected tag. To show
every tags again, press the tag icon on the top-left corner of
Boostnote.
Before:

After:

NOTE: Tags are joined with `&` character (`#` not works) in
`location.pathname` thus it will make the tags with this character
unavailable. Any suggestion to pass multiple values via pathname?
2018-04-26 15:38:47 +02:00
yosmoc
4a55f78a48
fix deprecation warning
...
moment.updateLocale will properly replace properties on an existing locale.
2018-04-23 21:08:10 +02:00
William Grant
0bce96b0c6
Merge branch 'master' into crossplatform_fullscreen_shortcuts
2018-04-17 18:24:35 +02:00
William Grant
1d4f1764fc
Changed top:focus-search shortcut
2018-04-17 18:22:54 +02:00
William Grant
d070305002
Merge branch 'master' into delete_dialog
2018-04-14 20:20:17 +02:00
Sosuke Suzuki
ce440351a5
use extracted confirmDeleteNote function
2018-04-10 16:28:05 +09:00
Junyoung Choi (Sai)
5836b65aad
Merge pull request #1744 from azu/search-routing
...
fix reload crash on /searched
2018-04-01 07:51:38 +09:00
William Grant
4f98995fe4
... that second equals
2018-03-25 18:47:21 +02:00
William Grant
56231edc3a
fix delete confirmation method
2018-03-25 18:43:54 +02:00
William Grant
191f2cacbf
Show confirmation dialog when deleting notes from the context menu if set in preferences
2018-03-25 12:27:04 +02:00
Frank Kanis
333f0be879
Clean up trash context menu
2018-03-24 20:49:04 +01:00
azu
3b0f664a3b
fix: fix crash on /searched
...
Add routing for search word:
- `/searched/:searchword`
Restore the state from the `:searchword` params.
2018-03-25 00:33:57 +09:00
Frank Kanis
3a40f9ebd6
Prepared text for translation
2018-03-22 21:20:13 +01:00
Frank Kanis
055969f5c6
Update text for internationalization
2018-03-21 22:17:34 +01:00
Frank Kanis
842ece2a8a
Fix Copy Note Link in Context Menu
2018-03-18 11:14:22 +01:00
Junyoung Choi (Sai)
316e2eeefb
Merge pull request #1640 from SiSchae/localization
...
Localization
2018-03-17 11:13:52 +09:00
Yu-Hung Ou
b9cab0dae8
Init markdown lib only when it's needed when posting a note to blog
2018-03-16 23:33:40 +11:00
Yu-Hung Ou
433fce286e
added electron as global variable to pass eslint check
2018-03-16 23:11:43 +11:00
Simon
ccb0302d3f
Resolved Merge issue; Added Russian;
2018-03-14 13:13:47 +01:00
Simon
0cfd048013
Merge branch 'master' into localization
2018-03-14 12:49:40 +01:00
lijinglue
65434453b8
hotfix: update markdown render in blog post feature
2018-03-14 00:30:29 +08:00
Simon
847ad2d781
Merge branch 'master' into localization
2018-03-13 09:24:53 +01:00