Drop support for portable Windows binary (#1065)
* Dropped support for portable Windows binary * Update documentation
1
.github/CHANGELOG.md
vendored
@ -3,6 +3,7 @@
|
||||
**:warning:Breaking Changes:**
|
||||
|
||||
- `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**
|
||||
|
||||
|
6
.github/CONTRIBUTING.md
vendored
@ -1,6 +1,6 @@
|
||||
# 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)
|
||||
- [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)
|
||||
- libxkbfile (dev)
|
||||
- libsecret (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`
|
||||
|
||||
**Let's build:**
|
||||
@ -120,7 +122,7 @@ For more scripts please see `package.json`.
|
||||
- `package.json`: Project settings
|
||||
- `build`: Contains generated binaries
|
||||
- `dist`: Build files for deployment
|
||||
- `doc`: Documentation and assets
|
||||
- `docs`: Documentation and assets
|
||||
- `node_modules`: Dependencies
|
||||
- `src`: Mark Text source code
|
||||
- `static`: Application assets (images, themes, etc)
|
||||
|
14
.github/ROADMAP.md
vendored
@ -22,31 +22,29 @@
|
||||
|
||||
- [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.
|
||||
|
||||
- [ ] Print page settings.
|
||||
- [ ] PDF/Print page settings.
|
||||
|
||||
- [ ] Support for the selection of different style themes when exporting PDFs and HTML.
|
||||
|
||||
- [ ] 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.
|
||||
|
||||
- [ ] 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.
|
||||
|
||||
- [ ] 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.
|
||||
|
||||
- [ ] 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.
|
||||
|
||||
|
4
LICENSE
@ -1,7 +1,7 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017-Present Luo Ran
|
||||
Copyright (c) 2018 Mark Text Contributors
|
||||
Copyright (c) 2017-present Luo Ran
|
||||
Copyright (c) 2018-present Mark Text Contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
34
README.md
@ -71,28 +71,28 @@
|
||||
|
||||
<div align="center">
|
||||
<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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</a>
|
||||
</div>
|
||||
@ -121,8 +121,8 @@ Sponsored by Patreon, it will be directly sponsored to Luo Ran (@jocs), who crea
|
||||
|
||||
**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://qordoba.com" target="_blank"><img src="https://raw.githubusercontent.com/marktext/marktext/master/doc/sponsor/qordoba.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/docs/sponsor/qordoba.png" /></a>
|
||||
<a href="https://opencollective.com/marktext#platinum-sponsors">
|
||||
<img src="https://opencollective.com/marktext/tiers/platinum-sponsors.svg?avatarHeight=36&width=600">
|
||||
</a>
|
||||
@ -153,7 +153,7 @@ Sponsored by Patreon, it will be directly sponsored to Luo Ran (@jocs), who crea
|
||||
|
||||
## Screenshot
|
||||
|
||||

|
||||

|
||||
|
||||
## Features
|
||||
|
||||
@ -169,17 +169,17 @@ Sponsored by Patreon, it will be directly sponsored to Luo Ran (@jocs), who crea
|
||||
|
||||
| Cadmium Light | Dark |
|
||||
|:----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------:|
|
||||
|  |  |
|
||||
|  |  |
|
||||
| Graphite Light | Materal Dark |
|
||||
|  |  |
|
||||
|  |  |
|
||||
| Ulysses Light | One Dark |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
<h4 align="center">:smile_cat:Edit modes:dog:</h4>
|
||||
|
||||
| Source Code | Typewriter | Focus |
|
||||
|:------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------:|
|
||||
|  |  |  |
|
||||
|  |  |  |
|
||||
|
||||
## Why write another editor?
|
||||
|
||||
@ -207,11 +207,11 @@ brew cask install mark-text
|
||||
|
||||
#### 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
|
||||
|
||||
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
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
##### 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
|
||||
|
Before Width: | Height: | Size: 700 KiB After Width: | Height: | Size: 700 KiB |
Before Width: | Height: | Size: 231 KiB After Width: | Height: | Size: 231 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
@ -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>
|
||||
|
||||
<h1 align="center">Mark Text</h1>
|
||||
@ -82,7 +84,7 @@
|
||||
|
||||
<br />
|
||||
|
||||

|
||||

|
||||
|
||||
## Features
|
||||
|
||||
@ -97,13 +99,13 @@
|
||||
|
||||
| Sombre :crescent_moon: | Clair :high_brightness: |
|
||||
|:------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
<h4 align="center">:smile_cat:Mode d'édition:dog:</h4>
|
||||
|
||||
| Code Source | Machine à écrire | Focus |
|
||||
|:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||
|  |  |  |
|
||||
|  |  |  |
|
||||
|
||||
## 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
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
#### macOS and Windows
|
||||
|
||||
@ -137,7 +139,7 @@ Télécharger et installer simplement Mark Text via le client d'installation.
|
||||
|
||||
#### 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
|
||||
|
||||
@ -161,7 +163,7 @@ Supporter ce projet en devenant sponsor de celui-ci. Votre logo sera affiché ic
|
||||
|
||||
**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
|
||||
|
@ -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>
|
||||
|
||||
<h1 align="center">Mark Text</h1>
|
||||
@ -76,22 +78,22 @@
|
||||
<a href="https://github.com/marktext/marktext/blob/master/readme.md#readme">
|
||||
<span>:en:</span>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</a>
|
||||
</div>
|
||||
@ -107,7 +109,7 @@
|
||||
|
||||
<br />
|
||||
|
||||

|
||||

|
||||
|
||||
## 特徴
|
||||
|
||||
@ -122,13 +124,13 @@
|
||||
|
||||
| Dark :crescent_moon: | Light :high_brightness: |
|
||||
|:------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
<h4 align="center">:smile_cat:編集モード:dog:</h4>
|
||||
|
||||
| Source Code | Typewriter | Focus |
|
||||
|:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||
|  |  |  |
|
||||
|  |  |  |
|
||||
|
||||
## 開発の意図
|
||||
|
||||
@ -152,7 +154,7 @@ macOSをご利用の場合は、[**homebrew cask**](https://github.com/caskroom/
|
||||
|
||||
> brew cask install mark-text
|
||||
|
||||

|
||||

|
||||
|
||||
## 開発
|
||||
|
@ -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>
|
||||
|
||||
@ -82,7 +83,7 @@
|
||||
|
||||
<br />
|
||||
|
||||

|
||||

|
||||
|
||||
## 기능
|
||||
|
||||
@ -97,13 +98,13 @@
|
||||
|
||||
| Dark :crescent_moon: | Light :high_brightness: |
|
||||
|:------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
<h4 align="center">:smile_cat:다양한 편집 모드:dog:</h4>
|
||||
|
||||
| Source Code | Typewriter | Focus |
|
||||
|:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||
|  |  |  |
|
||||
|  |  |  |
|
||||
|
||||
## 개발 의도
|
||||
|
||||
@ -129,14 +130,14 @@ macOS를 이용할 경우는 [**homebrew cask**](https://github.com/caskroom/ho
|
||||
brew cask install mark-text
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
#### macOS and Windows
|
||||
|
||||
설치 마법사를 통해 Mark Text를 다운로드하여 설치하면 된다.
|
||||
#### 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 스폰서**
|
||||
|
||||
<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">
|
||||
<img src="https://opencollective.com/marktext/tiers/platinum-sponsors.svg?avatarHeight=36&width=600">
|
||||
</a>
|
@ -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>
|
||||
|
||||
<h1 align="center">Mark Text</h1>
|
||||
@ -82,7 +84,7 @@
|
||||
|
||||
<br />
|
||||
|
||||

|
||||

|
||||
|
||||
### Cechy programu
|
||||
|
||||
@ -97,13 +99,13 @@
|
||||
|
||||
| Ciemny :crescent_moon: | Jasny :high_brightness: |
|
||||
|:------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
<h4 align="center">:smile_cat:Tryby edycji:dog:</h4>
|
||||
|
||||
| Kod źródłowy | Maszyna do pisania | Skupienie |
|
||||
|:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||
|  |  |  |
|
||||
|  |  |  |
|
||||
|
||||
### 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
|
||||
|
||||

|
||||

|
||||
|
||||
### Rozwój
|
||||
|
@ -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>
|
||||
|
||||
<h1 align="center">Mark Text</h1>
|
||||
@ -82,7 +84,7 @@
|
||||
|
||||
<br />
|
||||
|
||||

|
||||

|
||||
|
||||
## Características
|
||||
|
||||
@ -97,13 +99,13 @@
|
||||
|
||||
| Escuro :crescent_moon: | Claro :high_brightness: |
|
||||
|:------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
<h4 align="center">:smile_cat:Modo de edição:dog:</h4>
|
||||
|
||||
| Código Fonte | Máquina de Escrever | Concentração |
|
||||
|:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||
|  |  |  |
|
||||
|  |  |  |
|
||||
|
||||
## 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
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
#### macOS e Windows
|
||||
|
||||
@ -137,7 +139,7 @@ Baixe e instale a partir do assistente de instalação.
|
||||
|
||||
#### 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
|
||||
|
||||
@ -182,7 +184,7 @@ Se você patrocinar esse projeto tera sua logo aqui com um link :) [[Quero patro
|
||||
|
||||
**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
|
@ -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>
|
||||
|
||||
<h1 align="center">Mark Text</h1>
|
||||
@ -82,7 +84,7 @@
|
||||
|
||||
<br />
|
||||
|
||||

|
||||

|
||||
|
||||
## Características
|
||||
|
||||
@ -97,13 +99,13 @@
|
||||
|
||||
| Oscuro :crescent_moon: | Claro :high_brightness: |
|
||||
|:------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
<h4 align="center">:smile_cat:Mode d'édition:dog:</h4>
|
||||
|
||||
| Código fuente | Máquina de escribir | Concentración |
|
||||
|:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||
|  |  |  |
|
||||
|  |  |  |
|
||||
|
||||
## ¿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
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
#### macOS y Windows
|
||||
|
||||
@ -136,7 +138,7 @@ Descarga e instala Mart Text a partir del asistente de instalación
|
||||
|
||||
#### 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
|
||||
|
||||
@ -180,7 +182,7 @@ Apoya este proyecto convirtiéndote en un sponsor. Tu logo se verá aquí con un
|
||||
|
||||
**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
|
@ -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>
|
||||
|
||||
<h1 align="center">Mark Text</h1>
|
||||
@ -53,7 +55,7 @@
|
||||
Web sitesi
|
||||
</a>
|
||||
<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
|
||||
</a>
|
||||
<span> | </span>
|
||||
@ -86,7 +88,7 @@
|
||||
|
||||
<br />
|
||||
|
||||

|
||||

|
||||
|
||||
## Özellikler
|
||||
|
||||
@ -101,13 +103,13 @@
|
||||
|
||||
| Dark :crescent_moon: | Light :high_brightness: |
|
||||
| :----------------------------------------------------------------: | :-----------------------------------------------------------------: |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
<h4 align="center">:smile_cat:Düzenleme modları:dog:</h4>
|
||||
|
||||
| Kaynak Kod | Daktilo | Odaklama |
|
||||
| :------------------------------------------------------------------: | :----------------------------------------------------------------------: | :-----------------------------------------------------------------: |
|
||||
|  |  |  |
|
||||
|  |  |  |
|
||||
|
||||
## 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
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
#### macOS ve Windows
|
||||
|
||||
@ -141,7 +143,7 @@ Basitçe indirin ve Mark Text kurulum sihirbazı ile kurulumu tamamlayın.
|
||||
|
||||
#### 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
|
||||
|
||||
@ -169,7 +171,7 @@ Sponsor olarak bu projeye desktek verin. Logonuz burada websitenizin linki veril
|
||||
|
||||
**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
|
||||
|
@ -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>
|
||||
|
||||
<h1 align="center">Mark Text</h1>
|
||||
@ -82,7 +84,7 @@
|
||||
|
||||
<br />
|
||||
|
||||

|
||||

|
||||
|
||||
### 特性
|
||||
|
||||
@ -98,19 +100,19 @@
|
||||
|
||||
| 黑色主题 :crescent_moon: | 白色主题 :high_brightness: |
|
||||
| :----------------------------------------------------------: | :----------------------------------------------------------: |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
<h4 align="center">:smile_cat:编辑模式:dog:</h4>
|
||||
|
||||
| 源代码模式 | 打字机模式 | 专注模式 |
|
||||
| :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: |
|
||||
|  |  |  |
|
||||
|  |  |  |
|
||||
|
||||
### 可以斗图的 Markdown 编辑器
|
||||
|
||||
Mark Text 内置斗图功能,省掉了寻找「斗图」的烦恼,通过快捷键 `Cmd+/` 直接打开斗图搜索面板,你需要的有趣图片就在里面。斗图功能默认是关闭的,你需要从`user preference` 菜单中,打开 preference.md, 然后设置 `aidou` 为 `true`。保存然后重启编辑器就可以使用了。
|
||||
|
||||

|
||||

|
||||
|
||||
### 安装和下载
|
||||
|
||||
@ -126,7 +128,7 @@
|
||||
|
||||
> brew cask install mark-text
|
||||
|
||||

|
||||

|
||||
|
||||
### 开发
|
||||
|
Before Width: | Height: | Size: 631 KiB After Width: | Height: | Size: 631 KiB |
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 483 KiB After Width: | Height: | Size: 483 KiB |
Before Width: | Height: | Size: 567 KiB After Width: | Height: | Size: 567 KiB |
Before Width: | Height: | Size: 590 KiB After Width: | Height: | Size: 590 KiB |
Before Width: | Height: | Size: 811 KiB After Width: | Height: | Size: 811 KiB |
Before Width: | Height: | Size: 665 KiB After Width: | Height: | Size: 665 KiB |
Before Width: | Height: | Size: 572 KiB After Width: | Height: | Size: 572 KiB |
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 2.9 MiB |
@ -93,19 +93,12 @@
|
||||
"ia32",
|
||||
"x64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target": "portable",
|
||||
"arch": [
|
||||
"ia32",
|
||||
"x64"
|
||||
]
|
||||
}
|
||||
],
|
||||
"requestedExecutionLevel": "asInvoker"
|
||||
},
|
||||
"nsis": {
|
||||
"perMachine": true,
|
||||
"perMachine": false,
|
||||
"oneClick": false,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"include": "resources/windows/installer.nsh"
|
||||
|
@ -19,7 +19,7 @@
|
||||
<div class="text" style="min-height: auto">{{ copyright }}</div>
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<div class="text">Copyright © 2018 Mark Text Contributors</div>
|
||||
<div class="text">{{ copyrightContributors }}</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-dialog>
|
||||
@ -34,6 +34,7 @@
|
||||
data () {
|
||||
this.name = 'Mark Text'
|
||||
this.copyright = `Copyright © 2017-${new Date().getFullYear()} Luo Ran`
|
||||
this.copyrightContributors = `Copyright © 2018-${new Date().getFullYear()} Mark Text Contributors`
|
||||
return {
|
||||
showAboutDialog: false
|
||||
}
|
||||
|