DEV Community

Rodrigo Juarez for Coding Coach

Posted on

3

Get your album id in imgur

Original post in spanish

I want to use my Imgur account as storage for the screenshots in my posts.

I'm using Visual Studio Code as my markdown editor, and I found this awesome extension that makes my life easier: vscode-imgur.

When I started to configure the extension, I needed the id of the album used as storage in Imgur.

I didn't found details for the albums, but if you select the Images option in your user menu

Image

You can open any existing album or create a new one

Image

And in the dropdown Edit this album you can select the Embed Album option

Image

In that code, the highlighted part is the album id, everything after a/ in the data-id attribute

Image

Image of Datadog

The Future of AI, LLMs, and Observability on Google Cloud

Datadog sat down with Google’s Director of AI to discuss the current and future states of AI, ML, and LLMs on Google Cloud. Discover 7 key insights for technical leaders, covering everything from upskilling teams to observability best practices

Learn More

Top comments (0)

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay