mirror of
https://github.com/evlic/typora_theme.git
synced 2024-11-24 19:02:10 +08:00
doc: README add IDE config tutorial
This commit is contained in:
parent
e79c4bf6d8
commit
375afe4840
28
README.md
28
README.md
@ -27,3 +27,31 @@ open -a Typora
|
|||||||
```
|
```
|
||||||
|
|
||||||
enjoy it!
|
enjoy it!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## easy use in ide
|
||||||
|
|
||||||
|
### vscode
|
||||||
|
|
||||||
|
via https://marketplace.visualstudio.com/items?itemName=cyberbiont.vscode-open-in-typora
|
||||||
|
|
||||||
|
### jetbrains
|
||||||
|
|
||||||
|
**setting external tools**
|
||||||
|
|
||||||
|
path: Setting/Tools/External Tools
|
||||||
|
|
||||||
|
```shell
|
||||||
|
Name: Typora
|
||||||
|
Description: open markdown document in typora
|
||||||
|
|
||||||
|
# on macOS with system program launcher "open -a"
|
||||||
|
# if you want to boot on another operating system
|
||||||
|
# you should find the executable file path and replace "open -a Typora"
|
||||||
|
Program: open
|
||||||
|
Arguments: -a Typora $FileRelativePath$
|
||||||
|
Working directory: $ProjectFileDir$
|
||||||
|
```
|
||||||
|
|
||||||
|
Then in the right menu you can find external tool/Typora and open file with it
|
Loading…
Reference in New Issue
Block a user