Kazz Yokomizo
85937d8e23
Merge pull request #1324 from mslourens/confirmation-dialog
...
show delete confirmation dialog
2018-01-12 09:37:05 +09:00
Anthony Graham
b4e138e21b
Elixir Syntax Highlighting
2018-01-01 21:17:29 +00:00
Kazz Yokomizo
c8cf353c21
Merge pull request #1220 from PaulRosset/add-notification-onChangeUi
...
Add notification on change ui
2017-12-28 10:45:21 +09:00
Maurits Lourens
3bba5442bd
show delete confirmation dialog
2017-12-21 15:57:27 +01:00
Paul Rosset
795fe8ae1d
Add isEqual and changing haveToSaveNotif method
2017-12-14 12:26:05 +00:00
Kazz Yokomizo
eda1f11d42
Merge pull request #1267 from hooskers/add-scroll-past-end
...
Add scroll past end
2017-12-14 00:54:38 +09:00
Kazu Yokomizo
ed9d3639e2
Add the Solarized Dark Theme
2017-12-11 19:01:24 +09:00
Wade Johnson
8d5c9742f8
Add ability to scroll pasted last line of editor
2017-12-09 21:14:10 -08:00
Paul Rosset
cb59458c79
refactor
2017-12-05 18:28:59 +00:00
Paul Rosset
f4fd131100
Requested Review
2017-12-05 18:16:42 +00:00
Kazz Yokomizo
391bb096d6
Merge pull request #1221 from Paalon/master
...
Add custom LaTeX delimiters to preferences
2017-12-04 13:45:49 +09:00
Paalon
a6e0b30576
Bug fix: fix mistaken name.
2017-12-02 17:15:50 +09:00
paalon
ca4b8224fd
Add LaTeX delimiters preferences
2017-12-02 07:23:12 +09:00
Paul Rosset
d1e5781c24
Correction UiTab
2017-12-01 19:03:04 +00:00
Paul Rosset
4735992835
Fix
2017-12-01 17:24:28 +00:00
Paul Rosset
cba3519458
Fix
2017-12-01 17:19:21 +00:00
Paul Rosset
c64a5e1cca
Correction eslint purpose
2017-12-01 17:10:04 +00:00
Paul Rosset
47ee8b8ce7
Fix bug on UI Tab in relation to React CodeMirror
2017-12-01 16:56:43 +00:00
Paul Rosset
b4a7b547f0
Add notification when not saved
2017-12-01 15:23:23 +00: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
Kazu Yokomizo
4a6c16df8d
Add base of white theme
2017-11-11 19:05:08 +09:00
Kazu Yokomizo
6af25d932c
Merge pull request #1022 from BoostIO/add-notification-ui-tab
...
Add notification at UI tab
2017-10-30 15:34:45 +09:00
Paul Rosset
b9038e254e
Adjust Note in Uitab && Add message notification for policy save
2017-10-27 12:38:26 +01:00
Kazu Yokomizo
b351e42538
Add notification at UI tab
2017-10-26 15:27:22 +09:00
Wesley Hansen
31dca6f06b
Fix failed build lint error
2017-10-09 20:55:04 -04:00
Wesley Hansen
5b17808569
Support for solarized dark and light themes
...
CodeMirror seems to have the two solarized themes within the
`node_modules/coemirror/theme/solarized.css`. So passing the string
"solarized light" and "solarized dark" to the editor theme appropriately
sets these themes.
The Boostnote app appears to be dynamically determining themes based
on the css files found within `node_modules/codemirror/theme/`.
So that's why there was just a single option of 'solarized' before.
The light and dark 'solarized' themes appear to be the *only* themes
that share a css style, whereas all other light and dark variarnt
themes get their own css file (ex: base16-dark.css and base16-light.css).
Weird!
2017-10-08 23:56:15 -04:00
Peter Urda
ebdd6d77f7
Allow users to disable "Saved to clipboard" notification.
2017-10-01 02:48:54 -07:00
Kazu Yokomizo
419c57ed3f
Fix CI error
2017-09-22 16:14:06 +09:00
Kazu Yokomizo
beceb851c2
Fix layout at selector size in PreferenceModal
2017-09-22 15:41:40 +09: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
77adfdb9f0
Add emacs keymap
2017-06-07 09:37:21 +09:00
Sota Sugiura
c1a76b6fb4
Merge pull request #290 from BoostIO/featureSyntaxHighlightCheck
...
Feature syntax highlight check
2017-04-22 13:20:19 +09:00
Kazu Yokomizo
a6f5452a85
Change the button color at setting modal
2017-04-13 20:45:26 +09:00
Sosuke Suzuki
a74651b515
load javascript mode of codemirror & clean up dirty codes
2017-03-25 15:32:45 +09:00
Sosuke Suzuki
5a201dd1b9
correction the pointed out code
2017-02-18 12:26:38 +09:00
Sosuke Suzuki
7b5a7aabed
add HighLightCheckEditor
2017-02-16 13:00:45 +09:00
Sosuke Suzuki
743b220953
unfinished syntaxHighLightCheck
2017-02-04 14:41:26 +09:00
Sota Sugiura
96413b9851
Merge pull request #218 from asmsuechan/feature-vim-keymap
...
Adds vim keymap setting
2017-01-14 17:03:20 +09:00
sota1235
79f33b9405
refactor: fix some coding style pointed by standard js
2017-01-11 23:35:02 +09:00
asmsuechan
df2de5c081
Adds note of caution next to keymap change select box
2017-01-08 18:16:32 +09:00
asmsuechan
7f4c58a84a
Adds vim keymap setting
2017-01-08 17:52:52 +09:00
sota1235
094bce20e2
modfiy: markup for UI config tab.
2017-01-03 16:16:05 +09:00
sota1235
b0978c772e
modify: devide ConfigTab component for two components
2017-01-03 16:16:05 +09:00