strapdown icon indicating copy to clipboard operation
strapdown copied to clipboard

Allows md content loaded in "src" way

Open jackiect opened this issue 10 years ago • 8 comments

Other than being attached in html source file, allows markdown content to loaded like

<xmp src="index.md" theme="united" style="display:none;"></xmp>

jackiect avatar Apr 30 '15 15:04 jackiect

Why is this not merged? :sob:

dralletje avatar Oct 25 '15 13:10 dralletje

seems that the owner is too busy to update this lib...

jackiect avatar Oct 25 '15 15:10 jackiect

:+1: x1000

joedf avatar Oct 25 '15 18:10 joedf

@jacktan1991 Could you modify this PR to https://github.com/chaitin/strapdown-zeta ?

We are under active development and add more features to the strapdown project.

zTrix avatar Nov 07 '15 16:11 zTrix

@zTrix OK, I'll fork it! So what is the relationship between strapdown and strapdown-zeta ?

jackiect avatar Nov 08 '15 09:11 jackiect

@jacktan1991 I forked from strapdown, and added many more useful features including mathjax support, git powered wiki server, live theme switching.

zTrix avatar Nov 08 '15 11:11 zTrix

When will this get merged?

devyash avatar Oct 21 '16 19:10 devyash

there's the alternative, bootmark

it was inspired by strapdown, but :

  • doesn't limit you to use the depracated xmp tags
  • it allows you to use as many "markdown" elements as you can
  • use external files within the same element (yes, that means you can request one or as many files as you want)
  • uses the showdown parser
  • you can decide how the markdown is parsed
  • have all the bootswatch themes, use math (latex or asciimath) with the katex-latex extension
  • has automatic table of contents creation
  • supported everywhere because jQuery
  • can be used through code
  • made for the future because fetch
  • and even more importantly everything is customizable

obedm503 avatar Oct 21 '16 20:10 obedm503