r-Techsupport / hyde

A web editor and CMS for Jekyll/git static sites.
GNU General Public License v3.0
6 stars 3 forks source link

Add support for fetching and rendering assets #3

Closed zleyyij closed 3 months ago

zleyyij commented 4 months ago

Some parts of the wiki rely rather heavily on assets. While I think it would be scope creep to support adding assets so early, we could probably support rendering assets in the preview. This would probably require a fair chunk of work on both the frontend and backend, and might require modifying the markdown rendering pipeline so that assets are fetched from the appropriate location.