View markdown files offline [closed]

There are a few Chrome plug-ins that work well. I’ve been using Markdown Preview Plus. After install, enable “Allow access to file URLs” in Extensions (menu > More tools > Extensions or enter URL chrome://extensions/ instead). Then drag-n-drop a Markdown file onto Chrome and use your favorite editor to edit.

Multiple GitHub accounts on the same computer?

All you need to do is configure your SSH setup with multiple SSH keypairs. This link is easy to follow (Thanks Eric): http://code.tutsplus.com/tutorials/quick-tip-how-to-work-with-github-and-multiple-accounts–net-22574 Generating SSH keys (Win/msysgit): https://help.github.com/articles/generating-an-ssh-key/ Relevant steps from the first link: Generate an SSH-key: ssh-keygen -t ed25519 -C “john@doe.example.com” Follow the prompts and decide a name, e.g. id_ed25519_example_company. Copy the SSH public-key … Read more

How to add screenshot to READMEs in github repository?

If you use Markdown (README.md): Provided that you have the image in your repo, you can use a relative URL: ![Alt text](/relative/path/to/img.jpg?raw=true “Optional Title”) If you need to embed an image that’s hosted elsewhere, you can use a full URL ![Alt text](http://full/path/to/img.jpg “Optional title”) GitHub recommend that you use relative links with the ?raw=true parameter … Read more

Delete forked repo from GitHub

By far the easiest way is to log in GitHub account: Click to your repository for example yourUsername/yourRepository for example mbaric/zpropertyz. Then in the main toolbar of GitHub click on Settings Scroll to the bottom of the page to the section called Danger Zone and you will find Delete this repository button When you click … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)