Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: 1weiho/open-slide

@open-slide/core@1.12.0

13 Jun 14:00
@github-actions github-actions
bc6caa2
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • #211 12ee858 Thanks @ridemountainpig! - Open the slide overview grid from the pages editor — press O or click the grid button next to the page count. The overlay adopts the editor theme instead of the present-mode black.

Patch Changes

  • #230 75653e1 Thanks @1weiho! - Add a one-click update action that upgrades open-slide and syncs bundled skills from the home sidebar.

  • #219 f5a60ad Thanks @adawang1210! - Stop force-loading every registered font face before PDF export, which hung or crashed the tab on subsetted CJK webfonts.

  • #216 80dda4e Thanks @poterpan! - Add webfont guidance to the slide-authoring skill: load the stylesheet once in <head>, list only the weights used, and subset CJK with &text=.

Assets 2
Loading

@open-slide/cli@1.3.2

13 Jun 14:00
@github-actions github-actions
bc6caa2
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Patch Changes

  • #216 80dda4e Thanks @poterpan! - Add webfont guidance to the slide-authoring skill: load the stylesheet once in <head>, list only the weights used, and subset CJK with &text=.
Loading

@open-slide/core@1.11.1

11 Jun 15:48
@github-actions github-actions
3a5915a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Patch Changes

  • #218 ba26721 Thanks @adawang1210! - Keep the notes textarea focused when Escape is pressed during IME composition.

  • #220 336bade Thanks @adawang1210! - Ignore Enter/Escape during IME composition in slide title, slide rename, asset rename, and folder name inputs.

  • #217 b8916e3 Thanks @ridemountainpig! - Fix PPTX export producing a theme that triggers PowerPoint's repair prompt by ensuring the fill style list has the schema-required three entries.

  • #221 9052f44 Thanks @adawang1210! - Remove the touchcancel listener on cleanup in the present-mode swipe handler so listeners no longer accumulate while navigating.

Loading

@open-slide/core@1.11.0

11 Jun 14:55
@github-actions github-actions
416cda1
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • #207 cb5ebf4 Thanks @ridemountainpig! - Add base to OpenSlideConfig for hosting under a subpath (e.g. GitHub Pages, Nginx subdirectory). Wires through to Vite's base and React Router's basename.

  • #203 5561b41 Thanks @1weiho! - Add slide-view shortcuts: Space advances, Enter plays in window, P opens presenter mode (F stays fullscreen).

Patch Changes

  • #209 b45389c Thanks @1weiho! - Fix homepage thumbnails flashing at full size before scaling down by measuring the fit scale before first paint.

  • #208 2cbc7b4 Thanks @ridemountainpig! - Presenter window now reflects in-slide <Steps> state: Now Showing mirrors the projection's revealed count, and Up Next previews the next step until the current slide's steps are exhausted before rolling over to the next slide.

  • #197 27230b3 Thanks @mvanhorn! - Preserve raster backgrounds in PDF exports while stripping gradient layers.

Loading

@open-slide/core@1.10.0

04 Jun 14:15
@github-actions github-actions
9dc38a7
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • #164 411a8c7 Thanks @1weiho! - Add Steps / Step primitive for revealing page elements one-by-one via next/previous inputs.
Loading

@open-slide/cli@1.3.1

04 Jun 14:32
@github-actions github-actions
b2adf27
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Patch Changes

  • #201 9ff819f Thanks @1weiho! - Update bundled skills with the <Steps> / <Step> stepped-reveal authoring guidance.
Loading

@open-slide/core@1.9.0

02 Jun 14:59
@github-actions github-actions
9357e8a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • #188 0d78b73 Thanks @1weiho! - Add an "Export as image PPTX" download option that renders each slide to an image via html-to-image and stitches them into a one-page-per-slide PPTX, plus a coming-soon "Export as PPTX" entry for the editable format.

  • #196 0c99cf6 Thanks @1weiho! - Show the open-slide version at the bottom of the home sidebar, with a hover hint to update when a newer release is available.

  • #189 6ae2dd9 Thanks @1weiho! - Add an in-UI language switcher (next to the theme toggle) that remembers the choice locally; deprecate config.locale and drop the init language prompt and --locale flag.

Patch Changes

  • #180 9b8202e Thanks @1weiho! - Remove duplicated internal helpers (HTTP readBody/json, slide-path resolution, the SLIDE_ID_RE pattern, and locale format/plural) by routing them through a single source.
Loading

@open-slide/cli@1.3.0

02 Jun 14:59
@github-actions github-actions
9357e8a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • #189 6ae2dd9 Thanks @1weiho! - Add an in-UI language switcher (next to the theme toggle) that remembers the choice locally; deprecate config.locale and drop the init language prompt and --locale flag.

Patch Changes

  • #180 9b8202e Thanks @1weiho! - Remove duplicated internal helpers (HTTP readBody/json, slide-path resolution, the SLIDE_ID_RE pattern, and locale format/plural) by routing them through a single source.
Loading

@open-slide/core@1.8.0

30 May 16:47
@github-actions github-actions
244c1b1
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

Patch Changes

  • #174 2b70cb4 Thanks @1weiho! - Stop marking imported assets as unused when they are passed as props to wrapper components (e.g. <DiagramImage src={img} />) instead of consumed directly by <img src={img}>.

  • #160 608ce61 Thanks @1weiho! - Fix invalid YAML in the create-theme skill frontmatter so it loads correctly.

  • #179 ea67658 Thanks @1weiho! - Click-to-navigate no longer covers the slide in present mode or the mobile viewer — embedded videos, links, and other interactive content near the left/right edges stay clickable, and a stray outline no longer flashes on click.

  • #172 155049f Thanks @why39! - Fix Inspect overlay on Windows: normalize path separators and strip HMR query/hash when matching slide source files.

  • #175 5e65d64 Thanks @ridemountainpig! - Fix sidebar Draft/Themes/Assets rows not switching when clicking the icon — the whole icon area is now part of the select target. Also close the inspector comment panel when clicking outside it.

  • #176 c6cb866 Thanks @1weiho! - Edit a slide title by clicking it directly — hovering shows an outline, the title becomes an input on click, and the title is centered to the viewport. Replaces the pencil icon.

Loading

@open-slide/cli@1.2.6

30 May 17:16
@github-actions github-actions
4a58723
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Patch Changes

  • #181 fb1db62 Thanks @1weiho! - Re-sync scaffolded skills with core so a fresh project no longer reports skills out of date on first dev run.
Loading
Previous 1 3 4
Previous

AltStyle によって変換されたページ (->オリジナル) /