mirror of
https://github.com/evlic/typora_theme.git
synced 2024-11-24 16:42:09 +08:00
Typora 主题配置仓库,用于备份、同步开源主题的自定义设置
drake | ||
github | ||
haru | ||
night | ||
notes-dark | ||
themeable | ||
.DS_Store | ||
drake-ayu.css | ||
drake-black.css | ||
drake-juejin.css | ||
eva.css | ||
github.css | ||
haru.css | ||
LICENSE | ||
night.css | ||
notes-dark.css | ||
notion-dark-classic.css | ||
notion-darker-enhanced.css | ||
notion-light-enhanced.css | ||
README.md | ||
themeable-dark.css | ||
themeable-light.css | ||
themeable.css |
evlic@Typora theme
fork-list
install tutorial
###
# macOS
###
cd ~/Library/Application\ Support/abnerworks.Typora
rm -rf themes
git clone https://lab.evlic.cn/evlic/typora-theme.git themes
killall Typora
open -a Typora
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
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