Skip to content

Commit

Permalink
update doc page for plugin config and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanhandy committed May 24, 2024
1 parent 2a76891 commit d5698df
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
# Cloudinary Uploader for Obsidian

![Downloads](https://img.shields.io/github/downloads/jordanhandy/obsidian-cloudinary-uploader/main.js.svg)
![Version](https://img.shields.io/github/manifest-json/v/jordanhandy/obsidian-cloudinary-uploader?color=blue)
[![GitHub tag](https://img.shields.io/github/tag/jordanhandy/obsidian-cloudinary-uploader?include_prereleases=&sort=semver&color=blue)](https://github.com/jordanhandy/obsidian-cloudinary-uploader/releases/)
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)

<div align="center">



[![View site - GH Pages](https://img.shields.io/badge/View_site-GH_Pages-2ea44f?style=for-the-badge)](https://jordanhandy.github.io/obsidian-cloudinary-uploader/)

</div>



## License

Released under [MIT](/LICENSE) by [@jordanhandy](https://github.com/jordanhandy).

## Documentation
[Documentation](https://jordanhandy.github.io/obsidian-cloudinary-uploader/)
## What is it?
[Cloudinary](https://cloudinary.com/) is a cloud storage platform that allows you to upload various media files to a storage account. The media files within this storage account can then be manipulated using Cloudinary's APIs to manipulate the data properties and metadata.

This plugin allows you to automatically upload images pasted to Obsidian directly into your Cloudinary account (instead of stored locally). Note: There is no functionality for media manipulation in this plugin.
This plugin allows you to automatically upload images, video, audio and raw files pasted to Obsidian directly into your Cloudinary account (instead of stored locally). Note: There is functionality for media manipulation in this plugin using Cloudinary's custom parameters

## How it Works
![Action GIF](https://res.cloudinary.com/dakfccuv5/image/upload/v1636859613/Nov-13-2021_22-11-40_bpei0d.gif)
## Configuration
Expand Down
Binary file modified docs/assets/obsidian-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/configuring-the-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ author: Jordan Handy
icon: gear
---
## Configuration Steps
![Obsidian Settings](assets/obsidian-settings-page.png)

To configure the Plugin, you'll need the following information:
- Cloudinary Cloud Name
Expand Down

0 comments on commit d5698df

Please sign in to comment.