Scientific Writing — a Quarto extension to aid scientific manuscript writing
#14584
lsbjordao
started this conversation in
Show and Tell
Replies: 1 comment 1 reply
-
|
@lsbjordao Thanks for sharing, this looks really great. You might want to also share it on the quarto.org listing: https://github.com/quarto-dev/quarto-web/tree/main/docs/extensions/listings And also on my Quarto extensions directory which has more advanced filtering/sorting/search features while also powering Quarto Wizard for easy install/updates: https://m.canouil.dev/quarto-extensions/about.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi everyone! 👋
I'd like to share Quarto Scientific Writing, an extension I built to help write cleaner, more rigorous scientific manuscripts. You add a single filter and your rendered HTML turns into an interactive writing reviewer — it annotates the document in the browser with style, structure, and linguistic diagnostics, all computed client-side.
🔗 Repo: https://github.com/lsbjordao/quarto-scientific-writing
✨ What it does
ref.bib, DOI validation via CrossRef, figure/table cross-reference coverage and citation order, and numeric evidence tracking — separating parameterized values (_variables.yml) from hard-coded numbers.lang:.🚀 Install
HTML output only, sensible defaults — nothing to configure to get started.
🧹 Drafting vs. publishing
The review UI is a drafting aid. For the final published version, render a clean, lightweight HTML with none of it:
🔒 Privacy
Everything runs locally by default. The optional NLP CDN, DOI/CrossRef validation, and LanguageTool spellcheck are the only features that reach external services (and the last two are off by default).
It's MIT-licensed and just hit v1.0.0. I'd love feedback, bug reports, and ideas — and PRs are very welcome. Thanks for taking a look! 🙏
Beta Was this translation helpful? Give feedback.
All reactions