Jacky Zhao
9738b95e1b
Revert "feat: Making Quartz available offline by making it a PWA ( #465 )"
...
This reverts commit d6301fae90
.
2023-09-20 13:52:45 -07:00
Adam Brangenberg
9c322802fa
feat: Making Quartz available offline by making it a PWA ( #465 )
...
* Adding PWA and chaching for offline aviability
* renamed workbox config to fit Quartz' scheme
* Documenting new configuration
* Added missig umami documentation
* Fixed formatting so the build passes, thank you prettier :)
* specified caching strategies to improve performance
* formatting...
* fixing "404 manifest.json not found" on subdirectories by adding a / to manifestpath
* turning it into a plugin
* Removed Workbox-cli and updated @types/node
* Added Serviceworkercode to offline.ts
* formatting
* Removing workbox from docs
* applied suggestions
* Removed path.join for sw path
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* Removed path.join for manifest path
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* Removing path module import
* Added absolute path to manifests start_url and manifest "import" using baseUrl
* Adding protocol to baseurl
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* Adding protocol to start_url too then
* formatting...
* Adding fallback page
* Documenting offline plugin
* formatting...
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* formatting...
* Fixing manifest path, all these nits hiding the actual issues .-.
* Offline fallback page through plugins, most things taken from 404 Plugin
* adding Offline Plugin to config
* formatting...
* Turned offline off as default and removed offline.md
---------
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2023-09-20 11:38:13 -07:00
Jacky Zhao
0a6e9c3f86
feat: note transclusion ( #475 )
...
* basic transclude
* feat: note transclusion
2023-09-13 11:28:53 -07:00
Oskar Manhart
4b37976c29
feat: plugin for remark-breaks ( #467 )
...
* feat: plugin for remark-breaks
* fix: update package-lock.json
* fix: styling
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* Update linebreaks.ts
* Update index.ts
---------
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2023-09-10 23:11:42 -07:00
Ben Schlegel
78eb93eb85
cleanup: rework cli to allow invoking create and build outside of cli ( #428 )
...
* refactor: move `bootstrap-cli.mjs` tp cli
also update reference in docs
* refactor(cli): move build handler to `cli-functions`
* refactor(cli): move create to handler + helpers
* refactor(cli): extract arg definitions
* refactor: rename handlers and helpers
* refactor(cli): move update, await handlers
* refactor(cli): create constants, migrate to helpers
* refactor(cli): migrate `restore`
* refactor(cli): migrate `sync`
* format
* refactor(cli): remove old imports/functions
* refactor(cli): remove unused imports + format
* chore: remove old log statement
* fix: fix imports, clean duplicate code
* fix: relative import
* fix: simplified cacheFile path
* fix: update cacheFile import path
* refactor: move bootstrap-cli to quartz
* format
* revert: revert path to bootstrap-cli
* ci: re-run
* ci: fix execution permission
2023-08-27 15:59:51 -07:00
Jacky Zhao
29c4087dea
style: fix mulitline callout styling
2023-08-26 10:48:34 -07:00
Hrishikesh Barman
da64b9be3a
feat(plugins): add toml support for frontmatter ( #418 )
...
* feat(plugins): add toml support for frontmatter
Currently frontmatter is expected to be yaml, with delimiter set to
"---". This might not always be the case, for example ox-hugo(a hugo
exporter for org-mode files) exports in toml format with the delimiter
set to "+++" by default.
With this change, the users will be able use frontmatter plugin to
support this toml frontmatter format.
Example usage: `Plugin.FrontMatter({delims: "+++", language: 'toml'})`
- [0] https://ox-hugo.scripter.co/doc/org-meta-data-to-hugo-front-matter/
* fixup! feat(plugins): add toml support for frontmatter
2023-08-25 10:25:46 -07:00
Jacky Zhao
84d4636b07
version bump to 4.0.10
2023-08-24 09:05:19 -07:00
Jacky Zhao
a25bc8a5e4
deps: native addons for lightningcss
2023-08-23 09:19:00 -07:00
Jacky Zhao
c84e823ec7
deps: install exact
2023-08-23 09:16:44 -07:00
Jacky Zhao
bdc4ce1700
deps: esbuild and esbuild-sass-plugin
2023-08-23 09:10:30 -07:00
Jacky Zhao
2a5cfa011f
version bump to 4.0.9
2023-08-22 23:37:02 -07:00
Jacky Zhao
3ad0b250bb
fix: add async-mutex to builds on large vaults
2023-08-20 14:27:44 -07:00
Jacky Zhao
992e4e9704
add engines field
2023-08-20 08:57:56 -07:00
Jacky Zhao
34dbddbd61
impl baseDir option for quartz build --serve for local testing
2023-08-19 18:04:17 -07:00
Jacky Zhao
b5ab38cb7e
fix relative path resolution in router and link crawling
2023-08-16 22:04:15 -07:00
Jacky Zhao
cf18b99937
reverse query param hack to re-add sourcemap support
2023-08-05 17:53:29 -07:00
Jacky Zhao
9868c09f58
more robust error handling, config hotreload
2023-08-05 11:28:09 -07:00
Jacky Zhao
34641d758f
bump mathjax version
2023-08-03 23:36:00 -07:00
Jacky Zhao
0b46a69a53
flag to allow ofm replace in html embed
2023-08-01 22:47:16 -07:00
Jacky Zhao
1ee77893ac
font loading options, optimize css
2023-07-24 21:54:47 -07:00
Jacky Zhao
eaa54b02dd
version bump, update doc
2023-07-23 17:59:44 -07:00
Jacky Zhao
6b99b8abc7
configure prettier
2023-07-22 17:26:03 -07:00
Jacky Zhao
7f571846bb
hot content reload
2023-07-22 16:06:36 -07:00
Jacky Zhao
2c0f21a97d
finish path refactoring, add sourcemap + better trace support
2023-07-15 23:02:12 -07:00
Jacky Zhao
ffb2c9ba57
base path refactor, more docs
2023-07-13 00:19:35 -07:00
Jacky Zhao
33c8c9c5f6
docs + various polish
2023-07-09 19:32:24 -07:00
Jacky Zhao
8f76cc5768
handle dates as tags
2023-07-06 18:45:38 -07:00
Jacky Zhao
3fc81b705f
basic docs, remove publish, add quartz create
2023-07-05 00:16:06 -07:00
Jacky Zhao
7e901087d0
update package
2023-07-04 18:08:36 -07:00
Jacky Zhao
1547c8af0d
fix indexing causing main thread freeze, various polish
2023-07-04 10:08:32 -07:00
Jacky Zhao
bcebc20808
rss + sitemap
2023-07-01 13:35:27 -07:00
Jacky Zhao
1c7b5c88d8
basic search implementation
2023-06-19 20:37:45 -07:00
Jacky Zhao
2a9ed21823
local and global graph
2023-06-18 10:47:07 -07:00
Jacky Zhao
d5b51a8e29
popovers
2023-06-17 16:05:46 -07:00
Jacky Zhao
9a1f0b48b4
refactor plugins to be functions instead of classes
2023-06-11 23:26:43 -07:00
Jacky Zhao
8e36d2a677
add flamethrower router
2023-06-07 22:38:45 -07:00
Jacky Zhao
4f2a91da13
update spinners
2023-06-04 13:37:43 -04:00
Jacky Zhao
7b5df46f1c
inline scripts
2023-06-03 15:07:19 -04:00
Jacky Zhao
894c7ff4e7
heading linking
2023-06-01 19:48:38 -04:00
Jacky Zhao
428833aeec
syntax higlighting
2023-06-01 19:05:14 -04:00
Jacky Zhao
51e26ecb4e
scss support
2023-06-01 17:35:31 -04:00
Jacky Zhao
5154dbca4e
obsidian flavored markdown support
2023-06-01 12:33:20 -04:00
Jacky Zhao
2d3b816c44
rendering, link resolution, asset copying
2023-05-31 17:01:23 -04:00
Jacky Zhao
62d0c4bd1a
plugin integration round 2
2023-05-30 08:02:20 -07:00
Jacky Zhao
70a05fccd5
base setup
2023-05-28 17:44:08 -07:00