Open cmgriffing opened 9 months ago
Great ideas; the Markdown was already on my roadmap.
Not sure how many folks would trust sharing their mail API keys, though.
Added support for Markdown with syntax highlighting.
Like @cmgriffing mentioned, importing files would be invaluable.
@warrengalyen What are the thoughts here in terms of folder structure? Should it replicate the structure? Or flatten it?
Have to think through this design a bit.
@CharlieDigital I think it should replicate the folder structure if it exists just for compatibility. Ideally the person setting up the repo is going to keep the example simple with no sub folders, but you never know. Maybe for the first iteration keep rendering a flat structure like you already have to get it working and use a single parent node as a default folder in your DB. Lookup Adjacency List Model
for storing tree data, this is a pretty common approach.
Fantastic idea with this project. A couple things came up while I was looking at this on stream. I realize this is an MVP, so some of this may already be on your roadmap. I just wanted to show some support and share some thoughts.
In no particular order:
Again, great idea. Looking forward to progress. Feel free to close this Issue whenever you like.