Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misaka method smartypants, HTML_SKIP_STYLE, ... not found; and other errors #4

Open
MahbubAlam231 opened this issue Sep 21, 2020 · 1 comment

Comments

@MahbubAlam231
Copy link

MahbubAlam231 commented Sep 21, 2020

My .vimrc setup:

let g:vimwiki_ext2syntax = {'.md': 'markdown'}
let g:vimwiki_list = [{'path': '~/vimwiki/',
            \'syntax': 'markdown',
            \'ext': '.md',
            \'path_html': '~/vimwiki_html',
            \'custom_wiki2html': '~/.vim/plugged/vimwiki_md2html/misaka_md2html.py'}]

With this setup when I ran :Vimwiki2HTML, it threw some errors like:

SmartyPants not found
HTML_SKIP_STYLE etc not found.
unrecognized arguments: /home/mahbub/vimwiki/templates/ default .tpl

Idea of links in html working brought me to this repo. Would be thankful if you could help.

@murchu27
Copy link

Getting a similar error on Windows:

ImportError: cannot import name 'SmartyPants' from 'misaka' (C:\Users\MMurphy\AppData\Local\Programs\Python\Python37\lib\site-packages\misaka\__init__.py)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants