Hi, I'm using this plug in macos it automatically create file name with '/' like 'CodeSnap_2025-01-16_at_21/06/08.png' I think using '_' is better than '/' as '/' are used for diirectory I'm not sure if it's a good idea.
Activity
realhackcraft commentedon Feb 5, 2025
I think it works fine because macOS can escape the
/
. Try creating a folder called///
and see what happens!cxwx commentedon Feb 6, 2025
however some other apps don't support the path with '/'
It will be Identified as a path
KennethHoff commentedon Jun 21, 2025
It would be nice if you added support for custom file paths.
I have the save_path set to
<Screenshot_Directory>/CodeSnap/
, and I would like to have the file_name as simplyyyyy-MM-dd_HH-mm-ss.png
lkn-love commentedon Jun 26, 2025