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

250 Commits

Author SHA1 Message Date
voidSatisfaction a7e458b784 feat change name and add deletion logic 2017-11-05 19:00:03 +09:00
voidSatisfaction a504a45d99 fix up and down key rendering problems 2017-11-05 18:45:09 +09:00
voidSatisfaction 2d0e14c1cc feat: add shiftkey multiselect notes and delete 2017-11-05 18:11:08 +09:00
Kazu Yokomizo 92eccb635a Move the notification area from main window to preference modal 2017-11-05 17:56:32 +09:00
Kazu Yokomizo 5bd4a3f761 Merge pull request #1033 from nathanielw/fix/pinned-next
Include each note only once when sorting by pin
2017-11-04 19:24:59 +09:00
Kazu Yokomizo 1265e7c4a1 Merge pull request #1038 from voidsatisfaction/fix/pinned_note_right_click
Fix enabling no focus right click pin to top and show adequate context menu
2017-10-31 12:59:56 +09:00
voidSatisfaction 7666182ae3 Fix enable no focus right click pin to top and show right context menu 2017-10-31 00:24:17 +09:00
Maurits Lourens 20de08b625 added the context menu to the list view 2017-10-30 16:18:49 +01:00
Nathaniel Watson e60f4f4a64 Include each note only once when sorting by pin
Fixes #983
2017-10-30 21:51:44 +13:00
Kazu Yokomizo 19dc16e14a Change sort icon and string 2017-10-15 15:52:16 +09:00
Sosuke Suzuki faede48217 feature tag search 2017-10-14 11:57:03 +09:00
Sosuke Suzuki 3154110de1 list tags 2017-10-14 11:49:32 +09:00
asmsuechan c197dd0a4b Add getTargetIndex() and replece them 2017-10-13 17:19:38 +09:00
asmsuechan d274563b2c Change order for pinned notes on /home, /trashed, /searched or /starred 2017-10-13 16:33:55 +09:00
asmsuechan 2003bea3cf Remove unnecessary lines 2017-10-13 16:24:13 +09:00
asmsuechan f9b3284852 Fix a condition 2017-10-13 14:22:13 +09:00
asmsuechan 9bca133d88 Remove updateFolder because it's no longer used 2017-10-13 14:18:41 +09:00
asmsuechan 03fc453608 Change method names 2017-10-13 14:18:41 +09:00
asmsuechan 3027cc81b3 Add handleNoteDelete 2017-10-13 14:18:41 +09:00
asmsuechan 2415fbf676 Change to use const instead of let 2017-10-13 14:18:41 +09:00
asmsuechan 725c6a7ba9 Resolve conflicts 2017-10-13 14:18:41 +09:00
asmsuechan c33da0cf8e Fix some pointed by eslint 2017-10-13 14:18:41 +09:00
asmsuechan f3370242bf Add conditions to hide pin from /home, /starred or /trash 2017-10-13 14:18:41 +09:00
asmsuechan 0e312ba929 Change name Pinn to Pin 2017-10-13 14:18:41 +09:00
asmsuechan 6440395197 Change to use strict equation 2017-10-13 14:18:41 +09:00
asmsuechan 5433abddaf Remove console.log 2017-10-13 14:18:41 +09:00
asmsuechan 0ccb465288 Remove pinnedNotes from Folder 2017-10-13 14:18:41 +09:00
asmsuechan 8fd4deb3eb Add unpin 2017-10-13 14:18:41 +09:00
asmsuechan fe8045c51d Add pinn to top 2017-10-13 14:18:41 +09:00
asmsuechan 93e188d118 Change to be able to search on starred 2017-10-12 20:28:23 +09:00
asmsuechan df3195fc1e Refactor getContextNotes() 2017-10-12 18:42:34 +09:00
asmsuechan da6b8c30a0 Improve some 2017-10-12 18:42:34 +09:00
asmsuechan 70468b6b7d Change contextNotes a state to a variable because of lifesycle loop 2017-10-12 18:42:34 +09:00
asmsuechan 2511512d94 Improve context search 2017-10-12 18:42:34 +09:00
voidSatisfaction a7328e21f1 feat: add right click notelist delete 2017-10-08 18:20:31 +09:00
asmsuechan bf590b5614 Fix typo addNotes to addNotesFromFiles 2017-09-23 12:29:08 +09:00
Kazu Yokomizo 3ef33c065c Merge pull request #793 from asmsuechan/add-drop-on-notelist
Add file drop on NoteList
2017-09-23 12:09:55 +09:00
asmsuechan f8e6a939ca Fix comment 2017-09-23 10:20:48 +09:00
Kazu Yokomizo 2fc8547384 Fix layout at CreateFolderModal 2017-09-23 01:20:39 +09:00
asmsuechan 2af2d71540 Rename addNotes to addNotesFromFiles 2017-09-23 00:28:55 +09:00
asmsuechan 6aaf9d9eb2 Change disable drop on trash 2017-09-23 00:28:55 +09:00
asmsuechan 42a9caf5a3 Add file drop on NoteList 2017-09-23 00:28:52 +09:00
David Pavlík 0907bc80ef Strip HTML from the note title 2017-09-21 16:48:13 +02:00
Ben 4873b40e49 Update application text
Updates application text in various places to correct the wording of or better reflect the functionality provided.
2017-08-09 16:48:39 +01:00
asmsuechan 6987b762dd Make context-search work 2017-08-05 22:23:33 +09:00
asmsuechan 762425125f Remove Ctrl-G because it's unneccessary and conflicts with CodeMirror 2017-07-22 16:41:08 +09:00
asmsuechan 2650cc2f1c Add trash can 2017-07-12 15:48:08 +09:00
SuenagaRyota e50a1172d6 Merge pull request #693 from asmsuechan/feature-links-among-notes
Feature links among notes
2017-07-09 17:15:50 +09:00
asmsuechan 75fb29c594 Change == to === 2017-07-08 15:44:20 +09:00
asmsuechan 525c490704 Remove console.log 2017-07-08 14:08:28 +09:00