Luke Lee
Luke Lee
One last thing. This feature will be especially useful for the tutorial contest so if we implement it doing so in the next 3 - 4 weeks would be preferable.
That all makes sense and is easy to implement. However, capturing the first X characters of rendered HTML is tricky because we need to close tags, etc. Also, that doesn't...
This would be useful in a few scenarios: 1. The 'restore branch' button in the Github.com UI. - Sometimes editors might delete a branch on accident. The delete will trigger...
Now that I think about it, adding this functionality would go a long way towards supporting #9. Adding this doesn't solve the issue of user verification because only github collaborators...
@paulocheque What are your thoughts on this? Am I missing any benefits or downsides? See the small changes in the above-referenced commit. I'm not sure my JS approach is very...
@paulocheque and I talked a lot of this over and wanted to note all the good ideas here. First, we should make a new endpoint like the following: ``` GET...
We should also consider putting this new endpoint along with the `api_save` endpoint in `views.py` into a new file called `api.py` or something similar so we can have regular views...
I rebased the [this branch](https://github.com/pluralsight/guides-cms/tree/render_markdown_on_frontend) and looked it over. This is a decent start. @paulocheque, you can probably get all the front-end work done with these minimal server-side changes. A...
To implement this we need a few things: 1. UI element on the editor page (or maybe a second page after submitting?) - This could be a text box allowing...
Any suggestions on adding or not adding this feature or the UI to add tags in the editor? @edroman @prtkgpt