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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ This plugin allows you to automatically upload images pasted to Obsidian directl
23
23
- Cloud Name
24
24
- Upload Preset Name ([Set that here](https://cloudinary.com/documentation/upload_presets))
25
25
- Set a Folder Name
26
+
5. Optional configuration
27
+
- Cloudinary default transformation parameters
26
28
27
29
## Unsigned vs. Signed Uploads to Cloudinary
28
30
The uploads to Cloudinary are unsigned. [You can read more about that here](https://cloudinary.com/documentation/upload_images#unsigned_upload). A signed upload would require the use of an API key and secret, and I opted against asking for that in the plugin configuration, as a choice for security reasons.
textFragment.append("The settings below are meant for default image transformations. As they only touch the resulting URL, this should not cause any upload errors, however, if syntax is incorrect, your images will not be referenced correctly (won't render). Be mindful of your Cloudinary ");
link.text="View Cloudinary's transformation reference for guidance.";
2707
+
textFragment.append("Add a comma-delimited default set of transformations to your uploads. You do NOT need to include f_auto here if already enabled above. ");
textFragment.append("The settings below are meant for default image transformations. As they only touch the resulting URL, this should not cause any upload errors, however, if syntax is incorrect, your images will not be referenced correctly (won't render). Be mindful of your Cloudinary ");
link.text="View Cloudinary's transformation reference for guidance.";
121
+
textFragment.append("Add a comma-delimited default set of transformations to your uploads. You do NOT need to include f_auto here if already enabled above. ");
0 commit comments