All Projects → kuanyui → takahashi.js

kuanyui / takahashi.js

Licence: other
Make Takahashi-style slide easily!

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
emacs lisp
2029 projects

Projects that are alternatives of or similar to takahashi.js

vue-piece-slider
animated slides in a fragmented look 🐞🌳✡️📐
Stars: ✭ 95 (+216.67%)
Mutual labels:  slider, slides
Vue Slide Bar
🎢 A Simple Vue Slider Bar Component.
Stars: ✭ 129 (+330%)
Mutual labels:  slider, slides
Vue Easy Slider
Slider Component of Vue.js.
Stars: ✭ 313 (+943.33%)
Mutual labels:  slider, slides
Vue Awesome Swiper
🏆 Swiper component for @vuejs
Stars: ✭ 12,072 (+40140%)
Mutual labels:  slider, slides
Qqzonemood
QQZone mood spider and analysis. QQ空间多线程爬虫和数据挖掘。提供线上服务,扫码登陆即可自动爬取和分析数据,还有网易云年度报告风格的数据展示;使用docker-compose打包程序,方便部署;额外提供QQ空间抽奖小程序。
Stars: ✭ 439 (+1363.33%)
Mutual labels:  slider, slides
Vue Infinite Slide Bar
∞ Infinite slide bar component (no dependency and light weight 1.48 KB)
Stars: ✭ 190 (+533.33%)
Mutual labels:  slider, slides
react-native-slider-intro
A simple and fully customizable React Native component that implements an intro slider for your app
Stars: ✭ 80 (+166.67%)
Mutual labels:  slider
gitworkshop
Git Workshop covering git essentials & advanced topics
Stars: ✭ 15 (-50%)
Mutual labels:  slides
emoji-slider
A slider control with emojis
Stars: ✭ 40 (+33.33%)
Mutual labels:  slider
old-pyneng-slides
СТАРЫЕ презентации к курсу Python для сетевых инженеров
Stars: ✭ 28 (-6.67%)
Mutual labels:  slides
pinar
🌲☀️ Customizable, lightweight React Native carousel component with accessibility support.
Stars: ✭ 214 (+613.33%)
Mutual labels:  slider
cachu-slider
🌈 🔆 Create animated full screen and content-fit sliders efficiently.
Stars: ✭ 30 (+0%)
Mutual labels:  slider
sphere-mt
C/C++ Multithreading Programming Course Materials.
Stars: ✭ 17 (-43.33%)
Mutual labels:  slides
markdown-slides
Using markdown, write simple but beautiful presentations with math, animations and media.
Stars: ✭ 64 (+113.33%)
Mutual labels:  slides
intro-to-security-for-developers
An introduction to security for developers.
Stars: ✭ 28 (-6.67%)
Mutual labels:  slides
embla-carousel-wheel-gestures
wheel interactions for Embla Carousel
Stars: ✭ 30 (+0%)
Mutual labels:  slider
courses
课件:数字图像处理,计算机视觉,人工智能导论,机器学习,深度学习
Stars: ✭ 58 (+93.33%)
Mutual labels:  slides
DoubleSliderView-swift
双向滑动,滑块可以重叠, 左边滑块不能移动到右边滑块的右边。Two slider can overlap, and the left slider can not be moved to right of the right slider
Stars: ✭ 28 (-6.67%)
Mutual labels:  slider
storybook-talk
Storybook, the playground you need for your UI components! 🎨
Stars: ✭ 11 (-63.33%)
Mutual labels:  slides
LiveFader
@IBDesignable Horizontal or vertical UIControl subclass that can start from bottom or middle of the control.
Stars: ✭ 21 (-30%)
Mutual labels:  slider

Takahashi.js

This is a Takahashi-style (Japanese: 高橋メソッド) slides generator written in pure native JavaScript, which let you use Markdown-like syntax to make slides.

Please see DEMO

Requirement

  • A modern HTML5 compatible web browser.

Usage

  1. download/clone this repository.
  2. Edit source.md
  3. If need any style customization, please free free to edit slides.html by your self.

Available Markdown Syntax

The parser of Takahashi.js accepts a Markdown-like syntax:

  • # This is Title : Only one level title is accepted. Don’t forget add a space after # .
  • - This is subtitle : placed under title.
  • # ![](path/to/image.jpg) : Fullscreen image
  • ![](path/to/image.jpg) : Image + Title (+ Subtitle)
  • \\ : A new line.
  • *italic*
  • **colored emphasis**
  • +striked+ : this syntax is inspired by Org-mode.
  • ```lisp : The same as Github-flavored Markdown – code block with syntax highlight.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].