The Wayback Machine - https://web.archive.org/web/20200318021900/https://github.com/topics/slides
Skip to content
#

slides

Here are 1,481 public repositories matching this topic...

aluminum1
aluminum1 commented Oct 5, 2019

If I set the preloadiframes: true config option, and make a bunch of pdf slides each with

<section data-background-iframe="./mypdf.pdf"> </section>

it works great - the pdfs get preloaded. But when I click Esc to enter the slide overview, all the preloading is discarded, and the previews of each slide in the slide overview are initially blank - they have to be reloaded again. Moreover,

wzxxzw
wzxxzw commented Jul 25, 2019

.英文不是很好,用的是nuxt.js,在刷新引入插件的页面会报window is not defined

// nuxt.config.js
plugins: [ {src: '~plugins/swiper',ssr: false} ],

//plugins文件夹下

import Vue from 'vue';
if (process.BROWSER_BUILD) {
const VueAwesomeSwiper = require('vue-awesome-swiper/dist/ssr');
Vue.use(VueAwesomeSwiper);
}

.vue文件
import { swiper, swiperSlide } from 'vue-awesome-swiper';
compone

willykaram
willykaram commented Apr 26, 2017

I think it would be helpful to create a Contribution Guide in order to assist/encourage others to contribute to the project. This guide would also direct them to the Roadmap and priorities therein, so as to focus their efforts. Here's an example along the lines of what I'm thinking: https://github.com/phoenixframework/phoenix/blob/master/CONTRIBUTING.md

If you think that would be helpful, I I c

code-surfer
roddds
roddds commented Jan 21, 2020

Right now, by running yarn build a static version of the presentation is generated in the /public directory, but I can't seem to figure out a way to change the relative path for static files. For example, if I'm uploading to a /presentation directory on my server, all static files 404 because index.html and other files have paths relative to the root.

In create-react-app this is solve

laserkelvin
laserkelvin commented Jun 15, 2019

For the brave or foolish (me) who want to run decktape in an Ubuntu 18.04 LTS subsystem via WSL on Windows 10, I've discovered that you can't without installing some missing libraries that are not normally included in the Ubuntu image. Everything can be installed via apt install, and I thought I'd share them in case someone might benefit from this information in the FAQs.

Brief description of

peterpeterparker
peterpeterparker commented Mar 13, 2020

Affected part of DeckDeckGo

  • Studio

Feature Description

I spoke quickly with a friend who's a typography expert and he was advising to avoid "full uppercase in buttons" as it says it is more difficult to read.

Therefore the goal of this task is to set all buttons of studio, our editor, to text-transform: none;

What's to do

  1. Find and remove all `ion-text-upperc
stu-b-doo
stu-b-doo commented Jun 21, 2018

bs init copies a template and generates an example presentation.md file. The presentation.md file illustrates the default template well but not my custom template. It'd be nice if init would copy presentation.md from the template folder so we don't have to manually overwrite it.

As a workaround I'm using a bash script to copy the files instead.

Improve this page

Add a description, image, and links to the slides topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the slides topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.