Drop support for portable Windows binary (#1065)

* Dropped support for portable Windows binary

* Update documentation
This commit is contained in:
Felix Häusler 2019-06-05 21:39:23 +02:00 committed by GitHub
parent bf39ae0e24
commit 4dada5b84d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
41 changed files with 100 additions and 90 deletions

View File

@ -3,6 +3,7 @@
**:warning:Breaking Changes:** **:warning:Breaking Changes:**
- `preference.md` is deprecated and no longer supported. Please use the GUI or edit `preferences.json` manually. - `preference.md` is deprecated and no longer supported. Please use the GUI or edit `preferences.json` manually.
- Removed portable Windows executable. NSIS installer can now be used to install per-user or machine wide.
**:cactus:Feature** **:cactus:Feature**

View File

@ -1,6 +1,6 @@
# Mark Text Contributing Guide # Mark Text Contributing Guide
Hi, I'm really excited that you are interested in contributing to Mark Text :tada:. Before submitting your contribution though, please make sure to take a moment and read through the following guidelines. We are really excited that you are interested in contributing to Mark Text :tada:. Before submitting your contribution though, please make sure to take a moment and read through the following guidelines.
- [Code of Conduct](https://github.com/marktext/marktext/blob/master/.github/CODE_OF_CONDUCT.md) - [Code of Conduct](https://github.com/marktext/marktext/blob/master/.github/CODE_OF_CONDUCT.md)
- [Issue Reporting Guidelines](#issue-reporting-guidelines) - [Issue Reporting Guidelines](#issue-reporting-guidelines)
@ -80,8 +80,10 @@ Before you can get started developing, you need set up your build environment:
- libx11 (dev) - libx11 (dev)
- libxkbfile (dev) - libxkbfile (dev)
- libsecret (dev)
On Debian-based Linux: `sudo apt-get install libx11-dev libxkbfile-dev libsecret-1-dev` On Debian-based Linux: `sudo apt-get install libx11-dev libxkbfile-dev libsecret-1-dev`
On Red Hat-based Linux: `sudo dnf install libx11-devel libxkbfile-devel libsecret-devel` On Red Hat-based Linux: `sudo dnf install libx11-devel libxkbfile-devel libsecret-devel`
**Let's build:** **Let's build:**
@ -120,7 +122,7 @@ For more scripts please see `package.json`.
- `package.json`: Project settings - `package.json`: Project settings
- `build`: Contains generated binaries - `build`: Contains generated binaries
- `dist`: Build files for deployment - `dist`: Build files for deployment
- `doc`: Documentation and assets - `docs`: Documentation and assets
- `node_modules`: Dependencies - `node_modules`: Dependencies
- `src`: Mark Text source code - `src`: Mark Text source code
- `static`: Application assets (images, themes, etc) - `static`: Application assets (images, themes, etc)

16
.github/ROADMAP.md vendored
View File

@ -22,31 +22,29 @@
- [x] Add More Themes. - [x] Add More Themes.
- [ ] User settings page, color theme, editor settings, markdown preferences, security settings, etc. - [x] User settings page, color theme, editor settings, markdown preferences, security settings, etc.
- [x] Different file can be referenced, jumped, and opened via a browser. - [x] Different file can be referenced, jumped, and opened via a browser.
- [ ] Print page settings. - [ ] PDF/Print page settings.
- [ ] Support for the selection of different style themes when exporting PDFs and HTML. - [ ] Support for the selection of different style themes when exporting PDFs and HTML.
- [ ] Support for more format output and input. - [ ] Support for more format output and input.
- [ ] When you open the software, the last edited file or folder are automatically opened. - [ ] Sessions, so that the last edited files or folder are automatically opened.
- [ ] Picture management function, uploaded pictures for unified management, image management will probably have these functions, local pictures, uploaded pictures, search pictures and upload. - [ ] Picture management function, uploaded pictures for unified management, image management will probably have these functions, local pictures, uploaded pictures, search pictures and upload.
- [ ] Support slideshow function, we can write Markdown directly, then Markdown will automatically generate slideshows, transition animations, thumbnails, preview playback.
- [ ] Add a paragraph menu. Add paragraphs, delete, copy, and more. - [ ] Add a paragraph menu. Add paragraphs, delete, copy, and more.
- [ ] Support `charts`, `flowcharts`, `Gantt charts`, etc. - [x] Support `charts`, `flowcharts`, `Gantt charts`, etc.
- [ ] When entering mathematical formulas, smart tips, support more mathematical, chemical and other formulas. - [ ] When entering mathematical formulas, smart tips, support more mathematical, chemical and other formulas.
- [ ] spell checking. - [ ] Spell checking.
- [ ] novice tutorial for newbies or new features. - [ ] Novice tutorial for newbies or new features.
- [ ] More custom markdown syntax, `subscript` and `superscript` etc. - [ ] More custom markdown syntax, `subscript` and `superscript` etc.

View File

@ -1,7 +1,7 @@
MIT License MIT License
Copyright (c) 2017-Present Luo Ran Copyright (c) 2017-present Luo Ran
Copyright (c) 2018 Mark Text Contributors Copyright (c) 2018-present Mark Text Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -71,28 +71,28 @@
<div align="center"> <div align="center">
<sub>Translations:</sub> <sub>Translations:</sub>
<a href="https://github.com/marktext/marktext/blob/master/doc/i18n/zh_cn.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/docs/i18n/zh_cn.md#readme">
<span>:cn:</span> <span>:cn:</span>
</a> </a>
<a href="https://github.com/marktext/marktext/blob/master/doc/i18n/pl.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/docs/i18n/pl.md#readme">
<span>:poland:</span> <span>:poland:</span>
</a> </a>
<a href="https://github.com/marktext/marktext/blob/master/doc/i18n/ja.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/docs/i18n/ja.md#readme">
<span>:jp:</span> <span>:jp:</span>
</a> </a>
<a href="https://github.com/marktext/marktext/blob/master/doc/i18n/french.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/docs/i18n/french.md#readme">
<span>:fr:</span> <span>:fr:</span>
</a> </a>
<a href="https://github.com/marktext/marktext/blob/master/doc/i18n/tr.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/docs/i18n/tr.md#readme">
<span>:tr:</span> <span>:tr:</span>
</a> </a>
<a href="https://github.com/marktext/marktext/blob/master/doc/i18n/spanish.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/docs/i18n/spanish.md#readme">
<span>:es:</span> <span>:es:</span>
</a> </a>
<a href="https://github.com/marktext/marktext/blob/master/doc/i18n/pt.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/docs/i18n/pt.md#readme">
<span>:portugal:</span> <span>:portugal:</span>
</a> </a>
<a href="https://github.com/marktext/marktext/blob/master/doc/i18n/ko.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/docs/i18n/ko.md#readme">
<span>:kr:</span> <span>:kr:</span>
</a> </a>
</div> </div>
@ -121,8 +121,8 @@ Sponsored by Patreon, it will be directly sponsored to Luo Ran (@jocs), who crea
**Platinum Sponsors** **Platinum Sponsors**
<a href="https://readme.io" target="_blank"><img src="https://raw.githubusercontent.com/marktext/marktext/master/doc/sponsor/readme.png" /></a> <a href="https://readme.io" target="_blank"><img src="https://raw.githubusercontent.com/marktext/marktext/master/docs/sponsor/readme.png" /></a>
<a href="https://qordoba.com" target="_blank"><img src="https://raw.githubusercontent.com/marktext/marktext/master/doc/sponsor/qordoba.png" /></a> <a href="https://qordoba.com" target="_blank"><img src="https://raw.githubusercontent.com/marktext/marktext/master/docs/sponsor/qordoba.png" /></a>
<a href="https://opencollective.com/marktext#platinum-sponsors"> <a href="https://opencollective.com/marktext#platinum-sponsors">
<img src="https://opencollective.com/marktext/tiers/platinum-sponsors.svg?avatarHeight=36&width=600"> <img src="https://opencollective.com/marktext/tiers/platinum-sponsors.svg?avatarHeight=36&width=600">
</a> </a>
@ -153,7 +153,7 @@ Sponsored by Patreon, it will be directly sponsored to Luo Ran (@jocs), who crea
## Screenshot ## Screenshot
![](https://github.com/marktext/marktext/blob/master/doc/marktext.png?raw=true) ![](https://github.com/marktext/marktext/blob/master/docs/marktext.png?raw=true)
## Features ## Features
@ -169,17 +169,17 @@ Sponsored by Patreon, it will be directly sponsored to Luo Ran (@jocs), who crea
| Cadmium Light | Dark | | Cadmium Light | Dark |
|:----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------:| |:----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------:|
| ![](https://github.com/marktext/marktext/blob/master/doc/themeImages/cadmium-light.png?raw=true) | ![](https://github.com/marktext/marktext/blob/master/doc/themeImages/dark.png?raw=true) | | ![](https://github.com/marktext/marktext/blob/master/docs/themeImages/cadmium-light.png?raw=true) | ![](https://github.com/marktext/marktext/blob/master/docs/themeImages/dark.png?raw=true) |
| Graphite Light | Materal Dark | | Graphite Light | Materal Dark |
| ![](https://github.com/marktext/marktext/blob/master/doc/themeImages/graphite-light.png?raw=true) | ![](https://github.com/marktext/marktext/blob/master/doc/themeImages/materal-dark.png?raw=true) | | ![](https://github.com/marktext/marktext/blob/master/docs/themeImages/graphite-light.png?raw=true) | ![](https://github.com/marktext/marktext/blob/master/docs/themeImages/materal-dark.png?raw=true) |
| Ulysses Light | One Dark | | Ulysses Light | One Dark |
| ![](https://github.com/marktext/marktext/blob/master/doc/themeImages/ulysses-light.png?raw=true) | ![](https://github.com/marktext/marktext/blob/master/doc/themeImages/one-dark.png?raw=true) | | ![](https://github.com/marktext/marktext/blob/master/docs/themeImages/ulysses-light.png?raw=true) | ![](https://github.com/marktext/marktext/blob/master/docs/themeImages/one-dark.png?raw=true) |
<h4 align="center">:smile_cat:Edit modes:dog:</h4> <h4 align="center">:smile_cat:Edit modes:dog:</h4>
| Source Code | Typewriter | Focus | | Source Code | Typewriter | Focus |
|:------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------:| |:------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------:|
| ![](https://raw.githubusercontent.com/marktext/marktext/master/doc/source.gif) | ![](https://raw.githubusercontent.com/marktext/marktext/master/doc/typewriter.gif) | ![](https://raw.githubusercontent.com/marktext/marktext/master/doc/focus.gif) | | ![](https://raw.githubusercontent.com/marktext/marktext/master/docs/source.gif) | ![](https://raw.githubusercontent.com/marktext/marktext/master/docs/typewriter.gif) | ![](https://raw.githubusercontent.com/marktext/marktext/master/docs/focus.gif) |
## Why write another editor? ## Why write another editor?
@ -207,11 +207,11 @@ brew cask install mark-text
#### Windows #### Windows
Simply download and install Mark Text via setup wizard (`marktext-setup-%version%.exe`) or download a portable version `marktext-%version%.exe`. Simply download and install Mark Text via setup wizard (`marktext-setup-%version%.exe`) and choose whether to install per-user or machine wide.
#### Linux #### Linux
Please follow the [Linux installation instructions](https://github.com/marktext/marktext/blob/master/doc/LINUX.md). Please follow the [Linux installation instructions](https://github.com/marktext/marktext/blob/master/docs/LINUX.md).
#### Other #### Other

View File

@ -2,7 +2,7 @@
##### SM.MS ##### SM.MS
No need to config, it's free uploading service, thanks! No need to config, it's a free uploading service up-to 5MB, thanks!
##### GitHub ##### GitHub

View File

Before

Width:  |  Height:  |  Size: 700 KiB

After

Width:  |  Height:  |  Size: 700 KiB

View File

Before

Width:  |  Height:  |  Size: 231 KiB

After

Width:  |  Height:  |  Size: 231 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -1,3 +1,5 @@
> **This documentation is outdated, based on the original readme from 22 June 2018!**
<p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p> <p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p>
<h1 align="center">Mark Text</h1> <h1 align="center">Mark Text</h1>
@ -82,7 +84,7 @@
<br /> <br />
![](https://github.com/marktext/marktext/blob/master/doc/marktext.gif) ![](https://github.com/marktext/marktext/blob/master/docs/marktext.gif)
## Features ## Features
@ -97,13 +99,13 @@
| Sombre :crescent_moon: | Clair :high_brightness: | | Sombre :crescent_moon: | Clair :high_brightness: |
|:------------------------------------------------------------------:|:-------------------------------------------------------------------:| |:------------------------------------------------------------------:|:-------------------------------------------------------------------:|
| ![](https://github.com/marktext/marktext/blob/master/doc/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/doc/light.jpg) | | ![](https://github.com/marktext/marktext/blob/master/docs/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/docs/light.jpg) |
<h4 align="center">:smile_cat:Mode d'édition:dog:</h4> <h4 align="center">:smile_cat:Mode d'édition:dog:</h4>
| Code Source | Machine à écrire | Focus | | Code Source | Machine à écrire | Focus |
|:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:| |:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:|
| ![](https://github.com/marktext/marktext/blob/master/doc/source.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/focus.gif) | | ![](https://github.com/marktext/marktext/blob/master/docs/source.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/focus.gif) |
## Pourquoi écrire un nouvel éditeur? ## Pourquoi écrire un nouvel éditeur?
@ -129,7 +131,7 @@ Si vous êtes sur OS X, vous pouvez installer Mark Text via [**homebrew cask**](
brew cask install mark-text brew cask install mark-text
``` ```
![](https://github.com/marktext/marktext/blob/master/doc/brew-cask.gif) ![](https://github.com/marktext/marktext/blob/master/docs/brew-cask.gif)
#### macOS and Windows #### macOS and Windows
@ -137,7 +139,7 @@ Télécharger et installer simplement Mark Text via le client d'installation.
#### Linux #### Linux
Veuillez suivre [les instructions d'installations Linux](https://github.com/marktext/marktext/blob/master/doc/LINUX.md). Veuillez suivre [les instructions d'installations Linux](https://github.com/marktext/marktext/blob/master/docs/LINUX.md).
## Development ## Development
@ -161,7 +163,7 @@ Supporter ce projet en devenant sponsor de celui-ci. Votre logo sera affiché ic
**Platinum Sponsors** **Platinum Sponsors**
<a href="https://readme.io" target="_blank"><img src="https://github.com/marktext/marktext/blob/master/doc/sponsor/readme.png" /></a> <a href="https://readme.io" target="_blank"><img src="https://github.com/marktext/marktext/blob/master/docs/sponsor/readme.png" /></a>
## Contributors ## Contributors

View File

@ -1,3 +1,5 @@
> **This documentation is outdated, based on the original readme from 19 April 2018!**
<p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p> <p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p>
<h1 align="center">Mark Text</h1> <h1 align="center">Mark Text</h1>
@ -76,22 +78,22 @@
<a href="https://github.com/marktext/marktext/blob/master/readme.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/readme.md#readme">
<span>:en:</span> <span>:en:</span>
</a> </a>
<a href="https://github.com/marktext/marktext/blob/master/doc/i18n/zh_cn.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/docs/i18n/zh_cn.md#readme">
<span>:cn:</span> <span>:cn:</span>
</a> </a>
<a href="https://github.com/marktext/marktext/blob/master/doc/i18n/pl.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/docs/i18n/pl.md#readme">
<span>:poland:</span> <span>:poland:</span>
</a> </a>
<a href="https://github.com/marktext/marktext/blob/master/doc/i18n/french.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/docs/i18n/french.md#readme">
<span>:fr:</span> <span>:fr:</span>
</a> </a>
<a href="https://github.com/marktext/marktext/blob/master/doc/i18n/tr.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/docs/i18n/tr.md#readme">
<span>:tr:</span> <span>:tr:</span>
</a> </a>
<a href="https://github.com/marktext/marktext/blob/master/doc/i18n/spanish.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/docs/i18n/spanish.md#readme">
<span>:es:</span> <span>:es:</span>
</a> </a>
<a href="https://github.com/marktext/marktext/blob/master/doc/i18n/pt.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/docs/i18n/pt.md#readme">
<span>:portugal:</span> <span>:portugal:</span>
</a> </a>
</div> </div>
@ -107,7 +109,7 @@
<br /> <br />
![](https://github.com/marktext/marktext/blob/master/doc/marktext.gif) ![](https://github.com/marktext/marktext/blob/master/docs/marktext.gif)
## 特徴 ## 特徴
@ -122,13 +124,13 @@
| Dark :crescent_moon: | Light :high_brightness: | | Dark :crescent_moon: | Light :high_brightness: |
|:------------------------------------------------------------------:|:-------------------------------------------------------------------:| |:------------------------------------------------------------------:|:-------------------------------------------------------------------:|
| ![](https://github.com/marktext/marktext/blob/master/doc/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/doc/light.jpg) | | ![](https://github.com/marktext/marktext/blob/master/docs/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/docs/light.jpg) |
<h4 align="center">:smile_cat:編集モード:dog:</h4> <h4 align="center">:smile_cat:編集モード:dog:</h4>
| Source Code | Typewriter | Focus | | Source Code | Typewriter | Focus |
|:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:| |:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:|
| ![](https://github.com/marktext/marktext/blob/master/doc/source.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/focus.gif) | | ![](https://github.com/marktext/marktext/blob/master/docs/source.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/focus.gif) |
## 開発の意図 ## 開発の意図
@ -152,7 +154,7 @@ macOSをご利用の場合は、[**homebrew cask**](https://github.com/caskroom/
> brew cask install mark-text > brew cask install mark-text
![](https://github.com/marktext/marktext/blob/master/doc/brew-cask.gif) ![](https://github.com/marktext/marktext/blob/master/docs/brew-cask.gif)
## 開発 ## 開発

View File

@ -1,3 +1,4 @@
> **This documentation is outdated, based on the original readme from 27 February 2019!**
<p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p> <p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p>
@ -82,7 +83,7 @@
<br /> <br />
![](https://github.com/marktext/marktext/blob/master/doc/marktext.gif) ![](https://github.com/marktext/marktext/blob/master/docs/marktext.gif)
## 기능 ## 기능
@ -97,13 +98,13 @@
| Dark :crescent_moon: | Light :high_brightness: | | Dark :crescent_moon: | Light :high_brightness: |
|:------------------------------------------------------------------:|:-------------------------------------------------------------------:| |:------------------------------------------------------------------:|:-------------------------------------------------------------------:|
| ![](https://github.com/marktext/marktext/blob/master/doc/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/doc/light.jpg) | | ![](https://github.com/marktext/marktext/blob/master/docs/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/docs/light.jpg) |
<h4 align="center">:smile_cat:다양한 편집 모드:dog:</h4> <h4 align="center">:smile_cat:다양한 편집 모드:dog:</h4>
| Source Code | Typewriter | Focus | | Source Code | Typewriter | Focus |
|:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:| |:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:|
| ![](https://github.com/marktext/marktext/blob/master/doc/source.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/focus.gif) | | ![](https://github.com/marktext/marktext/blob/master/docs/source.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/focus.gif) |
## 개발 의도 ## 개발 의도
@ -129,14 +130,14 @@ macOS를 이용할 경우는 [**homebrew cask**](https://github.com/caskroom/ho
brew cask install mark-text brew cask install mark-text
``` ```
![](https://github.com/marktext/marktext/blob/master/doc/brew-cask.gif) ![](https://github.com/marktext/marktext/blob/master/docs/brew-cask.gif)
#### macOS and Windows #### macOS and Windows
설치 마법사를 통해 Mark Text를 다운로드하여 설치하면 된다. 설치 마법사를 통해 Mark Text를 다운로드하여 설치하면 된다.
#### Linux #### Linux
[Linux installation instructions](https://github.com/marktext/marktext/blob/master/doc/LINUX.md) 이 문서를 따르라. [Linux installation instructions](https://github.com/marktext/marktext/blob/master/docs/LINUX.md) 이 문서를 따르라.
## 개발 ## 개발
@ -158,7 +159,7 @@ Mark Text는 완전히 개발되었다, pull request를 하기 전에 [Contribu
**Platinum 스폰서** **Platinum 스폰서**
<a href="https://readme.io" target="_blank"><img src="https://github.com/marktext/marktext/blob/master/doc/sponsor/readme.png" /></a> <a href="https://readme.io" target="_blank"><img src="https://github.com/marktext/marktext/blob/master/docs/sponsor/readme.png" /></a>
<a href="https://opencollective.com/marktext#platinum-sponsors"> <a href="https://opencollective.com/marktext#platinum-sponsors">
<img src="https://opencollective.com/marktext/tiers/platinum-sponsors.svg?avatarHeight=36&width=600"> <img src="https://opencollective.com/marktext/tiers/platinum-sponsors.svg?avatarHeight=36&width=600">
</a> </a>

View File

@ -1,3 +1,5 @@
> **This documentation is outdated, based on the original readme from 14 April 2018!**
<p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p> <p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p>
<h1 align="center">Mark Text</h1> <h1 align="center">Mark Text</h1>
@ -82,7 +84,7 @@
<br /> <br />
![](https://github.com/marktext/marktext/blob/master/doc/marktext.gif) ![](https://github.com/marktext/marktext/blob/master/docs/marktext.gif)
### Cechy programu ### Cechy programu
@ -97,13 +99,13 @@
| Ciemny :crescent_moon: | Jasny :high_brightness: | | Ciemny :crescent_moon: | Jasny :high_brightness: |
|:------------------------------------------------------------------:|:-------------------------------------------------------------------:| |:------------------------------------------------------------------:|:-------------------------------------------------------------------:|
| ![](https://github.com/marktext/marktext/blob/master/doc/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/doc/light.jpg) | | ![](https://github.com/marktext/marktext/blob/master/docs/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/docs/light.jpg) |
<h4 align="center">:smile_cat:Tryby edycji:dog:</h4> <h4 align="center">:smile_cat:Tryby edycji:dog:</h4>
| Kod źródłowy | Maszyna do pisania | Skupienie | | Kod źródłowy | Maszyna do pisania | Skupienie |
|:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:| |:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:|
| ![](https://github.com/marktext/marktext/blob/master/doc/source.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/focus.gif) | | ![](https://github.com/marktext/marktext/blob/master/docs/source.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/focus.gif) |
### Dlaczego kolejny edytor? ### Dlaczego kolejny edytor?
@ -127,7 +129,7 @@ Jeśli używasz systemu OS X, to możesz zainstalować Mark Text za pomocą [**h
> brew cask install mark-text > brew cask install mark-text
![](https://github.com/marktext/marktext/blob/master/doc/brew-cask.gif) ![](https://github.com/marktext/marktext/blob/master/docs/brew-cask.gif)
### Rozwój ### Rozwój

View File

@ -1,3 +1,5 @@
> **This documentation is outdated, based on the original readme from 18 October 2018!**
<p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p> <p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p>
<h1 align="center">Mark Text</h1> <h1 align="center">Mark Text</h1>
@ -82,7 +84,7 @@
<br /> <br />
![](https://github.com/marktext/marktext/blob/master/doc/marktext.gif) ![](https://github.com/marktext/marktext/blob/master/docs/marktext.gif)
## Características ## Características
@ -97,13 +99,13 @@
| Escuro :crescent_moon: | Claro :high_brightness: | | Escuro :crescent_moon: | Claro :high_brightness: |
|:------------------------------------------------------------------:|:-------------------------------------------------------------------:| |:------------------------------------------------------------------:|:-------------------------------------------------------------------:|
| ![](https://github.com/marktext/marktext/blob/master/doc/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/doc/light.jpg) | | ![](https://github.com/marktext/marktext/blob/master/docs/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/docs/light.jpg) |
<h4 align="center">:smile_cat:Modo de edição:dog:</h4> <h4 align="center">:smile_cat:Modo de edição:dog:</h4>
| Código Fonte | Máquina de Escrever | Concentração | | Código Fonte | Máquina de Escrever | Concentração |
|:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:| |:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:|
| ![](https://github.com/marktext/marktext/blob/master/doc/source.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/focus.gif) | | ![](https://github.com/marktext/marktext/blob/master/docs/source.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/focus.gif) |
## Por que criar um novo editor ? ## Por que criar um novo editor ?
@ -129,7 +131,7 @@ Se está usando macOS você pode utilizar para instalação [**homebrew cask**](
brew cask install mark-text brew cask install mark-text
``` ```
![](https://github.com/marktext/marktext/blob/master/doc/brew-cask.gif) ![](https://github.com/marktext/marktext/blob/master/docs/brew-cask.gif)
#### macOS e Windows #### macOS e Windows
@ -137,7 +139,7 @@ Baixe e instale a partir do assistente de instalação.
#### Linux #### Linux
Siga as instruções: [Clique aqui](https://github.com/marktext/marktext/blob/master/doc/LINUX.md). Siga as instruções: [Clique aqui](https://github.com/marktext/marktext/blob/master/docs/LINUX.md).
## Desenvolvimento ## Desenvolvimento
@ -182,7 +184,7 @@ Se você patrocinar esse projeto tera sua logo aqui com um link :) [[Quero patro
**Platinum** **Platinum**
<a href="https://readme.io" target="_blank"><img src="https://github.com/marktext/marktext/blob/master/doc/sponsor/readme.png" /></a> <a href="https://readme.io" target="_blank"><img src="https://github.com/marktext/marktext/blob/master/docs/sponsor/readme.png" /></a>
## Contribuidores ## Contribuidores

View File

@ -1,3 +1,5 @@
> **This documentation is outdated, based on the original readme from 1 October 2018!**
<p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p> <p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p>
<h1 align="center">Mark Text</h1> <h1 align="center">Mark Text</h1>
@ -82,7 +84,7 @@
<br /> <br />
![](https://github.com/marktext/marktext/blob/master/doc/marktext.gif) ![](https://github.com/marktext/marktext/blob/master/docs/marktext.gif)
## Características ## Características
@ -97,13 +99,13 @@
| Oscuro :crescent_moon: | Claro :high_brightness: | | Oscuro :crescent_moon: | Claro :high_brightness: |
|:------------------------------------------------------------------:|:-------------------------------------------------------------------:| |:------------------------------------------------------------------:|:-------------------------------------------------------------------:|
| ![](https://github.com/marktext/marktext/blob/master/doc/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/doc/light.jpg) | | ![](https://github.com/marktext/marktext/blob/master/docs/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/docs/light.jpg) |
<h4 align="center">:smile_cat:Mode d'édition:dog:</h4> <h4 align="center">:smile_cat:Mode d'édition:dog:</h4>
| Código fuente | Máquina de escribir | Concentración | | Código fuente | Máquina de escribir | Concentración |
|:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:| |:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:|
| ![](https://github.com/marktext/marktext/blob/master/doc/source.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/focus.gif) | | ![](https://github.com/marktext/marktext/blob/master/docs/source.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/focus.gif) |
## ¿Por qué hacer otro editor ? ## ¿Por qué hacer otro editor ?
@ -128,7 +130,7 @@ Si estás usando macOS, puedes instalar Mart Text usando [**homebrew cask**](htt
brew cask install mark-text brew cask install mark-text
``` ```
![](https://github.com/marktext/marktext/blob/master/doc/brew-cask.gif) ![](https://github.com/marktext/marktext/blob/master/docs/brew-cask.gif)
#### macOS y Windows #### macOS y Windows
@ -136,7 +138,7 @@ Descarga e instala Mart Text a partir del asistente de instalación
#### Linux #### Linux
Sigue las [instrucciones de instalación de Linux] (https://github.com/marktext/marktext/blob/master/doc/LINUX.md). Sigue las [instrucciones de instalación de Linux] (https://github.com/marktext/marktext/blob/master/docs/LINUX.md).
## Desarrollo ## Desarrollo
@ -180,7 +182,7 @@ Apoya este proyecto convirtiéndote en un sponsor. Tu logo se verá aquí con un
**Platinum Sponsors** **Platinum Sponsors**
<a href="https://readme.io" target="_blank"><img src="https://github.com/marktext/marktext/blob/master/doc/sponsor/readme.png" /></a> <a href="https://readme.io" target="_blank"><img src="https://github.com/marktext/marktext/blob/master/docs/sponsor/readme.png" /></a>
## Contribuidores ## Contribuidores

View File

@ -1,3 +1,5 @@
> **This documentation is outdated, based on the original readme from 19 June 2018!**
<p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p> <p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p>
<h1 align="center">Mark Text</h1> <h1 align="center">Mark Text</h1>
@ -53,7 +55,7 @@
Web sitesi Web sitesi
</a> </a>
<span> | </span> <span> | </span>
<a href="https://github.com/marktext/marktext/blob/master/doc/i18n/tr.md#readme"> <a href="https://github.com/marktext/marktext/blob/master/docs/i18n/tr.md#readme">
Türkçe Türkçe
</a> </a>
<span> | </span> <span> | </span>
@ -86,7 +88,7 @@
<br /> <br />
![](https://github.com/marktext/marktext/blob/master/doc/marktext.gif) ![](https://github.com/marktext/marktext/blob/master/docs/marktext.gif)
## Özellikler ## Özellikler
@ -101,13 +103,13 @@
| Dark :crescent_moon: | Light :high_brightness: | | Dark :crescent_moon: | Light :high_brightness: |
| :----------------------------------------------------------------: | :-----------------------------------------------------------------: | | :----------------------------------------------------------------: | :-----------------------------------------------------------------: |
| ![](https://github.com/marktext/marktext/blob/master/doc/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/doc/light.jpg) | | ![](https://github.com/marktext/marktext/blob/master/docs/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/docs/light.jpg) |
<h4 align="center">:smile_cat:Düzenleme modları:dog:</h4> <h4 align="center">:smile_cat:Düzenleme modları:dog:</h4>
| Kaynak Kod | Daktilo | Odaklama | | Kaynak Kod | Daktilo | Odaklama |
| :------------------------------------------------------------------: | :----------------------------------------------------------------------: | :-----------------------------------------------------------------: | | :------------------------------------------------------------------: | :----------------------------------------------------------------------: | :-----------------------------------------------------------------: |
| ![](https://github.com/marktext/marktext/blob/master/doc/source.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/focus.gif) | | ![](https://github.com/marktext/marktext/blob/master/docs/source.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/focus.gif) |
## Neden başka editör yazıyoruz? ## Neden başka editör yazıyoruz?
@ -133,7 +135,7 @@ Eğer OSX sistemi kullanıyorsan, [**homebrew cask**](https://github.com/caskroo
brew cask install mark-text brew cask install mark-text
``` ```
![](https://github.com/marktext/marktext/blob/master/doc/brew-cask.gif) ![](https://github.com/marktext/marktext/blob/master/docs/brew-cask.gif)
#### macOS ve Windows #### macOS ve Windows
@ -141,7 +143,7 @@ Basitçe indirin ve Mark Text kurulum sihirbazı ile kurulumu tamamlayın.
#### Linux #### Linux
Lütfen [Linux kurulum talimatını](https://github.com/marktext/marktext/blob/master/doc/LINUX.md) takip ediniz. Lütfen [Linux kurulum talimatını](https://github.com/marktext/marktext/blob/master/docs/LINUX.md) takip ediniz.
## Geliştirme ## Geliştirme
@ -169,7 +171,7 @@ Sponsor olarak bu projeye desktek verin. Logonuz burada websitenizin linki veril
**Platinum Sponsorlar** **Platinum Sponsorlar**
<a href="https://readme.io" target="_blank"><img src="https://github.com/marktext/marktext/blob/master/doc/sponsor/readme.png" /></a> <a href="https://readme.io" target="_blank"><img src="https://github.com/marktext/marktext/blob/master/docs/sponsor/readme.png" /></a>
## Katkıda bulunanlar ## Katkıda bulunanlar

View File

@ -1,3 +1,5 @@
> **This documentation is outdated, based on the original readme from 13 March 2018!**
<p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p> <p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p>
<h1 align="center">Mark Text</h1> <h1 align="center">Mark Text</h1>
@ -82,7 +84,7 @@
<br /> <br />
![](https://github.com/marktext/marktext/blob/master/doc/marktext.gif) ![](https://github.com/marktext/marktext/blob/master/docs/marktext.gif)
### 特性 ### 特性
@ -98,19 +100,19 @@
| 黑色主题 :crescent_moon: | 白色主题 :high_brightness: | | 黑色主题 :crescent_moon: | 白色主题 :high_brightness: |
| :----------------------------------------------------------: | :----------------------------------------------------------: | | :----------------------------------------------------------: | :----------------------------------------------------------: |
| ![](https://github.com/marktext/marktext/blob/master/doc/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/doc/light.jpg) | | ![](https://github.com/marktext/marktext/blob/master/docs/dark.jpg) | ![](https://github.com/marktext/marktext/blob/master/docs/light.jpg) |
<h4 align="center">:smile_cat:​编辑模式:dog:</h4> <h4 align="center">:smile_cat:​编辑模式:dog:</h4>
| 源代码模式 | 打字机模式 | 专注模式 | | 源代码模式 | 打字机模式 | 专注模式 |
| :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: |
| ![](https://github.com/marktext/marktext/blob/master/doc/source.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/doc/focus.gif) | | ![](https://github.com/marktext/marktext/blob/master/docs/source.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/typewriter.gif) | ![](https://github.com/marktext/marktext/blob/master/docs/focus.gif) |
### 可以斗图的 Markdown 编辑器 ### 可以斗图的 Markdown 编辑器
Mark Text 内置斗图功能,省掉了寻找「斗图」的烦恼,通过快捷键 `Cmd+/` 直接打开斗图搜索面板,你需要的有趣图片就在里面。斗图功能默认是关闭的,你需要从`user preference` 菜单中,打开 preference.md, 然后设置 `aidou``true`。保存然后重启编辑器就可以使用了。 Mark Text 内置斗图功能,省掉了寻找「斗图」的烦恼,通过快捷键 `Cmd+/` 直接打开斗图搜索面板,你需要的有趣图片就在里面。斗图功能默认是关闭的,你需要从`user preference` 菜单中,打开 preference.md, 然后设置 `aidou``true`。保存然后重启编辑器就可以使用了。
![](https://github.com/marktext/marktext/blob/master/doc/doutu.jpg) ![](https://github.com/marktext/marktext/blob/master/docs/doutu.jpg)
### 安装和下载 ### 安装和下载
@ -126,7 +128,7 @@
> brew cask install mark-text > brew cask install mark-text
![](https://github.com/marktext/marktext/blob/master/doc/brew-cask.gif) ![](https://github.com/marktext/marktext/blob/master/docs/brew-cask.gif)
### 开发 ### 开发

View File

Before

Width:  |  Height:  |  Size: 631 KiB

After

Width:  |  Height:  |  Size: 631 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

Before

Width:  |  Height:  |  Size: 483 KiB

After

Width:  |  Height:  |  Size: 483 KiB

View File

Before

Width:  |  Height:  |  Size: 567 KiB

After

Width:  |  Height:  |  Size: 567 KiB

View File

Before

Width:  |  Height:  |  Size: 590 KiB

After

Width:  |  Height:  |  Size: 590 KiB

View File

Before

Width:  |  Height:  |  Size: 811 KiB

After

Width:  |  Height:  |  Size: 811 KiB

View File

Before

Width:  |  Height:  |  Size: 665 KiB

After

Width:  |  Height:  |  Size: 665 KiB

View File

Before

Width:  |  Height:  |  Size: 572 KiB

After

Width:  |  Height:  |  Size: 572 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 MiB

After

Width:  |  Height:  |  Size: 2.9 MiB

View File

@ -93,19 +93,12 @@
"ia32", "ia32",
"x64" "x64"
] ]
},
{
"target": "portable",
"arch": [
"ia32",
"x64"
]
} }
], ],
"requestedExecutionLevel": "asInvoker" "requestedExecutionLevel": "asInvoker"
}, },
"nsis": { "nsis": {
"perMachine": true, "perMachine": false,
"oneClick": false, "oneClick": false,
"allowToChangeInstallationDirectory": true, "allowToChangeInstallationDirectory": true,
"include": "resources/windows/installer.nsh" "include": "resources/windows/installer.nsh"

View File

@ -19,7 +19,7 @@
<div class="text" style="min-height: auto">{{ copyright }}</div> <div class="text" style="min-height: auto">{{ copyright }}</div>
</el-col> </el-col>
<el-col :span="24"> <el-col :span="24">
<div class="text">Copyright © 2018 Mark Text Contributors</div> <div class="text">{{ copyrightContributors }}</div>
</el-col> </el-col>
</el-row> </el-row>
</el-dialog> </el-dialog>
@ -34,6 +34,7 @@
data () { data () {
this.name = 'Mark Text' this.name = 'Mark Text'
this.copyright = `Copyright © 2017-${new Date().getFullYear()} Luo Ran` this.copyright = `Copyright © 2017-${new Date().getFullYear()} Luo Ran`
this.copyrightContributors = `Copyright © 2018-${new Date().getFullYear()} Mark Text Contributors`
return { return {
showAboutDialog: false showAboutDialog: false
} }