You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple one-type projects and I use a single qmd file to generate DOCX reports for them.
And I use auto generated paths to insert pictures from my projects into qmd in the form like this:
Until some updates everything worked as expected and I could successfully generate my reports.
Now, my old code does not work and I get errors [WARNING] Could not fetch resource ./run/media/stanislav/RS_Drive/AGROProject/RESULTS/38.%20ОООАгрофирмаИгенче/Рисунки/Почвенная_карта_А1_1.jpg: replacing image with description.
As I found out in some googled messages, since quatro 1.5 the absolute system paths are not accepted, and all paths are considered relative to the location of the qmd file. But that is not true in the case of pregenerated tables - I can still add flextables, saved as rds files using absolute paths.
And that new behavior is described neither in the official documentation nor update notes (Julia stuff has only mentioned).
Did I understand correctly, that absolute paths to pictures and other resources (as well as the backward compatibility) were broken broken on purpose under the pretext of mythical repeatability? Or is this really a BUG?
Is there any way to return the ability to use absolute paths to pictures? Yes, paths to pictures transforms to 'images/pic.jpg' if I use visual editor, but not in the markdown mode, and not in the case of dynamic paths generation.
The text was updated successfully, but these errors were encountered:
Hello!
I have multiple one-type projects and I use a single qmd file to generate DOCX reports for them.
And I use auto generated paths to insert pictures from my projects into qmd in the form like this:
Until some updates everything worked as expected and I could successfully generate my reports.
Now, my old code does not work and I get errors
[WARNING] Could not fetch resource ./run/media/stanislav/RS_Drive/AGROProject/RESULTS/38.%20ОООАгрофирмаИгенче/Рисунки/Почвенная_карта_А1_1.jpg: replacing image with description
.As I found out in some googled messages, since quatro 1.5 the absolute system paths are not accepted, and all paths are considered relative to the location of the qmd file. But that is not true in the case of pregenerated tables - I can still add flextables, saved as rds files using absolute paths.
And that new behavior is described neither in the official documentation nor update notes (Julia stuff has only mentioned).
Did I understand correctly, that absolute paths to pictures and other resources (as well as the backward compatibility) were broken broken on purpose under the pretext of mythical repeatability? Or is this really a BUG?
Is there any way to return the ability to use absolute paths to pictures? Yes, paths to pictures transforms to 'images/pic.jpg' if I use visual editor, but not in the markdown mode, and not in the case of dynamic paths generation.
The text was updated successfully, but these errors were encountered: