Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Releases: hiroppy/fusuma

modify require.context

03 Jun 16:54
Compare
Choose a tag to compare

Fix #78

28 May 07:50
Compare
Choose a tag to compare

issue: #78

deps:

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

Add Code Syntax Highlighting options to a configuration file

10 May 16:41
Compare
Choose a tag to compare

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

Fix exporting PDF

09 May 15:49
Compare
Choose a tag to compare

✌️

08 May 23:46
Compare
Choose a tag to compare
  • Drop bespoke.js and use webSlides
  • New UI of Presenter Mode
  • Refactoring inside

Show page number

15 Feb 23:42
Compare
Choose a tag to compare

Show page number on slides. PR #24

Thank you @karszawa 😀

slides can now be split with separators!

07 Aug 14:10
Compare
Choose a tag to compare

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

#16

Thanks @zhaozhiming!

Implement lazy-load

25 Jul 23:10
Compare
Choose a tag to compare

Feat

perf

webpack: change output file names and use runtimeChunk: 'single'

automatically generate table of contents

20 Jul 17:37
Compare
Choose a tag to compare

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:)

make use of postcss-preset-env

16 Jul 23:28
Compare
Choose a tag to compare

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

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