How to use a MarkdownDB to build simple catalogs of stuff (and why) #899
Unanswered
rufuspollock
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is about wow we could use a MarkdownDB to build, for example, a gallery of the portal examples. Generally, its about why markdowndb is super cool for building small catalogs of stuff: whether that stuff is portals, recipes, harry potter characters or whatever.
How would we do this? Let's walk through the ways we'd do this starting with the simplest approach and iterating. Ultimately we'll see why markdowndb approach is attractive.
Summary:
Two basic options
Fundamental choices
Needs
Dump in a text file
Boot a markdown file e.g. README.md and start pasting info
At some point we are like ... hmmm ... I want to be able to search this list or make it look nicer e.g. with html "cards"
⏭️ Ok, so i need to split these out to individual files (or move to airtable / spreadsheet etc)
v2
where each file is like
🚩 I call this a "markdowndb" ... each file is basically an entry in a table ...
Have built a library for working with markdowndb ...
https://github.com/flowershow/flowershow/tree/main/packages/markdowndb
Notes:
Beta Was this translation helpful? Give feedback.
All reactions