slides
Here are 1,481 public repositories matching this topic...
.英文不是很好,用的是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
I have a slide with lots of presenter notes. I know that's not great, however it would be awesome if they didn't overflow the page but instead scrolled:
I think it should be a matter of adding a max-height and overflow-y: scroll to the Notes component.
| Executable | Version |
|---|---|
node --version |
10.15.3 |
npm --version |
6.4.1 |
nodeppt -v |
2.1.5 |
| OS | Version |
|---|---|
| Windows 7 | 6.1.7601 |
运行时出现的问题为:
 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
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
- Find and remove all `ion-text-upperc
-
Updated
Feb 18, 2017 - Python
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.
-
Updated
Mar 7, 2020 - Python
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Aug 21, 2019
-
Updated
Dec 10, 2019 - TeX
-
Updated
Feb 26, 2020 - Shell
-
Updated
Oct 19, 2018 - Swift
-
Updated
Jan 16, 2020
-
Updated
Jan 2, 2020 - GDScript
-
Updated
Mar 5, 2020 - HTML
Improve this page
Add a description, image, and links to the slides topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the slides topic, visit your repo's landing page and select "manage topics."



If I set the
preloadiframes: trueconfig 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
Escto 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,