1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-03 21:23:22 +00:00
Commit Graph

101 Commits

Author SHA1 Message Date
Junyoung Choi (Sai) 62b2856d29 Merge pull request #2369 from daiyam/default-new-note
Implementing option `ui.defaultNote`
2018-09-15 13:04:02 +09:00
Baptiste Augrain d3861caf28 add label style for Theme and Language 2018-09-05 17:13:41 +02:00
Baptiste Augrain 1c8e379fdd add option for default new note 2018-09-05 17:08:39 +02:00
Baptiste Augrain 6603f46678 Merge branch 'master' into table-editor 2018-09-04 10:54:49 +02:00
Baptiste Augrain c844b60941 fix lint errors 2018-08-30 18:00:19 +02:00
Baptiste Augrain 9f8246a26a add default language for snippet note 2018-08-30 17:52:50 +02:00
Baptiste Augrain 7cf9dda821 fix lint errors 2018-08-20 20:29:10 +02:00
Baptiste Augrain 657806c8cf add smart table editor 2018-08-20 20:14:45 +02:00
Sosuke Suzuki 0095735841 fix from eslint 2018-06-27 20:42:19 +09:00
Sosuke Suzuki 8f4c92e251 extract normalizeEditorFonrFamily 2018-06-27 19:48:09 +09:00
Sosuke Suzuki 58354061d8 set font-family to editor in Preference > Interface 2018-06-27 19:34:58 +09:00
ehhc 35bcbbbae4 Merge branch 'master' into smart_arrows 2018-06-05 11:35:56 +02:00
Nguyễn Việt Hưng 72fbefa300 moved custom markdown checkbox & fixed codemirror size 2018-06-03 08:51:53 +07:00
Nguyễn Việt Hưng 2e3f6e39f6 fixed width of custom markdown editor 2018-06-02 11:30:12 +07:00
ehhc 8ccf490e9b Include markdown-it-smartArrow. Toggle it via settings and disable it by default since it might affect HTML comments in markdown 2018-05-28 23:05:08 +02:00
Nguyễn Việt Hưng ea768f982e Added custom markdown css 2018-05-29 00:37:59 +07:00
bimlas 77e3a7d43a i18n: Apply translations on hardcoded strings 2018-05-26 11:39:16 +02:00
Junyoung Choi (Sai) b03b9d5334 Merge pull request #1887 from o-3/master
Add configuration to render newlines as <br> or not
2018-05-17 01:08:52 +09:00
yosmoc a7946805ae configuable plantUML server address 2018-05-14 22:35:38 +02:00
ozone ab038b1f31 Add configuration to render line breaks as <br> or not 2018-05-04 00:44:22 -04:00
William Grant 5bd0499ae4 Merge branch 'master' into monokai_theme 2018-04-27 09:06:11 +02:00
William Grant 92be3f32d6 added monokai theme 2018-04-27 08:10:50 +02:00
bimlas 84925b24b5 Add option to show only related tags 2018-04-26 15:38:52 +02:00
Hung Nguyen d76db726c4 refactored code according to review 2018-04-24 18:06:10 +07:00
Hung Nguyen 47af3f09fc Centralized languages into 1 file 2018-04-17 09:59:30 +07:00
Frank Kanis 022915ffc9 Fixed change some languages 2018-04-12 00:10:22 +02:00
Junyoung Choi e796e00963 Merge branch 'master' into add-editor-rulers 2018-03-22 22:30:03 +09:00
Junyoung Choi (Sai) 10136df977 Merge pull request #1713 from frankkanis/master
Update text for internationalization
2018-03-22 22:09:15 +09:00
Junyoung Choi (Sai) 44ec107ce8 Merge pull request #1715 from BoostIO/sanitize-options
Make sanitization configurable
2018-03-22 21:57:37 +09:00
bimlas be235e5204 i18n: Add HU to locales 2018-03-22 12:35:42 +01:00
Junyoung Choi 5ea24f650b Make sanitization configurable 2018-03-22 12:01:16 +09:00
Frank Kanis 055969f5c6 Update text for internationalization 2018-03-21 22:17:34 +01:00
Yu-Hung Ou 8b11b57ec5 allow users to enable/disable editor rulers. default: disable 2018-03-21 22:31:46 +11:00
Yu-Hung Ou fbb7839f83 added Editor Rulers field in Preferences 2018-03-21 21:11:26 +11:00
Romain Le Quellec a8431fae96 add missing i18n preview word + fr translation 2018-03-17 10:16:51 +01:00
Simon ccb0302d3f Resolved Merge issue; Added Russian; 2018-03-14 13:13:47 +01:00
Simon 847ad2d781 Merge branch 'master' into localization 2018-03-13 09:24:53 +01:00
Simon 4f6c35713e Added languages; better German translation 2018-03-09 17:30:11 +01:00
Simon a413e273ca Added strings in notifications 2018-03-07 08:20:05 +01:00
Simon 0f82085cae Adjustments for Travis CI 2018-03-07 07:10:49 +01:00
Simon a36841e501 Implemented language switch in Interface Config Tab 2018-03-06 15:04:04 +01:00
Simon fe9afc8952 extracted all strings from html lines 2018-03-06 14:07:04 +01:00
Yu-Hung Ou e89c0a3e61 added support for toggling smart quotes in preview 2018-03-02 00:06:58 +11:00
Junyoung Choi (Sai) fea856202d Merge pull request #1509 from Antogin/feat/display-url-title
Feat/display url title
2018-02-21 16:33:34 +09:00
Nikolay Lopin 67ddff736c Switch from preview to edit by double click
User want to click markdown to work with text (for example copy).
If they have "Switch to Preview" setting in "When Editor Blurred",
they enter edit mode after click. To fix that issue I introduced new
value to the "Switch to Preview" setting that do that thing. User can
enter edit mode by double click on the editor and leave it on blur.

Unfortunately, it's impossible to switch both ways by double click
because the editor mode is listening for double click event.

#1523
2018-02-13 23:43:11 +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
Georges Indrianjafy 3e2b876c59 fix(config): refrase 2018-02-04 17:49:23 +02:00
Georges Indrianjafy 10daf2599d chore: fix lint isues 2018-02-04 17:39:32 +02:00
Georges Indrianjafy 56d6eb7077 feat(config): add ablility to opt out of fetch url 2018-02-04 13:58:02 +02:00
Junyoung Choi eb698a7430 Fix lint error 2018-02-03 15:10:16 +09:00