1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-27 17:53:22 +00:00
Commit Graph

280 Commits

Author SHA1 Message Date
Junyoung Choi 56851eb91f Merge pull request #2666 from yougotwill/menu_items_overhaul
Menu items overhaul
2018-12-07 12:41:22 +09:00
Junyoung Choi (Sai) b224c72e98 Merge pull request #2637 from miguelalexbt/master
Warning when printing snippet
2018-12-03 17:16:50 +09:00
William Grant 5d54ad3342 Cleaned up menu items ordering and separators, added clone note menu item and shortcut, updated focus note shortcut to be mac friendly, made delete note shortcut use either command+backspace or ctrl+backspace and the delete key on windows and linux machines 2018-12-02 15:59:47 +02:00
William Grant 0f5d753910 Removed the old ctrl+d shortcut for deleting a note since we now have the super+shift+backspace shortcut which can be changed in the hotkey settings 2018-12-02 15:21:01 +02:00
Miguel Teixeira a39da481e0 Changed message. 2018-11-28 09:08:58 +00:00
Junyoung Choi (Sai) 830ade9596 Merge pull request #2399 from Pudge601/bug/2241
Clear search when a new note is created
2018-11-28 11:36:46 +09: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
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
William Grant 8c268be823 Merge branch 'master' into dracula_theme
# Conflicts:
#	browser/components/TodoListPercentage.styl
#	browser/main/Detail/TagSelect.styl
2018-09-30 22:16:25 +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
William Grant 205451a31d initial work for dracula theme done 2018-09-22 17:17:22 +02:00
Martin Price 6510152138 Always redirect to /home when jumping to a note by hash
The note which we are jumping to may not be available in the note list for a number of reasons (e.g. if there is an active search, or if another storage folder is selected, or if the note list is showing starred notes).

This affects both when we are creating a new note (which may not match the current search criteria), and when jumping to a note via a link in another note (and the linked note may not be available for any of the above reasons).

2241
2018-09-17 11:55:01 +01: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
William Grant 5bd0499ae4 Merge branch 'master' into monokai_theme 2018-04-27 09:06:11 +02:00
William Grant 92be3f32d6 added monokai theme 2018-04-27 08:10:50 +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:
![screencast](https://i.imgur.com/PwAdhLe.gif)

After:
![screencast](https://i.imgur.com/s3JCaFq.gif)

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