Karim
3ce6aa49bf
fix(ogImage): update socialImage path to include base URL if defined ( #1858 )
...
* fix(ogImage): update socialImage path to include base URL if defined
* feat(path): add function to check if a file path is absolute
* fix(ogImage): handle absolute paths for user defined og image paths
* docs(CustomOgImages): update socialImage property to accept full URLs
* fix(ogImage): typo
* fix(ogImage): improve user-defined OG image path handling
* Update docs/plugins/CustomOgImages.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* Update quartz/plugins/emitters/ogImage.tsx
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* refactor(path): remove isAbsoluteFilePath function
* fix(ogImage): update user-defined OG image path handling to support relative URLs
* feat(ogImage): enhance user-defined OG image path handling with absolute URL support
* refactor(ogImage): remove debug log for ogImagePath
* feat(path): add isAbsoluteURL function and corresponding tests
* refactor(path): remove unused URL import for isomorphic compatibility
---------
Co-authored-by: Karim H <karimh96@hotmail.com>
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2025-03-21 16:49:56 -07:00
Jacky Zhao
d9159e0ac9
feat: make og images an emitter to properly await image generation ( #1826 )
...
* checkpoint
* make emitters async generators
* fix
* custom font spec
* replace spinner, use disk cache for fonts
* use readline instead
* make og images look nice
2025-03-13 10:27:46 -07:00
Emile Bangma
c6f10b44f6
feat(rss): configurable RSS feed URL ( #1806 )
...
* feat(rss): configurable RSS feed URL
* Update docs/features/RSS Feed.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update docs/features/RSS Feed.md
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2025-03-05 15:54:11 -08:00
sou7
b050162f82
docs(frontmatter): mention dealiasing related fields ( #1715 )
...
* Added to the documentation which values of frontmatter are referenced.
* The source code I was looking at seemed to be out of date and the wrong listings were corrected.
* The list of frontmatter was moved to Frontmatter.md and a link was added.
2025-02-27 16:37:01 -05:00
Jonathan Fung
9a0d919a3b
docs: add Citation plugin & feature pages ( #1772 )
...
* docs: add Citation plugin & feature pages
Discussed and extracted from #1557
* Update docs/features/Citations.md
* Apply suggestions from code review
---------
Co-authored-by: Aaron Pham <Aaronpham0103@gmail.com>
2025-02-25 16:34:37 -05:00
Ammar Alakkad
ef72f1bf70
Fix ObsidianFlavoredMarkdown source link ( #1694 )
2024-12-30 08:03:57 -08:00
Han-Miru Kim
9188939b1f
feat(math): typst support( closes #1568 ) ( #1569 )
...
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
Co-authored-by: Aaron Pham <Aaronpham0103@gmail.com>
2024-11-12 06:42:44 -05:00
Jacky Zhao
6215dd5565
docs: fix roam research docs
2024-09-11 14:45:04 -07:00
Matt Vogel
d2414b3903
feat(markdown): Roam Research flavour ( #985 )
...
* feat: Roam Research flavor markdown
* docs: Roam Research transformer
* use markdownPlugins
* fix roam matching
* cleanup: Roam Plugin
---------
Co-authored-by: Matt Vogel <>
2024-09-11 03:29:07 -04:00
Jacky Zhao
9acaa1c8ac
feat: custom global latex macros ( closes #1325 )
2024-08-08 18:19:45 -07:00
sou7
b37c408985
Fix CreatedModifiedDate.md ( #1281 )
...
Fixed a broken parentheses correspondence for code fragments that appear in the documentation.
2024-07-16 09:08:58 -07:00
Jacky Zhao
965425d54d
docs + chore: cleanup custom sort ordering for folder + tag listings, add docs
2024-07-09 17:55:19 -07:00
Emmanuel Ferdman
aee9145691
fix: update link to hosting page ( #1054 )
...
* fix: update link to hosting page
* chore: update correct path with using alias
---------
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
2024-04-27 21:07:26 -07:00
Race Williams
dd82ab8d79
fix: broken doc links on /plugins/* ( #1053 )
...
* Update Assets.md
* expand fix for every /plugins page
2024-04-03 13:30:41 -07:00
Emile Bangma
e13cafe070
feat: support youtube playlist iframe ( #968 )
...
* feat: support youtube playlist iframe
* chore: updated Youtube embed documentation to include playlists
2024-03-06 09:45:31 -08:00
Emile Bangma
bcb5b2df09
feat(frontmatter): configure max length for description ( #946 )
...
* Sentence length check
* Replace external links with domain name.
* Updated documentation.
* Updated replacement values.
* Updated Regex based on feedback.
* Check description for undefined
* Updated external url transform regex.
* Updated formatting
2024-03-04 09:52:28 -08:00
sventec
bd05950c2d
fix(docs): correct ExplicitPublish as filters instead of transformers ( #953 )
2024-03-03 19:40:42 -05:00
Aaron Pham
2f10da7766
docs: fix tag page oops ( #925 )
2024-02-25 09:00:26 -08:00
Eiko Wagenknecht
1929241a62
docs: update plugin documentation ( #888 )
...
* docs: first few plugins documented
* docs: move plugin info
* docs: move plugin docs to tag based system
* docs: update latex example code snippet
* docs: fix spelling of latex in title
* docs: add missing linebreak
* docs: remove plugin tag from feature pages
* docs: shorten titles
* docs: refine wording
* docs: move plugin details for frontmatter
* docs: add features/* tags
* docs: update latex example
* docs: make references more explicit
* docs: add stubs for the remaining plugins
* docs: more descriptions
* docs: fix feature tags
* docs: descriptions
* docs: new plugin pages
* docs: update configuration page
* docs: more plugin work
* docs: run prettier
* docs: remove comments in config file and add link to docs
* docs: minor fixes
* docs: run prettier
* docs: spelling
* docs: update docs/plugins/AliasRedirects.md
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
* docs: update docs/plugins/Assets.md
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
* docs: update docs/plugins/CNAME.md
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
* docs: update docs/plugins/Static.md
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
* docs: update docs
* docs: update docs/features/Mermaid diagrams.md
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
* docs: update docs/plugins/RemoveDrafts.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* docs: update docs/plugins/Assets.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* docs: update docs/configuration.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* docs: update docs/configuration.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* docs: update docs/configuration.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* docs: some updates
* docs: work in review comments
---------
Signed-off-by: Eiko Wagenknecht <git@eiko-wagenknecht.de>
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2024-02-23 12:07:53 -08:00