Hello,
I have few recipes with an image for almost each steps
The folder contains many files, it begins to be uncomfortable
Currently, the format is :
<recipe>.<step-number>.jpg
I would like to put every images related to one recipe in a subfolder, with something like this pattern :
<recipe>/<step-number>.jpg
I think the impacted code would be here
|
let pattern = dir.join(format!("{}.*.{}", stem, ext)); |
What do you think about this ?
Hello,
I have few recipes with an image for almost each steps
The folder contains many files, it begins to be uncomfortable
Currently, the format is :
<recipe>.<step-number>.jpgI would like to put every images related to one recipe in a subfolder, with something like this pattern :
<recipe>/<step-number>.jpgI think the impacted code would be here
cooklang-find/src/model/recipe_entry.rs
Line 433 in ef26438
What do you think about this ?