AutoFileName icon indicating copy to clipboard operation
AutoFileName copied to clipboard

Default folder (or filetype)

Open juancpgo opened this issue 11 years ago • 2 comments

When I start to type a path, it suggests every file on the project, which is not very useful to me, since I'd like only a fast way to create image links. Can I set up a starting file path, so it would link automatically to for example /assets/img?

thanks

juancpgo avatar Dec 09 '13 02:12 juancpgo

yes. "afn_proj_root": "assets/img",

chid avatar Dec 10 '13 02:12 chid

Hi, I am using Pug, and my result files located in release folder. Tried to set this, but no work:

"afn_valid_scopes":["string","css","sass","less","scss","pug"],
"afn_use_project_root": true,
"afn_proj_root": "release/"

Maybe somebody know how to fix it?

brightwiths avatar Jan 07 '20 08:01 brightwiths