Updated documentations with delete and drag&drop

This commit is contained in:
Elio Struyf
2021-09-10 14:07:33 +02:00
parent 840e6fc6fd
commit 9f21042e58
7 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export const Hero: React.FunctionComponent<IHeroProps> = ({view, title, descript
return (
<div className={`overflow-hidden lg:relative`}>
<div className={`${className || ""} px-4 sm:px-6 xl:px-0 py-12 sm:py-16 lg:relative lg:mx-auto lg:max-w-7xl lg:grid lg:grid-cols-2 lg:grid-flow-col-dense lg:gap-24`}>
<div className={`max-w-3xl mx-auto lg:py-32 lg:max-w-none lg:mx-0 lg:px-0 ${view === "left" ? `lg:col-start-2` : `lg:col-start-1`}`}>
<div className={`max-w-3xl mx-auto lg:py-48 lg:max-w-none lg:mx-0 lg:px-0 ${view === "left" ? `lg:col-start-2` : `lg:col-start-1`}`}>
<div>
<h2 className="text-3xl lg:text-3xl xl:text-4xl tracking-tight font-extrabold sm:leading-none">
{title}
+1
View File
@@ -12,6 +12,7 @@
- [#89](https://github.com/estruyf/vscode-front-matter/issues/89): Clear filter, sorting, and grouping button added
- [#90](https://github.com/estruyf/vscode-front-matter/issues/90): Refactoring to use Recoil state management
- [#91](https://github.com/estruyf/vscode-front-matter/issues/91): Support image previews from content folders
- [#98](https://github.com/estruyf/vscode-front-matter/issues/98): Add drag and drop support for media upload in a folder
## [3.0.2] - 2021-08-31
+11 -1
View File
@@ -42,7 +42,17 @@ The media view has been created to make it easier to look at all media files ava
![Dashboard - Media view - Lightbox](/assets/lightbox.png)
On the image card, there are actions like copying the relative path which you can then use in your article.
### Media actions
On the image card, there are actions like copying the relative path or deleting the media file.
![Dashboard - Delete media file](/assets/delete-media.png)
### Drag and Drop
On the media view, we enabled drag and drop for your media files. You can easily drop any image from your explorer/finder window into one of your folders.
![Dashboard - Upload media file](/assets/upload-media.png)
## Show on startup
Binary file not shown.

After

Width:  |  Height:  |  Size: 1018 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB