MathHubInfo / Frontend

A new MathHub Narration Frontend written in React.
GNU Affero General Public License v3.0
2 stars 0 forks source link

"Post an Article" functionality on beta.mathhub.info/news #50

Open kohlhase opened 5 years ago

kohlhase commented 5 years ago

It would be nice to have a "post and article" link in http://beta.mathhub.info/news, this could just link to https://github.com/MathHubInfo/News/new/master and pre-load the file name there with /_posts/<date>-XXX to keep the naming convention and preload the file with (something like)

---
date: 2013-05-29
title: MathHub.info is online
---

(there must be an URL-based API for this). That would make it much easier to post correctly.