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
Absolute filepaths have a leading slash per default. The most straightforward is to add an regex (replace_on_insert) to your custom trigger, like the following
If you have not yet added the rules to your custom settings, i suggest you copy your required triggers to your FuzzyFilePath UserSettings and modify the corresponding config.
It's putting a "" sign before which is not needed and so image source is not working.
It should be:
<img src="img/logo _2.png"
It is giving:
<img src="/img/logo _2.png"
http://prntscr.com/hs6pa6
Please suggest ways so I can fix this; thanks!
The text was updated successfully, but these errors were encountered: