View on GitHub

blog

Here are the labs from my blog.

GitHub – Edit Markdown Files Locally in your IDE

alt text

To be more productive, you can test your README.md locally and preview it in your IDE.

It’s faster than edit > commit > push > open webbrowser > edit > commit > …)

alt text

Steps

1. Install Eclipse and GitHub Client

Eclipse IDE can do it > install Eclipse IDE > install GitHub desktop client.

https://www.eclipse.org/downloads/ https://www.eclipse.org/downloads/

https://desktop.github.com/ https://desktop.github.com/

alt text

alt text

2. Edit markdown files

Start Eclipse IDE > Open File ‘YOUR_PROJECT/README.md’ > edit it > … > Click on Preview tab > … > Save

alt text

alt text

alt text

alt text

alt text

alt text

alt text

alt text

3. Push to GitHub

Start GitHub desktop client > Add message ‘Update README’ > Commit > Push > …wait > go to website to see the result.

alt text

alt text

alt text

alt text

alt text

Source

https://github.com/DamienFremont/blog/tree/master/20170608-github-edit-markdown-files-locally https://github.com/DamienFremont/blog/tree/master/20170608-github-edit-markdown-files-locally

References

https://www.eclipse.org/downloads/ https://www.eclipse.org/downloads/

https://desktop.github.com/ https://desktop.github.com/

Origin

https://damienfremont.com/2017/06/08/github-edit-markdown-files-locally-in-your-ide/