---
title: Beadle
tags: minimal, javascript, typescript
description: Beadle is not Gatsby
author: Paul Hosler aka Colonel Panic
---
{%hackmd theme-dark %}
<style>
a {
color: #009955;
}
a:hover {
color: #00ff55;
}
hr{
border: 0;
height: 1px;
background: #333;
background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.byline {
text-align: right;
}
.first {
font-variant-caps: titling-caps;
border: solid #aaa 1px;
font-size: 25px;
padding: 1px 5px;
}
</style>
# BEADLE
<div class="byline">CodemonkeyWTF October 2021</div>
<br/><br/>
<img src="https://cdn.discordapp.com/attachments/683979596114427904/812693852167209010/beadle-logo.png" style="float: left;margin-top: -10px; padding: 10px;" height=50 />
***beadle***: *a minor official who carries out various civil, educational, or ceremonial duties
also herald, messenger from an authority*
<br/><br/>
## PROPOSAL
Beadle is a markdown editor and viewer that will allow publication of gist to github or markdown files in a repository. For example:
- README.md
- LICENSE.md
- blogpost.md
## FEATURES
- [ ] Markdown Editing
- [ ] Rich Text Editing
- [ ] License Selector *for LICENSE.md*
- [ ] Skelton README.md
- [ ] Github badges
- [ ] Push to github, gitlab, etc
- [ ] PRs to github, gitlab, etc
- [ ] Settings for frontmatter
- Author
- Title
- Date
- Slug
- [ ] ...