slides
Here are 1,580 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
Speaker notes
Reading readme.md, the point "
-
Updated
Jun 28, 2020 - JavaScript
v6 migration
#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
Contribution Guide
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
Info
- Operating System:
- Node Version:
- Browser Name and Version:
Type
- bug
- feature request
For Bugs
Expected Behavior
Actual Behavior
How can we reproduce the behavior?
For Feature Request
What is the motivation or use-case for the fe
The alignment of tables as specified by
https://help.github.com/en/articles/organizing-information-with-tables
Does not seem to work.
---
# Table demo
| Left-aligned | Center-aligned | Right-aligned |
| :--- | :---: | ---: |
| git status | git status | git status |
| git diff | git diff | git diff |
How do I flag this
-
Updated
Jun 13, 2020 - JavaScript
In the Kubernetes admin course, we mention CoreOS Tectonic, but it may soon be folded into OpenShift. The slides should be updated to clarify (and, while we're there, add a few other options).
This is in file slides/k8s/setup-selfhosted.md.
[Discussion in #446](https://github.com/jpetazzo/container.training/pull/446/files/3f40cc25a2f31e54a02d64e683deee1be9837e86#diff-2ffe1c2ff95f331d6a12f9ea
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
Affected part of DeckDeckGo
- Studio
- Remote control
- Documentation
- Demo
- Starter kit
- Poll
- Web Components
- Templates
Reproduction
Steps to reproduce:
- Begin with a Starter or Ionic React presentation on Windows 10.
- Run "npm install" then "npm run start" to kick off local host
-
Updated
Feb 18, 2017 - Python
-
Updated
Jul 6, 2020 - Python
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
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Jun 17, 2020
-
Updated
Dec 10, 2019 - TeX
When going quickly through slides with a lot of fragmented lists, it would be really nice to have e.g. shift+arrow skip to the next or previous actual slide, instead of going through all the bullet points.
-
Updated
Jun 18, 2020 - Shell
-
Updated
Jun 1, 2020
-
Updated
Oct 19, 2018 - Swift
-
Updated
Jul 3, 2020 - HTML
-
Updated
May 15, 2020 - GDScript
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."
Is it possible to customize overview mode? (Size of preview-thumbs, overlay info per slide, orientation (instead of linear, in a list or wrapping lines,...)