asmsuechan
7ab482184b
Improve tag search by changing the logic
2017-10-13 11:40:10 +09:00
asmsuechan
caa5deac4e
Change searching by tag
2017-10-13 10:37:43 +09: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
asmsuechan
a3a55a8bb4
iss #809 normalize text only in img tag
2017-08-19 09:25:45 +09:00
asmsuechan
923de0aa0d
Add markdown-it-named-headers and adjust to use Japanese or Chinese
2017-08-18 16:07:15 +09:00
RedBug312
b9b5bae78a
Add markdown-it plugin for multimarkdown table
2017-08-18 12:48:55 +08:00
asmsuechan
1e202db50f
Change the directory of RcParser
2017-08-12 09:36:30 +09:00
SuenagaRyota
2df901288a
Merge pull request #776 from XGHeaven/master
...
add todo percentage in item list
2017-08-10 23:39:12 +09:00
XGHeaven
e934182e86
change getTodoState to getTodoStatus
2017-08-10 19:58:58 +08:00
XGHeaven
1c7cba2951
add todo percentage in item list
2017-08-10 12:31:07 +08:00
asmsuechan
6987b762dd
Make context-search work
2017-08-05 22:23:33 +09:00
asmsuechan
e54f516418
Add findStorage()
2017-07-26 14:40:50 +09:00
asmsuechan
0a27819a7f
iss #727 fix incorrect encoding in link
2017-07-25 15:35:44 +09:00
asmsuechan
a7bd3f253f
Rename getLastUpdated() to formatDate()
2017-07-08 13:16:19 +09:00
asmsuechan
244a06eea6
Fix some pointed by lint
2017-06-12 18:12:11 +09:00
asmsuechan
ff9b935e98
iss #619 Add an entity to fix the rendering bug
2017-06-12 18:01:04 +09:00
SuenagaRyota
8fe05a4c24
Merge pull request #548 from asmsuechan/add-a-module-findTitle
...
Add a module to find the title
2017-06-07 10:30:46 +09:00
SuenagaRyota
66e478a001
Merge pull request #600 from BoostIO/feature-change-search-ux
...
change search ux
2017-06-03 16:41:36 +09:00
Sosuke Suzuki
9496ab88f7
fix spacings
2017-05-31 20:52:36 +09:00
Sosuke Suzuki
290e6ab170
change arg findByTag
2017-05-31 20:49:34 +09:00
Sosuke Suzuki
fc4c471a87
fix spacing for eslint
2017-05-31 00:30:55 +09:00
Sosuke Suzuki
805c39e60c
refactor search function
2017-05-30 22:16:27 +09:00
Sosuke Suzuki
2364348df4
fix indent
2017-05-30 18:49:39 +09:00
Sosuke Suzuki
e643443660
split search function to module.
2017-05-30 18:27:57 +09:00
Dang Van Thanh
824e288a80
#595 - Resize an image with markdown
2017-05-26 10:58:39 +07:00
asmsuechan
99228f2e60
♻️ Refactor findeTitle()
2017-05-23 17:01:07 +09:00
asmsuechan
005d8f84fd
Change for to some
2017-05-23 15:43:48 +09:00
asmsuechan
908cd7a890
Edit the method
2017-05-23 15:31:32 +09:00
asmsuechan
20411a2fd5
Change the function name of findNoteTitle.js from find to findNoteTitle
2017-05-23 15:23:16 +09:00
asmsuechan
19f8930f5a
Fix to use strict equal
2017-05-23 15:23:16 +09:00
asmsuechan
983f453afd
Add findTitle as a module
2017-05-23 15:17:47 +09:00
Kazu Yokomizo
417fee16bd
Merge pull request #512 from LeoLamCY/fix-md-viewer-line-breaks
...
Fix md viewer line breaks when copying
2017-04-29 14:09:23 +09:00
Leo Lam
b35953d1f9
fix md viewer line breaks when copying
...
-set white-space to normal to remove extra space between lines
2017-04-26 19:37:12 -04:00
asmsuechan
2df295dc1d
Fix styles by lint
2017-04-22 17:30:55 -07:00
asmsuechan
8e2fd300f6
Delete an encode table
...
because when & is encoded, it affect other encodes due to they use &
2017-04-22 16:14:09 -07:00
asmsuechan
1722e103fc
Change methods to helper methods
2017-04-22 16:14:09 -07:00
asmsuechan
4f116cba34
Remove markdown-it-toc because an errors are happening
2017-03-19 23:32:51 -07:00
georg
57835d0e32
Added ToC support
...
- added `markdown-it-toc-and-anchor` into the project
- integrated it, create a table of contents every in a markup by adding
`@[TOC]`
2017-03-04 17:48:17 +01:00
sota1235
79f33b9405
refactor: fix some coding style pointed by standard js
2017-01-11 23:35:02 +09:00
sota1235
ed9ddee5f1
refactor: fix by standardjs
2017-01-11 23:17:32 +09:00
sota1235
ab578f768f
refactor: remove unused file
2017-01-05 00:06:03 +09:00
sota1235
b3263b41ff
Revert "fix: default.css not found"
...
This reverts commit 7b55454a73b3eebbfe1ed4684157c2d822ee2f05.
2017-01-03 16:15:45 +09:00
sota1235
74068eaa3d
modify: fix test and logic
2017-01-03 16:15:45 +09:00
sota1235
c11bd9e7eb
fix: default.css not found
2017-01-03 16:15:45 +09:00
sota1235
cf455a13d5
add: util method for generating date
2017-01-03 16:15:45 +09:00
Dick Choi
f0d2fb53d4
add sequence diagram
2016-10-26 13:06:02 +09:00
Dick Choi
b18a5be940
flowchart
2016-10-26 10:03:20 +09:00
Dick Choi
df0af2a11f
Render codefence by codemirror rather than by hljs
2016-10-24 18:05:01 +09:00
Dick Choi
f112b0bf03
override meta.js
2016-10-17 02:16:28 +09:00
Dick Choi
fdd0c84441
update NoteDetail design
2016-10-14 04:00:59 +09:00