GithubHelp home page GithubHelp logo

Comments (7)

ocdtrekkie avatar ocdtrekkie commented on July 19, 2024

The web publishing API creates a non-guessable URL by default. :)

from hacker-slides.

jacksingleton avatar jacksingleton commented on July 19, 2024

Ah perfect

from hacker-slides.

ocdtrekkie avatar ocdtrekkie commented on July 19, 2024

Sandstorm has just added a new sharing model which supports generating links to content with different access levels. Etherpad and a couple of other apps now support it.

I did a talk last weekend with a Hacker Slides presentation, and I want to post the link, but only if I can get a read-only sharing link for it.

from hacker-slides.

jacksingleton avatar jacksingleton commented on July 19, 2024

Thanks for the heads up! Yeah I noticed the behavior changed from letting anyone edit if the document url was shared to just locking everyone out.

from hacker-slides.

JonTheNiceGuy avatar JonTheNiceGuy commented on July 19, 2024

As I used HackerSlides at Oggcamp this weekend, and I'm now being asked to share my presentations, is their either a shortcut to get the files out, or failing that, something I can use to republish?

I'm currently using developer tools in Firefox to right-click-copy-as-curl and then paste in an SSH session to output to a file... but this is a bit messy! :)

from hacker-slides.

jacksingleton avatar jacksingleton commented on July 19, 2024

Hey Jon - not really right now.

Another thing you can do is use the sandstorm "Download Backup" button. That will give you a zip file with a data directory containing a file called slides.md

Then clone RevealJS, and follow the external markdown instructions (using slides.md as your markdown file): https://github.com/hakimel/reveal.js#external-markdown

You'll want a slides section with these attributes:
data-markdown="slides.md"
data-separator="^-( )-( *)-( *-)*"
data-separator-notes="^Note:"
data-charset="utf-8"

So... that's also a bit messy I know. But it is Hacker slides right ;)

But seriously, I'm going to give this app some love this weekend to make it more approachable for contributors and I think @zarvox may even hack out this feature.

from hacker-slides.

zarvox avatar zarvox commented on July 19, 2024

FWIW, this is fixed in 0.2.0 - the "Present" mode opens a window to the static-publishing URL. If you need to extract the markdown from a published presentation, you can grab it from http://<your-random-publishing-domain>/slides.md

Cheers!

from hacker-slides.

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.