pfftdammitchris
4f15cc3f08
Fixed ToggleMode button overlapping CSS issue
...
The absolute positioning of the toggle mode button was creating a static overlapping position issue with the top bar. This fix solves that problem by removing the static positioning and coupling the button component with the buttons to the right
2018-02-20 21:09:43 -08:00
Nikolay Lopin
1769dd959e
Revert spaces
2018-02-21 03:21:40 +03:00
Nikolay Lopin
1253b81a01
Introduce tabs with minimal width
2018-02-21 03:08:40 +03:00
Nikolay Lopin
55e9441547
Introduce RestoreButton component instead of plain JSX
2018-02-17 00:37:36 +03:00
Junyoung Choi (Sai)
7a124c74cc
Merge pull request #1483 from andyklimczak/delete-note
...
Fix permanently deleting note
2018-02-10 18:47:41 +09:00
Nikolay Lopin
98c9132d4a
Merge branch 'master' into export-note-with-images
...
# Conflicts:
# browser/components/MarkdownPreview.js
2018-02-05 12:59:45 +03:00
Georges Indrianjafy
a054f12492
Merge branch 'master' into feat/display-url-title
...
# Conflicts:
# browser/components/CodeEditor.js
# browser/finder/NoteDetail.js
2018-02-05 11:50:14 +02:00
Nikolay Lopin
3da4bb69ce
Export images together with document
2018-02-05 02:08:09 +03:00
Georges Indrianjafy
56d6eb7077
feat(config): add ablility to opt out of fetch url
2018-02-04 13:58:02 +02:00
Junyoung Choi (Sai)
a64f73ca0c
Merge pull request #879 from xxdavid/feature-editor-line-lines
...
Make line numbers in the editor optional
2018-02-03 13:57:00 +09:00
Andy Klimczak
f04ad1e702
list:moved -> list:next
2018-01-31 22:17:36 -05:00
Andy Klimczak
dc03bb76e6
Fix
2018-01-30 23:15:16 -05:00
Kazz Yokomizo
eb693f7b48
Merge pull request #1481 from andyklimczak/1476-tag-check
...
Remove leading # when creating tag
2018-01-30 21:50:12 +09:00
Kazu Yokomizo
2b1302aa07
Fix #1477
2018-01-30 14:38:53 +09:00
Andy Klimczak
d894bb4aab
Fix permanently deleting note
...
- Permanently deleting note would not remove note from list until after
refresh
- Fix so permanently deleted note is removed list
2018-01-29 21:51:57 -05:00
Andy Klimczak
470c071344
Remove leading # when creating tag
...
- Remove leading # from tags that are created with leading #
- Convenience method for users who tend to type them, but did not want a
tag with double #
- If a user wants a tag with a leading #, then can double it (ie: ##OfPeople)
2018-01-29 20:42:59 -05:00
Kazu Yokomizo
2e05214828
Fix the editor lock button layout
2018-01-25 13:30:36 -05:00
Kazu Yokomizo
7a116966fa
Add tooltip to full-screen-btn on the snippet note detail
2018-01-24 16:16:14 -05:00
Kazu Yokomizo
e7e8f11a74
Fix tooltips position
2018-01-24 16:08:44 -05:00
Kazu Yokomizo
f235d832d5
Fix note detail layout
2018-01-24 16:03:50 -05:00
Kazu Yokomizo
7730b5e20b
Change size of icons on note detail
2018-01-24 15:39:27 -05:00
Kazu Yokomizo
8c3ba4ce48
Fix infopanel
2018-01-24 15:26:45 -05:00
Kazu Yokomizo
e9a126f586
Fix multiple colors
2018-01-24 15:19:13 -05:00
Kazu Yokomizo
097e7d2ff2
Fix tooltip
2018-01-24 15:13:45 -05:00
Kazu Yokomizo
81265f1238
Reorder of buttons
2018-01-23 21:02:19 -05:00
Kazu Yokomizo
747d3a8f13
Fix note detail width
2018-01-23 20:55:29 -05:00
Kazu Yokomizo
30f6f07434
Fix info right buttons layout
2018-01-23 20:50:48 -05:00
Maurits Lourens
657489caf6
added button for copy note link
2018-01-15 21:01:18 +01:00
Kazz Yokomizo
85937d8e23
Merge pull request #1324 from mslourens/confirmation-dialog
...
show delete confirmation dialog
2018-01-12 09:37:05 +09:00
Kazz Yokomizo
4f02065eaf
Merge pull request #1354 from trinode/feature-elixir-support
...
Elixir syntax highlighting
2018-01-04 20:31:45 +09:00
Sosuke Suzuki
e4e8c2205e
splid update functions
2018-01-04 18:12:27 +09:00
Maurits Lourens
18649dd074
fixed lint errors
2018-01-04 08:32:42 +01:00
Maurits Lourens
9f9463f0e8
fixed review comments
2018-01-03 23:08:42 +01:00
Anthony Graham
b4e138e21b
Elixir Syntax Highlighting
2018-01-01 21:17:29 +00:00
Sosuke Suzuki
d732d195f3
fix style
2017-12-29 21:38:40 +09:00
Kazz Yokomizo
dd729c406f
Merge pull request #1256 from mslourens/export-html
...
first attempt to export html
2017-12-28 10:38:55 +09:00
David Pavlík
da1098e441
Merge branch 'master' into feature-editor-line-lines
2017-12-23 23:06:26 +01:00
David Pavlík
85065357e2
Make the option to disable line numbers in editor affect snippet notes too
2017-12-23 22:52:50 +01:00
David Pavlík
1f5f6c3b0e
Rename 'lineNumber' to 'displayLineNumbers'
2017-12-23 22:51:38 +01:00
Kazu Yokomizo
04ffbe945b
Delete unnecessary style
2017-12-23 15:25:45 +09:00
Kazu Yokomizo
974a1a1e7d
Fix style
2017-12-23 15:18:16 +09:00
Maurits Lourens
e262d2f19b
fixed lint error
2017-12-21 19:15:34 +01:00
Maurits Lourens
aabfe820ac
refactored to prevent duplicate code
2017-12-21 17:41:08 +01:00
Maurits Lourens
3bba5442bd
show delete confirmation dialog
2017-12-21 15:57:27 +01:00
Maurits Lourens
6ce1922fb3
added tooltips like the new note button (and consequently extracted some buttons and styles)
2017-12-21 15:23:13 +01:00
Kazu Yokomizo
7ccc5eb9b8
Fix switch button layout
2017-12-20 18:50:53 +09:00
Sosuke Suzuki
df13ca3c92
make splitMode Default
2017-12-20 18:11:01 +09:00
Yutaka Ishii
72b450d526
icon updated
2017-12-19 10:21:01 +09:00
Sosuke Suzuki
89b2f48a06
remove an unnecessary valiable
2017-12-18 19:31:43 +09:00
Sosuke Suzuki
c80bdb8d0c
apply ignorePreviewPointerEvents
2017-12-18 19:28:42 +09:00