Fusuma Versions Save

✍️ Fusuma makes slides with Markdown easily.

v1.1.1

4 years ago

issue: https://github.com/hiroppy/fusuma/issues/78

deps:

  • mini-css-extract-plugin -> v0.7.0
  • serve -> v11.0.1

v1.1.0

5 years ago

Export prismjs options. Please add slide.code to .fusumarc.yml or .fusumarc.js.

# .fusumarc.yml

slide:
  code:
    languages:
      - javascript
    plugins:
      - line-numbers
    theme: twilight

Sample Slide: https://hiroppy.github.io/fusuma/intro/#slide=11 README: https://github.com/hiroppy/fusuma#code-syntax-highlighting

v1.0.1

5 years ago

fixes: #65

v1.0.0

5 years ago
  • Drop bespoke.js and use webSlides
  • New UI of Presenter Mode
  • Refactoring inside

v0.10.0

5 years ago

Show page number on slides. PR #24

Thank you @karszawa 😀

v0.9.0

5 years ago

Separators

Previously it was necessary to divide pages by file name, but now it is possible to separate them using separators.

<!-- background: title -->

# Title

---

<!-- background: red -->

## Hi😜

This page is the next page of the title.

Sample Repo: https://github.com/hiroppy/fusuma/tree/master/samples/intro-with-separator

Show the development url

https://github.com/hiroppy/fusuma/issues/16

Thanks @zhaozhiming!

v0.6.0

5 years ago

Fusuma can create a table of contents based on sectionTitle automatically.

Sample

Input

## Contents

<!-- contents -->
<!-- sectionTitle: foo! -->
## foo!

This slide is page 5!

Output

<h2>Contents</h2>

<ul>
  <li>
    <a href="#5">foo!</a>
  </li>
</ul>
<h2>foo!</h2>

<p>This slide is page 5!</p>

sample: https://github.com/hiroppy/fusuma/tree/master/samples/intro/slides


also the security problem was solved:)

v0.5.3

5 years ago

in: postcss-preset-env, out: postcss-cssnext in: postcss-url

https://github.com/csstools/postcss-preset-env