flowershow icon indicating copy to clipboard operation
flowershow copied to clipboard

Small feedback after first approach

Open davidgasquez opened this issue 2 years ago • 0 comments

Some quick things after trying to migrate my obsidian vault to Flowershow:

  • Seems wikilinks with commas (,) are not being resolved. E.g: [[Capture, Organize, Synthesize]] gets redirected to /Capture
  • Wikilinks are case sensitive. Writing [[dogs]] wont resolve to /Dogs or viceversa
  • Seems classic relative links don't work? Tried linking to a file with the standard markdown formatting [text](location/file.md) and it was giving me 404.
  • Is there a way to have hot reload in the browser?

This might be a personal preference, but would be great to have code blocks in the tutorial instead of text code formatting.

Would be also cool to be able to run everything from npm a la Astro/Eleventy/Evidence (npm create astro/eleventy/evidence@latest && npm run dev) and have something up and running

davidgasquez avatar Oct 25 '23 18:10 davidgasquez