Quarto

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. quarto-cli

    Open-source scientific and technical publishing system built on Pandoc.

    Excellent question.

    My understanding is that Pluto has its own execution engine outside of Jupyter, and so would require the creation of a new "engine" in our codebase. We are a pretty lean team that has other priorities for 2024, but we would very much move to see Pluto running in Quarto.

    There is an open PR right now (https://github.com/quarto-dev/quarto-cli/pull/8645) to add a Julia-native engine to Quarto, from the developers of Makie and we hope to merge that soon. I don't think that will provide instant Pluto support, but it will certainly make it easier for other Julia-native folks to build on.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. hugo-bearblog

    🧸 A Hugo theme based on »Bear Blog«. Free, no-nonsense, super-fast blogging. This theme now includes a dark color scheme to support dark mode 🦉 ⬛️!

    All major browsers supports Mathml now, which means you can type latex and math equations without any need for JS libraries like KaTeX.

    And for your request, I would suggest bearblog template [1] (it is inspired by bearblog itself). It doesn't use any JS and provide minimal way to have a blog (website) and quarto supports hugo specific format that can help. [2]

    [1] https://github.com/janraasch/hugo-bearblog

    [2] https://quarto.org/docs/output-formats/hugo.html

  4. ibis

    the portable Python dataframe library

    The main benefit is that you get a Python (or R, Julia or Rust) interpreter. So you can evaluate code. A good example of the value of this is the Ibis docs which use Quarto: https://ibis-project.org/

  5. quartodoc

    Generate API documentation with quarto

    - Write Python Package documentation with Quarto Doc: https://github.com/machow/quartodoc

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Blogging: org-publish vs ox-hugo? What's your opinion/experience on these 2?

    4 projects | /r/orgmode | 30 Apr 2023
  • What do you need to learn to build a JAMstack site?

    1 project | /r/JAMstack | 13 Feb 2023
  • Chunking strings in Elixir: how difficult can it be?

    1 project | /r/elixir | 4 Jan 2023
  • hugo theme kembang & red rose

    2 projects | /r/gohugo | 28 Dec 2022
  • Building a website? Has anyone done it?

    3 projects | /r/Blind | 26 Nov 2022

Did you know that Python is
the 2nd most popular programming language
based on number of references?