reveal-sampler icon indicating copy to clipboard operation
reveal-sampler copied to clipboard

A reveal.js plugin to fetch code samples from source files

Results 6 reveal-sampler issues
Sort by recently updated
recently updated
newest added

When using the removeIndentation setting globally and including whole files, I notice that an odd thing happens. All code that is indented is outdented by one level! On investigation, this...

After reading the open issues I started to refactor the source for them and it got a little out of hand. :-P It is a complete refactoring, changing the approach...

I am using sampler with PHP snippets, but my webserver (local inside the IDE) support PHP. So I only get empty responses. :-) A small proxy script allows to fetch...

Related to #9 (and only really useful if that is included), it is sometimes helpful to have sections that overlap. If the end tag were `end-sample(name)`, even optionally, then that...

I'm very glad your plugin exists, it fills one of the gaps in reveal that I've been working around with a preprocessor! I have a suggestion, and I don't know...

Currently, we can highlight lines in a snippet using `data-sample-mark="start-end"`. We can also skip lines by marking them with `skip-sample` inside a source file. It seems like it should be...

feature