Code Monkey home page Code Monkey logo

Comments (4)

patrickdavey avatar patrickdavey commented on May 23, 2024

Hmmm, I'm not sure. Are you definitely using vimwiki_markdown for your conversion? (did you actually run gem install vimwiki_markdown?). The files certainly ought to be created, but, you should probably be running VimwikiAll2HTML not just Vimwiki2HTML.

This gem uses github flavoured markdown which uses <!-- .... --> as the comment delimiters.

So, I don't think there's anything broken with the gem to be honest, please double check you're actually using the correct markdown format and most importantly that you've installed the gem and are referencing it correctly from your .vimrc , see the setup section for more details :)

from vimwiki_markdown.

MahbubAlam231 avatar MahbubAlam231 commented on May 23, 2024

I did run sudo gem install vimwiki_markdown. VimwikiAll2HTML and github flavoured markdown comments work. Thanks for your help! Could you please comment on 2? I couldn't get it to work even after changing default.tpl. Maybe I'm missing something, I don't know much html. Is there a way to change default.tpl and get it to work?

from vimwiki_markdown.

patrickdavey avatar patrickdavey commented on May 23, 2024

You can see my default .tpl here . You can use %date% and %title% markers. There's no concept of a theme however, that you'll have to work out yourself.

If you can learn markdown you can learn html. For what you seem to want to do, changing your .tpl to have something like:

<h1>%title%<h1>
<h2>%date%</h2>
%content%

might work. Sorry - that's as much as I can really help you with - there are tonnes of tutorials on writing HTML so I'm sure you can work it out :). Good luck!

from vimwiki_markdown.

MahbubAlam231 avatar MahbubAlam231 commented on May 23, 2024

Thanks for taking the time to respond πŸ‘

from vimwiki_markdown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.