William Grant
205451a31d
initial work for dracula theme done
2018-09-22 17:17:22 +02:00
Junyoung Choi (Sai)
7ab3ce91a1
Merge pull request #2281 from mbarczak/features/toc_generator
...
Automatic table of contents generation for Markdown
2018-09-15 12:36:54 +09:00
Junyoung Choi (Sai)
f3c72e561a
Merge pull request #2320 from daiyam/tag-autocomplete
...
add tag autocomplete
2018-09-15 12:00:22 +09:00
Baptiste Augrain
cb2f18c078
Merge branch 'master' into tag-autocomplete
2018-09-04 23:37:15 +02:00
Baptiste Augrain
6603f46678
Merge branch 'master' into table-editor
2018-09-04 10:54:49 +02:00
Maciek
e9070fadab
Refactoring : use object destructuring to retain file code style
2018-09-02 19:38:15 +02:00
Baptiste Augrain
9f8246a26a
add default language for snippet note
2018-08-30 17:52:50 +02:00
Maciek
1bb841d5c5
Create Markdown TOC at current cursor position
...
If there is no TOC in the current document, it's created at current
cursor position. Subsequent generation calls update TOC at existing
position.
Add additional tests with CodeMirror editor mock.
2018-08-28 00:51:49 +02:00
Baptiste Augrain
fa9d8b8881
replace awesomplete with React component react-autosuggest
2018-08-26 15:48:41 +02:00
Baptiste Augrain
53923c9c87
filtering out the note's tags
2018-08-25 18:22:40 +02:00
Maciek
ede733888d
Code style: remove redundant brackets from lambda expression
2018-08-25 17:59:04 +02:00
Baptiste Augrain
13d44ae56a
fix lint errors
2018-08-21 11:19:46 +02:00
Baptiste Augrain
00b4874d09
add tag autocomplete
2018-08-21 10:57:25 +02:00
Baptiste Augrain
657806c8cf
add smart table editor
2018-08-20 20:14:45 +02:00
Maciek
3c14cc219e
ESLint: fix let -> const warnings
2018-08-11 10:09:22 +02:00
Maciek
7804a22984
Automatic table of contents generation for Markdown
...
Adds table of contents for any Markdown note or
Markdown snippet.
Consequent generations update existing TOC.
Generated TOC is case sensitive to handle #2067
Shortcut : CommandOrControl+Alt+T
Menu : Edit/Generate/Update Markdown TOC
2018-08-10 23:20:56 +02:00
Junyoung Choi (Sai)
612de84ac6
Merge pull request #2208 from enyaxu/feature/2132
...
New Feature: Shortcuts for focusing tag editor(CmdOrControl+Shift+T)(#2132 )
2018-08-09 17:53:54 +09:00
William Grant
58fbc298b1
Merge branch 'master' into info_box_fix
2018-07-17 14:41:45 +02:00
William Grant
7de7772339
Fixed infoButton panel in trash positioning
2018-07-17 14:41:22 +02:00
JianXu
ad847a2f5d
New Feature: Shortcuts for focusing tag editor(CmdOrControl+T)
2018-07-17 17:19:03 +08:00
Junyoung Choi (Sai)
0414483be2
Merge pull request #2178 from enyaxu/feature/2165
...
Hotkey for toggle editor fullscreen
2018-07-17 14:49:03 +09:00
Сергей Иванов
806a5daa86
Processing all location's pathnames
2018-07-05 11:23:57 +03:00
Сергей Иванов
4a3602099a
Difference home and searched notes from trashed units
2018-07-04 16:09:49 +03:00
Сергей Иванов
c69be54655
Fixing empty string searching
2018-07-04 14:02:26 +03:00
Сергей Иванов
680eaa1d4a
Filtering displayed notes in Detail component
2018-07-04 13:33:47 +03:00
JianXu
05488e66ae
Add tooltip(CommandOrCtrl+B) for fullscreen
2018-07-04 11:38:43 +08:00
Sosuke Suzuki
64407e5ca6
use context.popup on SnippetNoteDetai;
2018-06-30 16:12:23 +09:00
voidsatisfaction
bdd5b7b3a7
fix: no need semicolon
2018-06-20 21:57:11 +09:00
voidsatisfaction
a2ddb56540
fix: change mode to more desiarable way
2018-06-20 21:45:24 +09:00
William Grant
3bc21cdb09
fixed positioning of the info panel so it doesn't cover the info button
2018-06-13 12:19:17 +02:00
Sosuke Suzuki
5fd822a24d
add a new line at end of file
2018-06-12 19:48:09 +09:00
Shammasov Max
5873e8e896
Debounce for details renderig added
2018-06-11 03:34:45 +03:00
Junyoung Choi (Sai)
73caa2508e
Merge pull request #1931 from bimlas/1498-refresh-taglist-on-deleting-tag
...
Refresh taglist to remove unused tags on deleting
2018-05-24 14:44:54 +09:00
bimlas
a6af5de3e1
Refactor tag removing methods (duplicated code)
2018-05-18 15:18:28 +02:00
bimlas
52b3068330
Refresh taglist to remove unused tags on deleting
...
When a tag is deleted from a note, the taglist did not updated: the deleted tag was still in the list. If the
tag was created in the current session, it was removed, worked as expected.
The reason is: until the note is not updated, the tag list is not
initialized for first in the "delete tag button" handler, but it works
in the second case. Tried out using backspace to delete the tag, it
works.
2018-05-18 15:18:09 +02:00
Nguyễn Việt Hưng
fb24efd3de
added shortcut for toggle mode
2018-05-18 10:52:42 +07:00
Junyoung Choi (Sai)
b89896a4e7
Merge pull request #1919 from samlanning/inconsistent-state-update
...
fix inconsistent updates to react component state
2018-05-15 19:30:22 +09:00
Sam Lanning
4fd01b4234
Fix mis-referenced state properties
2018-05-14 16:29:54 -07:00
Sam Lanning
0f354f4f06
fix inconsistent updates to react component state
...
Executions of setState() may be batched, and so updates to this.state and
this.props can be asynchronous, so references to this.state and this.props
should not be made in the new state, and instead the callback form of
setState() should be used.
These alerts were found using lgtm.com:
https://lgtm.com/projects/g/BoostIO/Boostnote/alerts/?mode=tree&ruleFocus=1819283066
see: https://reactjs.org/docs/state-and-lifecycle.html#state-updates-may-be-asynchronous
2018-05-14 16:15:49 -07:00
yosmoc
7e1596de30
refactor code duplication
2018-05-13 00:36:03 +02:00
William Grant
5bd0499ae4
Merge branch 'master' into monokai_theme
2018-04-27 09:06:11 +02:00
William Grant
239edb0605
tweaked styling
2018-04-27 09:01:41 +02:00
William Grant
92be3f32d6
added monokai theme
2018-04-27 08:10:50 +02:00
Junyoung Choi
05009d40c4
Merge branch 'master' into attachment_refactoring
2018-04-26 16:24:58 -07:00
ehhc
d2163dacf9
Fixes #1825 Refactoring of the attachment/image management
2018-04-21 14:32:24 +02:00
Sosuke Suzuki
eafccc4fc4
remove confirmDeletion function
2018-04-10 16:44:04 +09:00
Sosuke Suzuki
ce440351a5
use extracted confirmDeleteNote function
2018-04-10 16:28:05 +09:00
Frank Kanis
055969f5c6
Update text for internationalization
2018-03-21 22:17:34 +01:00
Nikolay Lopin
2811843e70
Merge branch 'master' into new-snippet-tabbar
...
# Conflicts:
# browser/main/Detail/SnippetNoteDetail.js
2018-03-18 21:26:12 +03:00
Simon
847ad2d781
Merge branch 'master' into localization
2018-03-13 09:24:53 +01:00