-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from jimjam-slam/dev
v1.0: - Big refactor of Sverto makes it easier to use and more compatible with Quarto's other features - Use Sverto in a Quarto document by adding `sverto` to `filters` in the document frontmatter - Add Svelte files to a document using the frontmatter key `sverto.use` - No need for magic blocks anymore! - When working in a website project, optionally use the `sverto` project type to cut down on duplicate Svelte compilation Quarto documents - Works properly with Quarto includes - Requires Quarto pre-release 1.5.25 or higher on Windows, but should work fine on Quarto 1.4 on macOS and Linux.
- Loading branch information
Showing
40 changed files
with
138,153 additions
and
2,883 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
README.md | ||
NEWS.md | ||
LICENSE | ||
.luarc.json | ||
package-lock.json | ||
docs/ | ||
.quarto/ | ||
!.gitignore | ||
.github/ | ||
!.gitignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,11 @@ | ||
title: Sverto | ||
author: 360info | ||
version: 0.0.2 | ||
quarto-version: ">=1.3.0" | ||
author: James Goldie | ||
version: 1.0.0 | ||
quarto-version: ">=1.4.0" | ||
contributes: | ||
filters: | ||
- sverto.lua | ||
project: | ||
project: | ||
type: website | ||
pre-render: | ||
- refresh.ts | ||
- create-imports.lua | ||
- compile-imports.ts | ||
format: sverto-html | ||
formats: | ||
html: | ||
filters: | ||
- cleanup-transform.lua | ||
revealjs: | ||
filters: | ||
- cleanup-transform.lua | ||
pre-render: sverto-prerender.lua |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.