-
Notifications
You must be signed in to change notification settings - Fork 989
Add 3x extensions #1497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 3x extensions #1497
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -521,3 +521,21 @@ | |
| path: https://github.com/andrewheiss/quarto-wordcount | ||
| author: '[Andrew Heiss](https://github.com/andrewheiss/)' | ||
| description: Quarto extension for calculating accurate word counts | ||
|
|
||
| - name: tabby | ||
| path: https://github.com/coatless-quarto/tabby | ||
| author: '[James Joseph Balamuta](https://github.com/coatless/)' | ||
| description: > | ||
| Quarto Extension for Automatic Language Tabs | ||
| - name: bluesky-comments | ||
| path: https://github.com/coatless-quarto/bluesky-comments | ||
| author: '[James Joseph Balamuta](https://github.com/coatless/)' | ||
| description: > | ||
| Quarto Shortcode Extension to Embed Comments from Bluesky | ||
|
||
| - name: colab | ||
| path: https://github.com/coatless-quarto/colab | ||
| author: '[James Joseph Balamuta](https://github.com/coatless/)' | ||
| description: > | ||
| Quarto Extension to Transform Quarto Documents into Google Colaboratory Notebooks | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With new work on documentation for 1.6 I tried to ordered the extension by name. It is supposed to be visible, by I know this changed compated to before where it was in order.
Could you just move in the right place
colabandtabby?Thanks !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I'll also add in
stamp.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in f29d214.