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

265 Commits

Author SHA1 Message Date
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
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
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
mirsch da9067a672 fix "copy note link from note list" introduced in #1583 to reflect changes from #1636 2018-03-12 15:23:37 +01:00
Junyoung Choi (Sai) 1c283f88d0 Merge pull request #1636 from mirsch/remove-volatile-hash-from-note-links
remove volatile hash from note links - #1623
2018-03-12 11:26:41 +09:00