-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue: media is not detected and is removed upon refresh #358
Comments
I finally found the issue - it was because some config was in frontmatter.json and soem was in the VSCode settings file. Moving all of them to the frontammter.json file fixed the issue. Maybe this can be kept here in case someone else runs into this problem? |
Thanks @skamansam I spotted another issue when I checked your configuration so thank you for that 👍 |
@estruyf Thank you! I've been using Front Matter for about a year and a half and it has been amazing. Thank you for such an awesome product! |
Thank you @skamansam these kinds of messages make me happy. |
Describe the bug
I have several assets in the
/static
folder, including sub-folders. When going to the media view, nothing is listed. When I "Create a new folder" that points to the/static
folder, the images in that folder show up, but not the ones in the sub-folders. However, when I click the refresh button, they all disappear. Dragging and dropping the folder from the file view only opens up a new editor with that folder as the workspace.To Reproduce
Steps to reproduce the behavior:
Screencast
Expected behavior
All media in the project is shown. Media dragged onto the media view should be created in the folder specified by
frontMatter.content.publicFolder
.Desktop (please complete the following information):
Additional context
The project I am using is at https://github.com/skamansam/skamansam.github.io/tree/svelte (make sure it's the
svelte
branch). All the frontmatter config and data should be there as well.The text was updated successfully, but these errors were encountered: