I just released this glideapp yesterday and it’s getting a solid amount of traction already.
The problem I’m looking to solve is that all of the open restaurant, bars and retailer information is fragmented across dozens of local websites and facebook groups. Plus Google My Business listings and websites aren’t being updated fast enough for consumers to tell whether a business is open.
This app provides map based listings and links to support funds for the hospitality and retail community here in Milwaukee.
Would love some feedback and ideas to make it more valuable!
Looks good.
One suggestion would be to pimp up your markdown on the Guide page. Reading it in one monolithic paragraph is a little hard and overwhelming. Do some line breaks at the very least by adding an empty line of two spaces then your Ctrl-Enter when you are editing the text in Google sheets.
Thank you Krivo. I sourced quite a few articles, Facebook Groups that have popped up and Instagram accounts in my area but used the help of a getmagic.com virtual assistant to do 80% of the manual input. Not cheap but it got me to launch in only a few hours.
Definitely on my list for this week. The homepage was my priority yesterday, in tandem with keeping the listings updated as more user generated submissions came in.
@George_B - do you have any examples I can take inspiration from? I’ve been searching through all the templates and some of the apps listed in the forum but always nice to get recommendations too.
Just go to DillingerThere is a lot of sample markdown there and you can edit them with your text and see the results instantly. Note that Glides markdown engine is not the same so some things won’t look the same.
For instance tables will work in Glide but you will not have the lines that boarder the table. If you try a table you will see what I mean.
Col1
Col2
row1
row1
row2 with more text
row2 with some more
So the above was accomplished with the markdown below
Just go to [Dillinger](dillinger.io) *There* is a lot of sample markdown there and you can edit them with your text and see the results **instantly**. Note that Glides markdown engine is not the same so some things won't look the same.
### For instance tables will work in Glide but you will not have the lines that boarder the table. If you try a table you will see what I mean.
|Col1|Col2|
|---|---|
|row1|row1|
|row2 with more text|row2 with some more