Sosuke Suzuki
9d9109e9e5
Merge pull request #2158 from BoostIO/fix-contextmenu-bug
...
Fix contextmenu bug
2018-07-02 11:27:28 +09:00
Sosuke Suzuki
d8aad65b24
fix from eslint
2018-06-30 16:28:17 +09:00
Sosuke Suzuki
47845fd4e3
use context.popup on SideNav
2018-06-30 16:23:51 +09:00
Sosuke Suzuki
294c3f10ab
use context.popup on StorageItem
2018-06-30 16:21:35 +09:00
Kelvin Wong
ddd339851b
Fix code style
2018-06-29 10:58:11 +08:00
Kelvin Wong
8a6c86bf65
Add collapsed state for storage
...
The root cause of this issue is that when the folder is clicked,
the router pushed the path and the StorageItem component has been
refreshed and isOpen has been reset
- Add storing collapse state for storage
- Add tests
- Default as collapsed for fallback
fix BoostIo/Boostnote#1979 BoostIo/Boostnote#1911
2018-06-28 13:08:39 +08:00
Nguyễn Việt Hưng
172ea82954
fixed yarn.lock conflict
2018-05-28 15:19:10 +07:00
Sosuke Suzuki
92cfa21be6
Merge pull request #1933 from hooklife/fix-word-wrap
...
fix tooltip word wrap
2018-05-28 14:24:07 +09:00
hook life
5fd482428a
add new line at last.
2018-05-28 13:12:18 +08:00
Nguyễn Việt Hưng
c2c50817f1
resolved conflict
2018-05-25 18:42:02 +07:00
yosmoc
a593842265
standardrize sidebar tooltips
...
- show in same place
- same height
2018-05-23 22:49:52 +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
hooklife
ec31fab344
fix
2018-05-19 02:15:40 +08:00
hooklife
1b96eee4de
fix
2018-05-19 02:12:18 +08:00
ehhc
f10fa632ca
Move note with attachment to different storage Fix for #1788
2018-05-15 20:17:32 +02:00
Junyoung Choi (Sai)
372933fd99
Merge pull request #1873 from yosmoc/trashed_notetag_exist
...
Not showing unassigned tag in taglist
2018-05-01 14:36:15 -07: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
yosmoc
2831b0bd2a
Only showing the tags that size > 0
...
No meaning to show the tag that has empty List
The tag which is only used in the note(s) in the Trash, tags.size becomes zero. In order to support this case, filtering tagList is needed
2018-04-26 23:55:44 +02:00
bimlas
24b004bb2d
Remove obsolete route path
2018-04-26 15:38:52 +02:00
bimlas
84925b24b5
Add option to show only related tags
2018-04-26 15:38:52 +02:00
bimlas
066d97220f
Cleanup, prettify
2018-04-26 15:38:52 +02:00
bimlas
61ed47dda0
Don't narrow list, add plus sign only for related tags
...
It's easier to understand by most of the users.
Later I like to add a setting to enable narrowing of tag list to show
only the related ones.
2018-04-26 15:38:51 +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
Junyoung Choi (Sai)
65e77e9669
Merge pull request #1742 from bimlas/order-of-tags
...
Add selector to sort tags by counter or alphabetically
2018-04-10 17:40:31 +09:00
Sosuke Suzuki
2c8f3b56ae
use arrow functions
2018-04-10 17:14:25 +09:00
Sosuke Suzuki
c151049cc2
fix folded storagelist width
2018-04-04 21:17:07 +09:00
bimlas
254c8816f1
Fix highlighting of active tag
...
The currently selected tag was not highlighted in the list.
Before:

After:

2018-03-27 22:14:47 +02:00
bimlas
d493df4295
Move selector next to title
2018-03-27 07:34:11 +02:00
bimlas
2a23d19321
Add selector to sort tags by counter or alphabetically
...

2018-03-24 15:46:49 +01:00
Frank Kanis
055969f5c6
Update text for internationalization
2018-03-21 22:17:34 +01:00
Romain Le Quellec
2cee54f70a
fix missing import
2018-03-17 10:23:44 +01:00
Simon
847ad2d781
Merge branch 'master' into localization
2018-03-13 09:24:53 +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
Junyoung Choi (Sai)
7b4d2f3b97
Merge pull request #1617 from pfftdammitchris/folder-dragging
...
Folders in the side nav are now draggable
2018-03-09 23:17:41 +09:00
Junyoung Choi (Sai)
ccce75a047
Merge pull request #1616 from pfftdammitchris/master
...
Sort tags alphabetically
2018-03-09 21:33:38 +09:00
Simon
a413e273ca
Added strings in notifications
2018-03-07 08:20:05 +01:00
Simon
fe9afc8952
extracted all strings from html lines
2018-03-06 14:07:04 +01:00
mirsch
fa2d34dcfc
fix delete and empty trash
2018-03-04 23:28:18 +01:00
pfftdammitchris
5aa7ef5738
Folders in the side nav are now draggable
2018-02-28 18:33:14 -08:00
pfftdammitchris
88ac6c6fc6
Sort tags alphabetically
2018-02-28 16:34:42 -08:00
Nikolay Lopin
9473a26892
Move images between storages together with note
...
1. Added new step of moving note's images to `moveNote` function
2. Changed behaviour of sidebar navigation after move finished
Issue #1578
2018-02-25 02:47:28 +03:00
Junyoung Choi (Sai)
3b7c36b1c9
Merge pull request #1559 from pfftdammitchris/tags-note-count
...
Added note counts to tags view in side nav
2018-02-24 16:19:53 +09:00
pfftdammitchris
74af199afc
Added note counts to tags view in side nav
2018-02-19 13:08:09 -08:00
pfftdammitchris
c2afdba659
Removed useless url route check
2018-02-19 12:41:36 -08:00
pfftdammitchris
e6ae45f133
Added option Empty Trash
2018-02-19 12:27:04 -08:00
Sander Steenhuis
51b1ef41a1
Trashed notes should not be counted
2018-02-09 23:10:40 +01:00
Junyoung Choi
33ef54a162
Fix lint errors
2018-02-03 14:16:26 +09:00
Kazu Yokomizo
297b4346c5
Fix CI error at #1147
2018-01-04 03:51:49 +09:00