Commit Graph

65 Commits

Author SHA1 Message Date
bigshans
ffce55df59
fix: fix sidebar display bug when data empty (#2883)
* fix: fix sidebar display bug when data empty

* style(render/sidebar): add space after data
2022-01-15 15:43:55 +08:00
Felix Häusler
8c031c6798
Fix editor overflow (#2850) 2022-01-08 17:28:23 +01:00
Ran Luo
e690edc600
fix: update file icons (#2817)
* fix: update file icons

* fix: wrong classname of txt file
2022-01-01 10:41:33 +08:00
Ran Luo
8af9605e35
feat: support solidity in codeblock and optimization of file icons (#2775)
* feat: support solidity in codeblock and optimization of file icons

* feat: update file icons
2021-12-26 16:21:00 +08:00
Felix Häusler
a77b1c74b6
Code cleanup and improve issue templates (#2777) 2021-12-25 21:50:51 +08:00
m-mcneive
53c6a39faf
added automatic call to search for global search function (#2572) 2021-12-22 22:07:31 +01:00
brainchild0
b71b6ffccf
Conform user-interface text to conventions for trailing punctuation (#2209) 2020-06-18 12:58:59 +02:00
Felix Häusler
c53246df13
Fix double used shortcut (#2198)
* Fix double used shortcut

* Update documentation
2020-06-08 14:03:17 +02:00
BeatLink
5700290148
Increase indentation for sidebar treeview (#2161) 2020-05-31 23:17:16 +02:00
Micael Dias
016c7b4c15
Fix max width of editor tabs (#2097)
* Fix max width of editor tabs
2020-05-23 21:41:41 +02:00
Davis Riedel
862324387c Fix #1879 Add .md extension to files created in sidebar if no extension is given (#1886)
* Fix #1879: Add .md extension to files created in sidebar if no extension given.

* Use hasMarkdownExtension function everywhere an extension has to be checked.

Allowed markdown extensions are handeled in several places in different ways. Use the hasMarkdownFunction from common/filesystem/paths.js to allow to easily update the allowed extensions when needed.
2020-02-08 17:26:37 +08:00
He Linming
3f2e3340b6 feat: word wrap in TOC (#1811)
* feat: word wrap in TOC

close #1772

* rename wordWrap to wordWrapInToc
2019-12-27 22:08:03 +08:00
He Linming
11dfa2529d Fix settings button does not work (#1706) (#1710) 2019-11-15 00:05:48 +08:00
Felix Häusler
245962a6a1 Add Windows spell checker and fixes (#1624)
* Add Windows spell checker and fixes

* Fix build failure on macOS

* Fix preference visibility
2019-11-08 00:25:24 +08:00
jocs
5196df94b0 Change title color 2019-11-06 23:42:05 +08:00
罗冉
12c2b9d161 style optimization 2019-11-06 13:45:30 +08:00
罗冉
a8bb4bd2f7 Optimization search in folder 2019-11-06 13:14:25 +08:00
Ran Luo
168257605f
feat: add find in folder shortcut (#1539)
* feat: add find in folder shortcut

* Modify the menu item label
2019-10-27 00:31:01 +08:00
Ran Luo
8e47088260 Fix #1391 side bar can not be scrolled (#1398) 2019-09-30 00:24:33 +02:00
Ilias Ismanalijev
ab5068ea25 Search shows open folder warning, no results text and errors (#1312)
* Show messages in search
- Open folder prompt
- No result found
- Errors

* search message section use divs, refactor template
2019-09-02 18:07:46 +08:00
Ilias Ismanalijev
437cb23ed8 Search input now searches on keypress (#1307) 2019-09-01 18:33:39 +08:00
Ran Luo
46371f8c56
Update Babel to 7.x.x (#1253)
* update deps

* update babel

* add babel-runtime

* update config file

* update config file

* modify config

* modify some codes

* update some dependences

* Update allowed licenses validate
2019-09-01 03:30:01 +08:00
Ran Luo
72c9d94b14
fix: #1191 and remove hover status (#1197) 2019-07-29 00:01:30 +08:00
Ran Luo
75c043a649
fix: lint error (#1176) 2019-07-25 02:28:48 +08:00
Felix Häusler
2686cfafe4 Update deps and automatically format style (#1168) 2019-07-24 10:57:21 +08:00
Ran Luo
179f3d3355
Optimization search (#1138)
* add search results

* replace icons in sidebar

* feat: click setting icon to open setting window

* remove some ununsed codes

* fix: #1120
2019-07-23 11:21:14 +08:00
Felix Häusler
72702427f1 Add ripgrep as find in files backend (#1086)
* Add ripgrep as find in files backend

* Fix API limit on Appveyor

* Fix css style

* support search and jump (#1)

* Style fixes
2019-06-20 22:46:24 +08:00
Ran Luo
7413c569f6 fix: TOC level error (#1087) 2019-06-09 16:22:41 +02:00
Felix Häusler
e6e652713a
Find best window to open second-instance files and directories in (#1054)
* Files via command-line are opened in the best window

* Don't show FSW changed notification while saving

* Fixed source-code mode setting and remove focus/typewritter option

* Simplify ignore list

* Fix invalid dialog parameter

* Fix invalid dialog parameter (2)

* Use async message box dialog

* Update documentation

* few changes

* Check timer before calling clearTimeout

* Improve switch style

* Fix style
2019-06-09 15:41:58 +02:00
Felix Häusler
77ff23c2c8 refactor main source code (#1006)
* refactor main source code

* fix invalid file cache entries during startup
2019-05-04 22:14:45 +08:00
Felix Häusler
620df2ee69
add tab scrolling and drag&drop (#953)
* add tab scrolling and drag&drop

* fix tab maximal width without side bar

* use dragula instead of vue-draggable

* Update changelog

* fix issues with maximal side bar width

If the side bar is resized more than 50vw then issues occur because the
commited width is not limited to 50vw or if the window is resized.

* reordered tabs after dropping and some improvements
2019-04-28 20:02:05 +02:00
Felix Häusler
aa59e8a0ca fix: input style in side bar (#852) 2019-04-04 00:34:51 +08:00
Andrew Rabert
3f381c4b89 Fix grammar (#844) 2019-04-01 08:38:44 +08:00
Ran Luo
739d31aa66 fix #625 (#799)
* style opti

* fix #625

* update changelog

* fix error when selection in not in edit area

* also fix double click front icon and error happen

* fix error when click front icons and toolbars of table

* rebase master

* update some codes

* null check in all selection.getCursorRange method

* add maskColor variable

* update roadmap, remove note features
2019-03-31 13:06:27 +02:00
Ran Luo
e1cfec6e3e
opti: rewrite TOC and remove hard code theme (#778)
* opti: prevent the duplicated header text error

* scroll error in toc

* delay the change event when init muya, so that the change event listener can handle change event.

* opti: style

* almost finished need last check

* style in table

* clear up some unused codes

* clear up theme hard code

* add no search data picture and new Folder new File

* move search and replace to top of editor

* add: no data image when there is no TOC

* update structure

* little bug fix

* update styles

* update un_draw icons

* update style of editor

* add animation when make open folder collapse.

* remove theme props in editor component, deprecated lightColor and darkColor

* add Ulysses Light

* theme: graphite

* update Ulysses blockquote

* update emoji style

* update titleBar height

* change theme color

* Support macOs dark mode

* update style of tooltip in editor

* update styles

* fix: TOC auto expand all

* patch added
2019-03-24 05:09:00 +08:00
Felix Häusler
eff54dcaa1 fix: sidebar tree view (#764) 2019-03-17 17:39:00 +08:00
Felix Häusler
cbd90bfeb4 User-defined open files (#735) 2019-03-07 22:59:40 +08:00
Felix Häusler
790448ae5f Allow custom fonts and improve side bar (#626) 2018-12-25 18:52:51 +08:00
Felix Häusler
fa394be978 Fix build failure with latest vue version (#605) 2018-12-13 21:58:52 +08:00
Felix Häusler
7623377432 Improve sidebar and tab design (#555) 2018-11-12 21:06:36 +08:00
Jocs
c8e610656a opti: extract clipboard class from index.js 2018-10-06 18:30:24 +08:00
Jocs
db5e7b8e8d fix: #485 Open Project command. Maybe rename to Open folder 2018-09-20 21:50:14 +08:00
Felix Häusler
6abd88e075 fix: #402 table of contents sidebar scroll bug (#461) 2018-08-12 20:38:31 +08:00
Ran Luo
405d04ce19
package and release muya (#413) 2018-07-07 00:10:30 +08:00
冉四夕
96e328501f
optimization: remove magic number (#403) 2018-06-25 10:27:27 +08:00
Jocs
7621b53b49 optimization: add animation when hover sidebar icon 2018-06-15 22:33:59 +08:00
冉四夕
4be72ade97
Notification (#337)
* rewrite notice module

* optimization: show some notification when export html or pdf

* optimization: style of open project button

* little bug fix

* style: uniform titlebar hight to remove some style error
2018-06-15 21:30:10 +08:00
Jocs
a8ced8d832 bugfix: unexpected scrollbars in source code mode #327 2018-06-14 22:56:25 +08:00
Jocs
e4debffb2d optimization: style 2018-06-13 14:52:07 +08:00
Jocs
6df237532a style optimization in dark theme 2018-06-13 11:43:15 +08:00