1943time / inkdown

A WYSIWYG Markdown editor, improve reading and editing experience. and generate your Markdown files into online documents in the easiest and fastest way.
https://www.inkdown.me
GNU Affero General Public License v3.0
867 stars 35 forks source link

Add CLI option to directly invoke with file name as parameter #93

Open nkiesel opened 3 days ago

nkiesel commented 3 days ago

I would like t be able to invoke the app with a filename instead of having to use the app menu to select a file.

1943time commented 2 days ago

Inkdown currently does not support using cli to open folders, but when an application is already open, system commands can be used to open a single markdown file. For example, on a Mac system:

open -a "Inkdown" ~/Documents/Untitled.md

Opening it for the first time may not work, perhaps the next version will correct it.