Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Support loading of file through URI. Tried using sampler which does this embedding of code but focus did not work. #30

Open
drgeb opened this issue Jul 29, 2021 · 0 comments

Comments

@drgeb
Copy link

drgeb commented Jul 29, 2021

I tried the following code
together with pluing sampler which allows "Embed code samples taken directly from source files in your slides."
The repo is available at https://github.com/ldionne/reveal-sampler
Would be nice if one can supply a URI to the actuall file either by file:// or http

        <section>
            <h2>Lets first Take a Look @ Important Dependencies!</h2>
            <pre data-cc="false">
                <code class="json" data-sample='package.json'></code>
            </pre>
            <!-- <p class="fragment" data-code-focus="13">dependencies</p> -->
            <!-- <p class="fragment" data-code-focus="23-24">angular-oauth2-oidc</p> -->
            <p class="fragment" data-code-focus="13">
                Dependencies block.
            </p>
            <p class="fragment" data-code-focus="23-24">
                add angular-oauth2-oidc version.
            </p>
            <p class="fragment" data-code-focus="13">
                Dependencies block.
            </p>
            <p class="fragment" data-code-focus="23-24">
                add angular-oauth2-oidc version.
            </p>
        </section>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant