~dricottone/vim-markdown-preview

5234b616 — JamshedVesuna 9 years ago
Fixed image rendering markdown path
17b2caa0 — JamshedVesuna 9 years ago
Added GitHub markdown information to README
54876840 — JamshedVesuna 9 years ago
Added GitHub markdown to image preview mapping
83efd46c — Jamshed Vesuna 9 years ago
Merge pull request #11 from oshybystyi/support-for-github-flavoured-md

Added support for github flavoured markdown
5ab8e9af — Oleksandr Shybystyi 9 years ago
Added support for github flavoured markdown
1135b27a — JamshedVesuna 9 years ago
Made temp file and toggle global variables; updated README
07977025 — Jamshed Vesuna 9 years ago
Merge pull request #10 from gmerzu/master

Supports global variable to set a browser
e6146743 — Anton Kozhemyachenko 9 years ago
Supports global variable to set a browser
6188ed53 — JamshedVesuna 9 years ago
Updated README to show defaults
c2158da4 — JamshedVesuna 9 years ago
Fixed remove temp file bug
a9971e10 — JamshedVesuna 9 years ago
Moved common variables up; interoperable browsers;
Fixed unix background bug
ae4d0347 — JamshedVesuna 9 years ago
Updated README to show image support; Added new screenshot
ec7ef638 — JamshedVesuna 9 years ago
Updated plugin mapping comments
1f913965 — JamshedVesuna 9 years ago
Supports image loading and local html rendering
cf2cc781 — JamshedVesuna 9 years ago
Include Safari on OSX
2be6693d — Jamshed Vesuna 9 years ago
Merge pull request #5 from zeebo404/master

Changed relative file to absolute file
a55bbfa2 — Eric Siebeneich 9 years ago
Changed relative file to absolute file

Using relative files causes a failure if you open a file within vim that is not in your current working directory. This can lead to unexpected results if there is an file name identical to the one you are editing in the working directory, and no markdown generated if there is no file with that name in the working directory.
48f4444f — Jamshed Vesuna 9 years ago
Don't remove temporary files, and removed the time delay
ecf29f3f — Jamshed Vesuna 10 years ago
Fixed background bug via longer delay and background process. Closes #2
e6729c07 — Jamshed Vesuna 10 years ago
Changed mapping to Ctrl-p instead of write until bux is fixed.
Next