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

Added WikiLink #114

Closed
wants to merge 3 commits into from
Closed

Added WikiLink #114

wants to merge 3 commits into from

Conversation

hlb
Copy link

@hlb hlb commented Jan 22, 2013

I have added [[Title|WikiPage]] support because I want to export GitHub wiki to static site.

@chjj
Copy link
Member

chjj commented Jan 22, 2013

Does this work in regular github comments? I really want to avoid implementing github-specific stuff like sha1 links and task lists.

Test:

[[WikiLink|WikiPage]]

@hlb
Copy link
Author

hlb commented Jan 22, 2013

@chjj no, it is for wiki only.

I can understand your concern, and believe all github-specific (or other) features should be in a plugin. I added this feature just because it is stupid to parse the whole text myself.

#35 also looks like good start.

@chjj
Copy link
Member

chjj commented Jan 30, 2013

I'm going to close this for now. I don't like how github-specific it is.

@chjj chjj closed this Jan 30, 2013
@hlb
Copy link
Author

hlb commented Jan 31, 2013

Ok, thank you for your time and the great work though! :-)

@acamarata
Copy link

Is there a way to make custom helpers so we can code this in ourselves and add that functionality to it? I want to mimic many Mediawiki functions for my editing team that uses the markdown daily.

@acamarata
Copy link

Like: #35 (comment)
Or:
https://github.com/jcayzac/marked/commit/a415befc5e226cc64a3a2bc4bf328e228fcb67e1

But neither are implemented and I have a lot of [something:blah:blah] or
{whatever:blah:blah} I would like to code in for my custom wiki.

On Thu, Sep 5, 2013 at 8:48 PM, vadim baklanov notifications@github.comwrote:

Could you explain a little more? maybe I'll find something ready in my
code.


Reply to this email directly or view it on GitHubhttps://github.com//pull/114#issuecomment-23868608
.

@acamarata
Copy link

I would love a plugin that would add all the Mediawiki markdown also, I know it would be a performance hit but I'm running this client side and the server is sending the Markdown so it will scale, I just want the more features, and my team is coming from Mediawiki. (We also would love to import directly, and want to get a lot of things like at the bottom, footnoting etc.)

Would really love a Mediawiki'ish plugin to add references, citations, etc.

@Ognian Ognian mentioned this pull request Mar 10, 2014
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

Successfully merging this pull request may close these issues.

3 participants