Typora 主题配置仓库,用于备份、同步开源主题的自定义设置
Go to file
2023-09-07 18:26:11 +08:00
drake init 2021-12-29 19:17:35 +08:00
github init 2021-12-29 19:17:35 +08:00
haru [fix] notion color 2022-06-26 14:29:56 +08:00
night init 2021-12-29 19:17:35 +08:00
notes-dark [add] notes-dark 2022-06-26 14:15:18 +08:00
themeable add: themeable 2022-11-07 11:43:25 +08:00
.DS_Store [add] notes-dark 2022-06-26 14:15:18 +08:00
drake-ayu.css init 2021-12-29 19:17:35 +08:00
drake-black.css init 2021-12-29 19:17:35 +08:00
drake-juejin.css [fix] notion color 2022-06-26 14:29:56 +08:00
eva.css init 2021-12-29 19:17:35 +08:00
github.css init 2021-12-29 19:17:35 +08:00
haru.css [fix] notion color 2022-06-26 14:29:56 +08:00
LICENSE Initial commit 2021-12-29 19:15:10 +08:00
night.css init 2021-12-29 19:17:35 +08:00
notes-dark.css [add] notes-dark 2022-06-26 14:15:18 +08:00
notion-dark-classic.css [fix] notion color 2022-06-26 14:29:56 +08:00
notion-darker-enhanced.css [fix] notion color 2022-06-26 14:29:56 +08:00
notion-light-enhanced.css [fix] notion color 2022-06-26 14:29:56 +08:00
README.md doc: README add IDE config tutorial 2023-09-07 18:26:11 +08:00
themeable-dark.css add: themeable 2022-11-07 11:43:25 +08:00
themeable-light.css add: themeable 2022-11-07 11:43:25 +08:00
themeable.css add: themeable 2022-11-07 11:43:25 +08:00

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