face-hh / fextify

A simple text editor written in Rust using Tauri, inspired by Obsidian.
Apache License 2.0
197 stars 14 forks source link

Feature Request: Open with #14

Open cyklon73 opened 10 months ago

cyklon73 commented 10 months ago

Support of the function "Open file with" from e.g. the windows context menu. When the program is started, it only needs to be checked whether the program was started with a parameter, and if so, it is checked whether the parameter is a valid file path. if this is the case, the file from the file path is opened when the program is started.

Nightsky000 commented 10 months ago

You can add it from more options