Git Product home page Git Product logo

Comments (3)

peterjc avatar peterjc commented on August 17, 2024

Looks doable, e.g. http://www.minddust.com/post/tags-and-categories-on-github-pages/

We'd likely need something like this in the ``wiki/Category:Cookbook.md` file,

{% include Category_Cookbook %}

which would need a matching file _includes/Category_Cookbook to generate the list of all pages tagged with this category.

from mediawiki_to_git_md.

peterjc avatar peterjc commented on August 17, 2024

Now that I stopped ignoring the category pages in the conversion script, they are converted and exist as files e.g. wiki/Category:Wiki_Documentation.mediawiki or wiki/Category:Wiki_Documentation.md - and any text on the page is of course converted. What is missing is the automatic links to all the pages tagged with that category which MediaWiki would had added to the end of the page, meaning they are not yet very useful.

However, links on other pages to the category are breaking due to the special colon syntax, which I think is best fixed from pandoc: jgm/pandoc#2849

Failing that, we could pre-process the MediaWiki files before giving them to pandoc, or post-process the MD files from pandoc?

from mediawiki_to_git_md.

peterjc avatar peterjc commented on August 17, 2024

I've been reading http://jekyllbootstrap.com/lessons/jekyll-introduction.html and while Jekyll has categories, they are hierarchical (you can't put a page in two different categories). e.g.

---
title :  Hello World
categories : [lessons, beginner]
---

Here you would get a single nested category "lessons/beginner"

Jekyll tags look like a better match to MediaWiki categories, e.g.:

---
title :  Hello World
tags : [lessons, beginner]
---

from mediawiki_to_git_md.

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.