mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-07 09:23:00 +02:00
Updated documentations with delete and drag&drop
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -42,7 +42,17 @@ The media view has been created to make it easier to look at all media files ava
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
### 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.
|
||||
|
||||

|
||||
|
||||
## 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 |
Reference in New Issue
Block a user