# [Markdown-Formland](https://github.com/PlanetMarkdown/markdown-formland) Demo Markdown to create form structure. Reasoning: + **Markdown** is a _simple_ & fast way to express markup + Quick & dirty prototypes **improves client-dev communcation and costs** + _Forms are essential_ to many sites & apps, but there is ~~no~~ Markdown **for forms** ### Basic Usage ____ ( Button ) [ ] Checkbox empty [x] Checkbox checked ( ) Radio not selected (x) Radio selected (O_) Toggle-button Input-text [ ] +----+ TextArea | | | | +----+ [ Select-Dropdown |V] +------+ Select-Multi | a1 | | | 2b | | | 3c | | +------+ ### END FORM ____ #### Credits + [Andrew Duckworth](https://twitter.com/AndrewDuck_) gave me the [original inspiration](https://grillopress.github.io/2019/05/04/writing-shorthand.html?utm_source=CRE+Newsletter&utm_campaign=32d8ab14cd-machine-learning_2019-10-18&utm_medium=email&utm_term=0_e9d73b2e20-32d8ab14cd-86278129), found in Conversion Rates Expert [newsletter](https://conversion-rate-experts.com/learning-zone/?utm_source=CRE+Newsletter&utm_campaign=32d8ab14cd-machine-learning_2019-10-18&utm_medium=email&utm_term=0_e9d73b2e20-32d8ab14cd-86278129) + [Marco Biedermann](https://github.com/marcobiedermann) for the [Markdown editor](https://codepen.io/marcobiedermann/pen/LLGwLb) I borrowed ;) + [jonschlinkert/remarkable](https://github.com/jonschlinkert/remarkable) the Markdown parser for the non-form Markdown + [UnifiedJS](https://unifiedjs.com/) for the concept of more modular code + [PaperCSS](https://www.getpapercss.com/) for the funky UI theme #### Code [github.com/PlanetMarkdown/markdown-formland-website](https://github.com/PlanetMarkdown/markdown-formland-website) ##### Bugs - Broken on Firefox due to [brokend RegEx named groups](https://bugzilla.mozilla.org/show_bug.cgi?id=1362154) ##### [License](license.txt) - Various people: MIT for code, CC BY-SA 4.0 by [tomByrer](https://github.com/tomByrer) for new form markup