This document shows some “native” features on Windows platform that you may use on your PC environment.
If you do not have administer privilege on Windows, you can still run typora-setup.exe
and click “Install for current user only” to install it without admin privilege.
You can append following command arguments for typora-setup.exe
when installing Typora:
/SILENT, /VERYSILENT Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed.
/ALLUSERS Instructs Setup to install in administrative install mode. Only has an effect when the [Setup] section directive PrivilegesRequiredOverridesAllowed allows the commandline override.
/CURRENTUSER Instructs Setup to install in non administrative install mode. Only has an effect when the [Setup] section directive PrivilegesRequiredOverridesAllowed allows the commandline override.
Full supported command line arguments for installer.exe are listed here.
Typora supports jump list on windows, which include quick actions (new file), recent files and recent folders, you can also pin most used folders or files for quick access.
If Typora is set as the default markdown editor, then in cmd.exe, then typing .\example.md
or start example.md
will open this markdown file.
If you add typora.exe
in PATH
, you can also use typora .
or typora example.md
to open current folder or target file in Typora.
You can find more details here.
You can click following button in Typora preferences panel, and wait for a while or log out your Windows.
You can keep a Typora window in front of all other windows by clicking View
→ Always on Top
from menu bar. If you are suing unity style, you can click and hold the “maximize” icon and select the pin icon below it.
You can also add a shortcut key to Always on Top
, then trigger it by hot keys.
Typora supports dark mode on Windows 10, you can simply choose a dark theme under dark mode.
Or, you can set separate themes for light mode and dark mode. When the system’s color scheme changed, the corresponding theme you chose will be applied.
You can find more details here.