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

93 Commits

Author SHA1 Message Date
Antonio Cangiano 6ef9c3865f Fix JavaScript hello world example
The current snippet note example references a non-existent element with id `enjoy`. I updated it to reference the correct id (i.e., `hello`).
2019-08-24 13:36:29 +09:00
Jack Hsieh f09297f406 Fix 2636 (#3206)
* Fix 2636 Can't scroll to bottom of editor pane

* Fix minor lint issues
2019-08-11 23:22:53 +09:00
AWolf81 3c39dc3cec change redirecting to connected-react-router 2019-05-29 12:20:49 +09:00
AWolf81 333b0584a4 address review comments - add production/dev main.html & remove comments 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
richardtks8@gmail.com 6d4cee0041 allow menu bar to be set in the settings 2018-12-28 02:15:24 +08: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 30e262d8ac fix min width of note list 2018-12-23 17:01:46 +01:00
Duarte-Frazao 62609a2918 Fixed last nonfunctional changes made earlier
Now iterates in the SnippetNoteDetail constructor the snippets and if linesHighlighted is not defined assigns an empty array
2018-12-08 17:22:57 +00:00
Duarte-Frazao 191295b6de Added array of linesHighlighted to default snippet
This makes the default snippet also handle highlight on the lines, because this snippet is created in the code without the normal snippet constructor
2018-12-07 23:41:51 +00:00
Junyoung Choi (Sai) ae840ea689 Merge pull request #2492 from amireldor/fix-paste-with-emacs-keymap
Remove emacs keymap Ctrl-V binding to allow pasting
2018-11-13 00:40:48 +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 1da477d1d1 add context menu to delete tag 2018-10-15 08:09:50 +02:00
Amir Eldor 342d0862c6 Change to single-quotes 2018-10-12 20:31:48 +03:00
Amir Eldor 3b11285bd5 Remove emacs keymap Ctrl-V binding to allow pasting
Fixes #1406
2018-10-12 20:15:07 +03: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
samherrington 305825da78 Change My Storages to My Storage Location to mirror Add Storage Location option 2018-09-22 18:01:48 -05:00
William Grant 205451a31d initial work for dracula theme done 2018-09-22 17:17:22 +02:00
Max Buranbaev 5de176757d Fixing flickering in both cases 2018-06-27 13:07:38 +05:00
Nguyễn Việt Hưng 0934c08dfe added shortcut manager and allow user to customize toggle mode shortcut 2018-05-18 14:55:42 +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
Hung Nguyen d76db726c4 refactored code according to review 2018-04-24 18:06:10 +07:00
Hung Nguyen 47af3f09fc Centralized languages into 1 file 2018-04-17 09:59:30 +07:00
Hung Nguyen a4af77f91e fixed eslint error 2018-04-13 21:46:19 +07:00
Hung Nguyen f2a4e1d230 fixed typo in variable name 2018-04-13 21:00:01 +07:00
Hung Nguyen 8560901f80 Edited theme and language init code to avoid code repetition 2018-04-13 20:39:17 +07:00
David Miguel 080448af3a Add Spanish (es-ES) locale 2018-03-25 02:09:04 +01:00
bimlas be235e5204 i18n: Add HU to locales 2018-03-22 12:35:42 +01:00
Simon ccb0302d3f Resolved Merge issue; Added Russian; 2018-03-14 13:13:47 +01:00
Simon 4f6c35713e Added languages; better German translation 2018-03-09 17:30:11 +01:00
Simon 4d41c7f37f Changed default language to en 2018-03-09 07:39:08 +01:00
Simon 0f82085cae Adjustments for Travis CI 2018-03-07 07:10:49 +01:00
Simon a36841e501 Implemented language switch in Interface Config Tab 2018-03-06 15:04:04 +01:00
Sosuke Suzuki d44d220c55 change default storage name from debugging to production 2018-01-10 19:40:04 +09:00
Sosuke Suzuki f6bcef0789 remove unnecessary variables 2018-01-10 19:36:45 +09:00
Sosuke Suzuki 48ea5746d9 move init function to Main.js 2018-01-10 19:33:58 +09:00
Kazu Yokomizo ed9d3639e2 Add the Solarized Dark Theme 2017-12-11 19:01:24 +09:00
yosmoc edaa0713e8 React.PropTypes is deprecated from React 15.5
Migrated by react-codemod + minor fix by hand.
2017-11-25 22:27:04 +01:00
Maurits Lourens 3fbc749395 fixed eslint warnings 2017-11-24 17:00:03 +01:00
Kohei TAKATA fe0544dbc9 Merge pull request #1114 from levrik/remove-mixpanel
Removed mixpanel
2017-11-14 20:46:10 +09:00
Levin Rickert 9fbdf895af Removed mixpanel 2017-11-12 03:44:51 +01:00
Kazu Yokomizo a84fddd5fa Fix CI error 2017-11-11 20:34:31 +09:00
Kazu Yokomizo 4a6c16df8d Add base of white theme 2017-11-11 19:05:08 +09:00
Kazu Yokomizo 92eccb635a Move the notification area from main window to preference modal 2017-11-05 17:56:32 +09:00
Cristian Beskid ea81b0d414 Fix notification bar offset in full screen mode 2017-09-25 23:08:12 +02:00
Cristian Beskid a0c8ec3171 Remove redundant semicolon 2017-09-25 17:26:08 +02:00
Cristian Beskid 80c13f7c4f Align notification bar with the navigation bar 2017-09-25 17:17:34 +02:00
Kazu Yokomizo 69f1ad6eb3 Sorry CI 2017-09-23 00:00:27 +09:00