1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-31 03:33:11 +00:00
Commit Graph

318 Commits

Author SHA1 Message Date
Baptiste Augrain aa8b589569 don't show export menu to snippet notes 2020-06-12 16:56:07 +02:00
Baptiste Augrain db4016385d Merge branch 'master' into export-yfm 2020-06-12 15:17:02 +02:00
hikerpig 6ee92588b1 When storage or folder is removed, Detail components should render without error (#3168)
* optimize: when storage or folder is removed, Detail components should render without error, fix #2876

* optimize: Handle some scenarios where storage is not found, should not break the renderer

* optimize: NoteList should work without error when storage is not found
2020-04-06 18:02:52 +09:00
Alex Garrity afbe43965e Reverse notes after filtering 2020-02-24 16:56:08 +09:00
Alex Garrity d706a5375c Added sorting direction buttons 2020-02-24 16:56:08 +09:00
Alexander Wolf feb2a878a9 Dropdown colour (theme aware) (#3472)
* catchup (#7)

* added rtl toggle button

* added rtl toggle button

* keep code styling aligned to the left and ltr at all times

* added hotkey setting for direction toggle

* fixed requested changes

* fix undefined variable

* Copyright info update

updated Copyright (C) 2017 - 2019 BoostIO to Copyright (C) 2017 - 2020 BoostIO

* Refine Chinese translation

- Should not translate "space", it means space key in most context
- Should translate "keymap", "spellcheck disabled", "auto detect"
- Should translate "On Right Click" to "右键点击"
- Refine misc translation.

* Added Wiki Link

* Add Traditional Chinese option to build.md

* Bug fix (sets tabWith to 2 on prettier configuration and ConfigManager so checkboxes can be clikable)

Co-authored-by: ibraude <48394109+ibraude@users.noreply.github.com>
Co-authored-by: Junyoung Choi <rokt33r.choi@gmail.com>
Co-authored-by: Satyendra <33686367+developersatyendra@users.noreply.github.com>
Co-authored-by: Andrew <andysim3d@gmail.com>

* Menu Backgroun Colour

* add white to the apply-theme loop

Co-authored-by: Milo Todt <milo@milotodt.com>
Co-authored-by: ibraude <48394109+ibraude@users.noreply.github.com>
Co-authored-by: Junyoung Choi <rokt33r.choi@gmail.com>
Co-authored-by: Satyendra <33686367+developersatyendra@users.noreply.github.com>
Co-authored-by: Andrew <andysim3d@gmail.com>
2020-02-24 16:51:05 +09:00
Nguyen Viet Hung 592aca1539 fixed eslint error & integrated with prettier as well as formatted the whole codebase (#3450) 2020-02-05 09:28:27 +09:00
Baptiste Augrain c570fc9873 Merge branch 'master' into theme-nord 2020-01-30 19:14:58 +01:00
alwxkxk 59f8425c97 fix #2935 2019-10-10 16:29:55 +09:00
Junyoung Choi 410b611b14 Discard all style warnings 2019-07-26 09:03:32 +09:00
AWolf81 3c39dc3cec change redirecting to connected-react-router 2019-05-29 12:20:49 +09:00
AWolf81 f7a648903e fix auto-scroll 2019-05-29 12:20:49 +09:00
AWolf81 b6212f4bfe Update dependencies & change to React-router v5 2019-05-29 12:20:49 +09:00
David Dreher 9a6ee9d2ef change return handling of sortByAlphabetical 2019-05-09 15:45:54 +09:00
David Dreher 2cbbe7aeda Check if the float is quals (abs value is greather 0.01) and return the sub value when not. 2019-05-09 15:45:54 +09:00
David Dreher 19fc1fd674 rename const 2019-05-09 15:45:54 +09:00
David Dreher 5b63bedc0d fix issue #2894: sort alphabetical will now parse float values starting at all titles and compare these. 2019-05-09 15:45:54 +09:00
anasasilva ea6e56842f Error message when the image path is wrong 2019-04-08 21:10:42 +09:00
anasasilva 65926fea73 fixing identation and regex 2019-04-08 21:10:42 +09:00
anasasilva 85cb94d99d importAttachments 2019-04-08 21:10:42 +09:00
Nguyen Viet Hung 5b99132f66 Adjust find function
Co-Authored-By: dredav <dredav@users.noreply.github.com>
2019-03-25 11:06:13 +09:00
David Dreher 91d04b99d1 change filter function to find, find will match the first note with requested key 2019-03-25 11:06:13 +09:00
David Dreher 70e57cf738 jumpNoteByHashHandler will now try to find the location for the note that will be selected 2019-03-25 11:06:13 +09:00
Junyoung Choi 2b29d96d61 Merge pull request #2678 from AgentEpsilon/export-pdf
Export a Markdown note as PDF
2019-03-21 01:20:12 +09:00
Baptiste Augrain 1cdac943ba adding Nord theme and streamlining UI theming 2019-02-11 00:45:34 +01:00
David Dreher d144a5884a fix for issue #2859: Cloning a note will now also copy the properties description, snippets, tags and isStarred 2019-02-06 22:11:35 +01:00
Junyoung Choi a1deb15db8 Merge pull request #2651 from ZeroX-DG/fix-delete-note
Fixed delete note not navigating to the next note
2019-01-23 14:58:50 +09:00
HarlanLuo 6367be213f rename config.tag to config.coloredTags 2018-12-28 12:30:23 +08:00
Baptiste Augrain 9d43e34cfa Merge branch 'master' into export-yfm 2018-12-28 00:02:38 +01:00
HarlanLuo 3e645db324 add feature: colored tags 2018-12-27 23:22:28 +08:00
Junyoung Choi 7a3cab8947 Merge pull request #2455 from daiyam/fix-notelist
fix scrolling in note list
2018-12-24 17:20:05 +09:00
Junyoung Choi 2df0f1bcb8 Merge pull request #2682 from duartefrazao/master
Feature - Line highlighting within code block #2469
2018-12-24 16:56:59 +09:00
Baptiste Augrain ead6bb09dc Merge branch 'master' into fix-notelist 2018-12-18 11:07:49 +01:00
Baptiste Augrain 9813412c8e add export menu in note list's context menu 2018-12-15 14:55:13 +01:00
Duarte-Frazao 4fb11b68e4 Markdown functionality 2018-12-13 13:13:01 +00:00
Junyoung Choi 56851eb91f Merge pull request #2666 from yougotwill/menu_items_overhaul
Menu items overhaul
2018-12-07 12:41:22 +09:00
Evan Miller 7c1cd50def Add structure for exporting PDFs 2018-12-03 13:12:22 -05: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
Nguyễn Việt Hưng 629d4a82ae fixed delete note not navigate to next note 2018-11-27 13:58:06 +07: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