Skip to content
#

slides

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

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

spectacle
vincentdesmares
vincentdesmares commented Apr 25, 2020

#541 # Question

Hi, great job on the v6. It looks like a very nice upgrade.
Yet, when I tried to migrate one of my presentation I found some key features were missing:

  • With the progress now in the template, it's hard to be able to change its color per slide
  • The fun pacman-style progress is now a simple dot
  • The "fit" attribute was really a nice addition, from what I see it's not anym
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

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

kihashi
kihashi commented Oct 26, 2018

OS

OS: Windows 10
Backslide@feature/refactor

Problem

When exporting a presentation that has html with attributes in a code block, the resulting HTML has both escaped and non-escaped quotes.

<html lang="en">

Results in

<html lang="\"en\"">

Because of the un-escaped ", the resulting HTML is not correct.

Expected

HT

bug

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.