Movatterモバイル変換


[0]ホーム

URL:


Launch Arguments (Windows / Linux)

Published
·
Updated
·
Author
·
typora.io

You can launch Typora.exe with extra arguments, for example:

"C:\Program Files\Typora/typora.exe" --disable-gpu

Basic

Chrome-based Launch Arguments

You can find more details here → https://www.electronjs.org/docs/api/command-line-switches

Launch Typora with proxy (Windows / Linux)

RunC:\Program Files\Typora/typora.exe --proxy-server=address:port, for exampleC:\Program Files\Typora/typora.exe --proxy-server=socks5://127.0.0.1:1080

Or you can click Preferences panel -> General -> Advanced Settings -> Open Advanced Settings, openconfig.user.json, find the line starts with “flags” then replace it with following content:

"flags":[["proxy-server","address:port"]]

Flags in Advanced Configs

You can also config “flags” field in Preferences Panel → Open Advanced Settings to use chrome-based launch arguments. This also supports Typora < 0.9.92.


[8]ページ先頭

©2009-2025 Movatter.jp