Mika Andrianarijaona
9572cb2d33
Fix default value of config.sortBy
2018-08-12 09:21:46 +02:00
Mika Andrianarijaona
cb956c5508
Use default value config.sortBy
...
- for new folders
- for folders with no config set
2018-08-11 11:44:22 +02:00
Mika Andrianarijaona
47b0086bf8
Add per-folder sort
...
- save sort configuration in `config.[folderKey].sortBy`
- use lodash ` _.get(config, [folderKey, 'sortBy'])` to avoid error
2018-08-11 11:36:36 +02:00
Junyoung Choi (Sai)
79fb04126c
Merge pull request #2214 from cdayjr/master
...
Fix for BoostIO/Boostnote#2204
2018-08-09 18:15:20 +09:00
Junyoung Choi (Sai)
39c9574ae3
Merge pull request #2257 from ehhc/Attachments_in_markdown_export_#1786
...
might fixes #1786 --> export attachments for markdown notes
2018-08-09 18:10:48 +09:00
Junyoung Choi (Sai)
38af257adf
Merge pull request #2253 from mbarczak/master
...
Fix for issue #2088 : snippet notes are not displaying in markdown
2018-08-09 18:07:29 +09:00
Junyoung Choi (Sai)
5aae9a4722
Merge pull request #2231 from yougotwill/mermaid_dark_theme_fix
...
Mermaid dark theme rendering fix
2018-08-09 17:54:54 +09:00
Junyoung Choi (Sai)
cfe3cae88d
Merge pull request #2226 from sklein12/addSnippetToSearchScope
...
Add code snippets to search scope
2018-08-09 17:54:28 +09: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
Junyoung Choi (Sai)
cc26fd80d7
Merge pull request #2235 from amedora/feature/1454-ditaa
...
add Ditaa support
2018-08-09 17:47:37 +09:00
Junyoung Choi (Sai)
c227a1ffec
Merge pull request #2171 from yamash723/fixbug-html-export
...
Fix search value for html export path
2018-08-09 17:43:56 +09:00
Nguyen Viet Hung
f0df787bbe
Fix escape codeblock ( #2230 )
...
* updated package-lock
* added fix and test for escape html in code block
* fixed markdown preview render bug
* updated comment in escape function
* improved escape function
* Delete package-lock.json
2018-08-09 17:08:52 +09:00
ehhc
09188bed48
might fixes #1786 --> export attachments for markdown notes
2018-07-30 18:09:02 +02:00
Maciek
4a3bcaba06
BUG FIX: Change the way of checking for empty array
...
The original condition : attachments !== [] always returns true,
for empty array, as well as for array with elements.
2018-07-28 22:25:10 +02:00
Maciek
1d1ab65edd
BUG FIX: snippet notes are not displaying in markdown #2088
...
Fix for issue https://github.com/BoostIo/Boostnote/issues/2088 .
In specific situation, when all below conditions are met :
- one of the snippets notes tabs is a Markdown tab,
- the migrateAttachments code is called on a snippet note,
- historical attachments location '/images' exists in snippet storage
folder
Following exception is being thrown :
path.js:28 Uncaught TypeError: Path must be a string. Received undefined
The exception is a result of an undefined noteKey variable
(which is defined only for Markdown notes).
The solution is to skip migration of attachments for notes without
noteKey (which wouldn't be possible anyway, since noteKey is a
necessary for creating folder for attachments).
2018-07-28 22:23:14 +02:00
Junyoung Choi (Sai)
7330cdaf1c
Merge pull request #2209 from yougotwill/info_box_fix
...
Trash infoPanel Fix
2018-07-28 23:34:46 +09:00
Junyoung Choi (Sai)
050a1fb6cf
Merge pull request #2239 from narukami894/improve_jp_build_md
...
add and improve translation, fix typo
2018-07-28 23:33:56 +09:00
narukami894
1e8397cf17
add and improve translation, fix typo
2018-07-24 16:01:41 +09:00
amedora
59b53ece2b
add Ditaa support ( resolve #1454 )
2018-07-23 11:16:20 +09:00
William Grant
16c62cd46f
changed double quotes to single quotes
2018-07-21 19:31:40 +10:00
William Grant
eff56c2514
mermaid diagram rendering for dark themes is now fixed
2018-07-21 19:20:20 +10:00
yamash723
ee6b9a223f
Change output path format of html file by platform
2018-07-21 15:25:09 +09:00
Chad Wade Day, Jr
acc6ea434a
Merge remote-tracking branch 'upstream/master'
2018-07-20 11:45:36 -07:00
Steve Klein
1e5a7356f4
Add code snippets to search scope
2018-07-20 02:00:11 -07:00
Junyoung Choi
6cad2ab4df
v0.11.8
v0.11.8
2018-07-19 15:21:35 +09:00
Chad Wade Day, Jr
be972781ee
Fix for BoostIO/Boostnote#2204
2018-07-18 11:58:54 -07: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)
856d52891c
Merge pull request #2205 from saaguero/fix-attachment
...
Fix attachment interoperability between win and *nix
2018-07-17 16:23:16 +09:00
Junyoung Choi
8de3b3bd8d
Update yarn.lock
2018-07-17 15:55:03 +09: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
Junyoung Choi (Sai)
22939aa472
Merge pull request #2145 from amedora/table-formatter
...
Markdown Table Formatter
2018-07-17 13:50:00 +09:00
Junyoung Choi (Sai)
0cb7c44985
Merge pull request #2168 from enyaxu/bug/2018
...
Fixed 'Focus Search' shortcut
2018-07-17 13:35:44 +09:00
Junyoung Choi (Sai)
b18a09e5eb
Merge pull request #1935 from ZeroX-DG/allow-no-html-escape
...
Allow customizing html escape when export note
2018-07-17 12:38:14 +09:00
Junyoung Choi (Sai)
ef3649b1d6
Merge pull request #2172 from enyaxu/feature/862
...
Add chartjs support
2018-07-17 12:21:31 +09:00
Junyoung Choi (Sai)
ac70a0d94d
Merge branch 'master' into feature/862
2018-07-17 12:21:17 +09:00
Junyoung Choi (Sai)
3b91f9b88b
Merge pull request #2173 from enyaxu/feature/389
...
Add mermaid support
2018-07-17 12:15:36 +09:00
Santiago Agüero
c37b780ca4
Use markdown content for migrateAttachments
2018-07-17 00:13:13 -03:00
Junyoung Choi (Sai)
20061d2c65
Merge pull request #2183 from max-buranbaev/flickering-on-create-note
...
Flickering on create note
2018-07-17 11:54:33 +09:00
Junyoung Choi (Sai)
f18fa77c1c
Merge pull request #2187 from ivanovserge/issue-2156
...
Issue 2156
2018-07-17 11:49:39 +09:00
Junyoung Choi (Sai)
a4c6869d4d
Merge pull request #2192 from enyaxu/improvement/2133
...
Replace shortcut for 'Next Note' and 'Previous Note'
2018-07-17 11:46:08 +09:00
Junyoung Choi (Sai)
f9a0070c82
Merge pull request #2197 from chang/improve-bracket-completion
...
Improve bracket autoclosing
2018-07-17 11:20:27 +09:00
Santiago Agüero
5cc52f91cb
Fix lint errors
2018-07-15 12:07:27 -03:00
Santiago Agüero
a46b9fb2be
Fix attachment interop between win and nix
2018-07-15 01:37:47 -03:00
Eric
933e38eca9
improve bracket autoclosing
2018-07-09 18:37:54 -05:00
JianXu
e182390480
Replace shortcut for 'Next Note' and 'Previous Note'
2018-07-07 23:02:17 +08:00
Nguyễn Việt Hưng
563fdcba94
added tests escape html function
2018-07-07 00:07:17 +07:00
Nguyễn Việt Hưng
bc640834cd
allow detect code block or not in escapeHtml function
2018-07-06 23:45:18 +07:00
Junyoung Choi (Sai)
0e9e7d644a
Merge pull request #2191 from BoostIO/fix-codefence-xss
...
Add sanitization for code fence
2018-07-07 01:23:23 +09:00