{ "info": { "author": "Steeve Chailloux", "author_email": "steeve@chailloux.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Text Editors" ], "description": "# vimwiki-markdown\n\n[vimwiki](https://github.com/vimwiki/vimwiki) markdown file to html with syntax\nhighlighting.\n\n## Install\n\n```\npip install vimwiki-markdown\n```\n\n## Usage\n\nAdd the following to your `~/.vimrc`:\n\n```vim\nlet g:vimwiki_list = [{\n\t\\ 'path': '~/vimwiki',\n\t\\ 'template_path': '~/vimwiki/templates/',\n\t\\ 'template_default': 'default',\n\t\\ 'syntax': 'markdown',\n\t\\ 'ext': '.md',\n\t\\ 'path_html': '~/vimwiki/site_html/',\n\t\\ 'custom_wiki2html': 'vimwiki_markdown',\n\t\\ 'template_ext': '.tpl'}]\n```\n\n## Markdown extensions\n\nThe following [markdown extensions](https://python-markdown.github.io/extensions/)\nare activated by default:\n\n- [fenced_code](https://python-markdown.github.io/extensions/fenced_code_blocks/)\n- [tables](https://python-markdown.github.io/extensions/tables/)\n- [CodeHilite](https://python-markdown.github.io/extensions/code_hilite/)\n\nBut you can add more extensions using `VIMWIKI_MARKDOWN_EXTENSIONS` environment\nvariable, which is a coma separated list of extensions.\n\n## Syntax highlighting\n\nSyntax highlighting is provided by [Pygments](http://pygments.org/), which will\ntry to guess language by default.\n\nYou can use regular markdown indented code blocks:\n\n```\n\t:::python\n\tfor value range(42):\n\t\tprint(value)\n```\n\nOr Fenced Code Blocks\n\n\t```python\n\tfor value range(42):\n\t\tprint(value)\n\t```\n\nYou can also highlight line using `hl_lines` argument:\n\n\t```python hl_lines=\"1 3\"\n\tfor value range(42):\n\t\tprint(value)\n\t```\n\nPygments can generate CSS rules for you. Just run the following command from\nthe command line:\n\n```\npygmentize -S default -f html -a .codehilite > styles.css\n```\n\nIf you would like to use a different theme, swap out `default` for the desired\ntheme. For a list of themes installed on your system, run the following\ncommand:\n\n```\npygmentize -L style\n```\n\nIf you are lazy you can juste use the one in this repository inside `css`\ndirectory which provide the `monokai` theme.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/WnP/vimwiki_markdown/", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "vimwiki-markdown", "package_url": "https://pypi.org/project/vimwiki-markdown/", "platform": "", "project_url": "https://pypi.org/project/vimwiki-markdown/", "project_urls": { "Homepage": "https://github.com/WnP/vimwiki_markdown/" }, "release_url": "https://pypi.org/project/vimwiki-markdown/0.2.0/", "requires_dist": [ "markdown", "Pygments" ], "requires_python": "", "summary": "vimwiki-markdown: vimwiki markdown file to html with syntax highlighting.", "version": "0.2.0" }, "last_serial": 5840485, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6fdb9d6fc9acc2b0683ee1599d78b823", "sha256": "5f93e3f0ed918815e0836d5950c830755ee88885a8ca0c972e325d823c4de3a4" }, "downloads": -1, "filename": "vimwiki_markdown-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6fdb9d6fc9acc2b0683ee1599d78b823", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4138, "upload_time": "2018-11-10T19:17:35", "url": "https://files.pythonhosted.org/packages/3a/3e/c0dfaa7fd6cc340d6782acbf3fbb991cf486b914a2177a1699c681a26444/vimwiki_markdown-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d6a2d6faf40c46b4022d821b36f8c3cf", "sha256": "9c6594ef702d69789335b20c13a01133c20dad0f48ca5a092bc0a51766ae0f83" }, "downloads": -1, "filename": "vimwiki-markdown-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d6a2d6faf40c46b4022d821b36f8c3cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3049, "upload_time": "2018-11-10T19:17:39", "url": "https://files.pythonhosted.org/packages/3b/26/647bccb3e72dacd671a16c2c86254c9c7c159cb9660875a798c3f036ea00/vimwiki-markdown-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "e5448354f1196cf269cd2151f3e9f0c5", "sha256": "eb670f789c5b454d351f251933c411cfb2d5bad9649f8c6168b74901c365bcc3" }, "downloads": -1, "filename": "vimwiki_markdown-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e5448354f1196cf269cd2151f3e9f0c5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4748, "upload_time": "2018-11-10T19:17:37", "url": "https://files.pythonhosted.org/packages/ed/7e/da3c089f68921b3646fea3af3b76c0dc01fb1d200efd64c0d0725feae025/vimwiki_markdown-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d90cd6109bd8769727ed2d6a46315bfc", "sha256": "ce39c8e5153e0fdafa14bfc16c1b3ca70fcae6b6d6e3f0649596b102672dff21" }, "downloads": -1, "filename": "vimwiki-markdown-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d90cd6109bd8769727ed2d6a46315bfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3624, "upload_time": "2018-11-10T19:17:40", "url": "https://files.pythonhosted.org/packages/04/b8/82e4ac2bb5a54eca80398a54b6f463b768027f6a59abeba1a909c6764615/vimwiki-markdown-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ca36384e0b7798f03baf5bbd71d698b3", "sha256": "e387fd77ec57b8a337822a7a61c80c43a4f387d4fa9ff491835a1f9d5178886e" }, "downloads": -1, "filename": "vimwiki_markdown-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ca36384e0b7798f03baf5bbd71d698b3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4606, "upload_time": "2018-11-10T21:11:29", "url": "https://files.pythonhosted.org/packages/36/12/cdca0a95bda62bd504741ffb7e5a9259a5aa57546cf680bf2e9e1a4a8c88/vimwiki_markdown-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ac9a71927e3a4e9ac74a62abbde6edc7", "sha256": "2b7f3c57f1a6bf5326d315882e9737faf7be4186f34f2c03e529ce8708c23fbb" }, "downloads": -1, "filename": "vimwiki-markdown-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ac9a71927e3a4e9ac74a62abbde6edc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3470, "upload_time": "2018-11-10T21:11:32", "url": "https://files.pythonhosted.org/packages/9f/d2/b8a7c9410bdfcab02ad11fcf8c174b070feab116995e4ed2e48c3ba332bc/vimwiki-markdown-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b6a7e57b5965fd10f6d7b5e896af2973", "sha256": "347f832f81ce53169389553157af6e34c80c44338ef471929cf10b3692b9a2a9" }, "downloads": -1, "filename": "vimwiki_markdown-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b6a7e57b5965fd10f6d7b5e896af2973", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4841, "upload_time": "2019-09-17T09:14:50", "url": "https://files.pythonhosted.org/packages/f2/ec/d562f0b4ca65f811ea366cc74ed967535c397badc2c9e839a9ab0d2f3364/vimwiki_markdown-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a63446996fead18298341047760c63f9", "sha256": "8ac44d66caac4e30910aa45613369a2ecc4c75d5b1b4370baa8b60481fcdfa4c" }, "downloads": -1, "filename": "vimwiki-markdown-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a63446996fead18298341047760c63f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3726, "upload_time": "2019-09-17T09:14:54", "url": "https://files.pythonhosted.org/packages/89/45/5a6204eb3a33a8218beba6492734fa5339e3c032d385dd1c097403eaf6fe/vimwiki-markdown-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b6a7e57b5965fd10f6d7b5e896af2973", "sha256": "347f832f81ce53169389553157af6e34c80c44338ef471929cf10b3692b9a2a9" }, "downloads": -1, "filename": "vimwiki_markdown-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b6a7e57b5965fd10f6d7b5e896af2973", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4841, "upload_time": "2019-09-17T09:14:50", "url": "https://files.pythonhosted.org/packages/f2/ec/d562f0b4ca65f811ea366cc74ed967535c397badc2c9e839a9ab0d2f3364/vimwiki_markdown-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a63446996fead18298341047760c63f9", "sha256": "8ac44d66caac4e30910aa45613369a2ecc4c75d5b1b4370baa8b60481fcdfa4c" }, "downloads": -1, "filename": "vimwiki-markdown-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a63446996fead18298341047760c63f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3726, "upload_time": "2019-09-17T09:14:54", "url": "https://files.pythonhosted.org/packages/89/45/5a6204eb3a33a8218beba6492734fa5339e3c032d385dd1c097403eaf6fe/vimwiki-markdown-0.2.0.tar.gz" } ] }