xenops VS exhibitor

Compare xenops vs exhibitor and see what are their differences.

xenops

An editing environment for LaTeX mathematical documents (by dandavison)

exhibitor

Snappy and delightful React component workshop (by samhuk)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
xenops exhibitor
13 6
209 8
- -
0.0 6.8
over 1 year ago 12 months ago
Emacs Lisp TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

xenops

Posts with mentions or reviews of xenops. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-06.
  • Emacs AUCTeX no preview
    1 project | /r/emacs | 24 Jul 2023
  • Is emacs the answer?
    2 projects | /r/emacs | 6 May 2023
    For some really nice LaTeX previews whilst writing, I would recommend Xenops. It will display pretty much all LaTeX equations, environments, tables, figures etc for your whilst you are writing. I use it all the time and love it.https://github.com/dandavison/xenops
  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    I was studying maths as a hobby and made myself a LaTeX editing environment in Emacs with inline rendering of mathematical content: https://github.com/dandavison/xenops

    A handful of other people use it I think but I made it for myself and don't have time to maintain it when I'm not studying maths.

  • Async Start-Process `org-preview-latex-default-process` (Doom Emacs)
    1 project | /r/emacs | 30 Dec 2022
    just use https://github.com/dandavison/xenops
  • Looking for a neovim GUI with image previews
    5 projects | /r/neovim | 9 Aug 2022
    Hi, I really like this package for emacs that allows to preview latex and images directly in the document (not in an extra window): https://github.com/dandavison/xenops.
  • Preview LaTeX equations on *.tex files
    4 projects | /r/emacs | 1 May 2022
    im surprised noone has mentioned https://github.com/dandavison/xenops which does exactly what you're looking for
  • Ask HN: What is your “I don't care if this succeeds” project?
    56 projects | news.ycombinator.com | 10 Feb 2022
    https://github.com/dandavison/xenops

    Mathematical LaTeX editing in Emacs with automatic inline rendering of math, tables, and TiKZ diagrams.

    It's hard to imagine this getting popular because (a) it's Emacs, (b) LaTeX is a pain and Overleaf is pretty nice, (c) I think it would require the Auctex team to want to adopt my implementation, and combine their expertise and code to parse LaTeX math delimiters as reliably as auctex does, (d) I only use and develop Xenops when I'm studying maths, which is not at all now I have a real job again. But Xenops is nice to use.

  • I'm able to take notes in mathematics lectures using LaTeX and Vim
    3 projects | news.ycombinator.com | 7 Nov 2021
    Plug: I recently created a new LaTeX editing environment for Emacs with automatic inline rendering of math, TikZ diagrams, and tables:

    https://github.com/dandavison/xenops

    It creates plain LaTeX files that can be shared with non-Emacs users, but also works with org-mode. Math preview images are SVG by default and are crisp on high res / retina screens.

  • How do I integrate wolframscript?
    1 project | /r/emacs | 4 Oct 2021
    Xenops is a nice package for editing LaTeX and it allows integration with computer algebra systems. I looked at the code and it seems to allow me to use wolframscript (which I think is the free version of the wolfram engine) but whenever I try to run the code in the example, it returns the error no org-babel-execute function for mathematica. When I put (requireob-mathematica)` into the init.el, it says there is no such file or directory. How can I integrate this free version of the wolfram engine?
  • JupyterLab LaTeX – live-editing of LaTeX documents in JupyterLab
    4 projects | news.ycombinator.com | 17 May 2021
    Plug: If you're an Emacs user, I've written an emacs LaTeX editing environment with automatic live rendering of LaTeX math, tables, and TikZ images. The images are rendered asynchronously using emacs-aio.

    https://github.com/dandavison/xenops

exhibitor

Posts with mentions or reviews of exhibitor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-27.
  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    TL;DR: A React front-end component workshop, a simple version of Storybook.

    So around 5 months ago, I needed a tool to preview front-end (React) components whilst I create them for a personal project of mine. There were two options: Storybook or Ladle.

    Storybook is the tool everybody knows. I've used it before quite a lot. It's very big, full-fat, supports loads of use-cases, etc.

    Ladle comes out of Uber. It's very small, lean, and doesn't support that much. After trying it out for a while, it just gives me a feeling like it's a 20% project to learn some new tech.

    So I realised that I wanted something kind of in the middle. Something that's a bit more customizable than Ladle, but something much simpler and less intrusive than Storybook.

    This led me to create Exhibitor (https://github.com/samhuk/exhibitor) (https://demo.exhibitor.dev).

    I worked on it on-and-off for a couple months, and it ended up being something that I'm quite proud of. It's not perfect, and supports only a fraction of what Storybook does, however for a tool made by 1 engineer vs the 20+ for Storybook, I'm quite happy about it!

  • Show HN: Exhibitor – Snappy and delightful React component workshop
    1 project | news.ycombinator.com | 16 Mar 2023
    Exhibitor, a snappy & delightful React component workshop, is GA. My aim is for Exhibitor to be an extremely fast, easy to use, and delightful tool for creating front-end component libraries.

    It's been around 2 months since my last mention and quite a tonne has changed.

    Wiki: https://github.com/samhuk/exhibitor/wiki

  • Show HN: DriftDB is an open source WebSocket back end for real-time apps
    15 projects | news.ycombinator.com | 3 Feb 2023
    Looks interesting. Coincidentally, I've just completed the bulk of work on a distributed Websocket network system to synchronize certain bits of state between multiple clients for my own kind of Storybook tool [0]. How interesting!

    This kind of tool is exactly what I would have needed, instead of the approach I've taken which is a bit kludgy, grass-roots, novice-like, etc.

    Good work :)

    [0] https://github.com/samhuk/exhibitor/pull/22

  • Ask HN: What have you created that deserves a second chance on HN?
    44 projects | news.ycombinator.com | 26 Jan 2023
    I was a bit deflated when my submission about https://github.com/samhuk/exhibitor fell through the HN floor-boards.

    Think Storybook but simpler, faster, better Typescript support, and uses esbuild by default.

    ...Is the aim. I'm the sole lead dev working on it at the moment up against the ~10-20 strong team who built most of Storybook, so it's a long road ahead, but it's growing into something I'm quite proud of and happy about.

  • Show HN: Exhibitor – Snappy, no-fuss, delightful React component workshop
    1 project | news.ycombinator.com | 11 Jan 2023

What are some alternatives?

When comparing xenops and exhibitor you can also consider the following projects:

zenburn-emacs - The Zenburn colour theme ported to Emacs

epub2tts - Turn an epub or text file into an audiobook

org-fragtog - Automatically toggle Org mode LaTeX fragment previews as the cursor enters and exits them

scheme-for-max - Max/MSP external for scripting and live coding Max with s7 Scheme Lisp

KeenWrite - Free, open-source, cross-platform desktop Markdown text editor with live preview, string interpolation, and math.

mqtt-to-kafka-bridge - Move your messages from MQTT to Apache Kafka in real-time :rocket:

notes - Notes about TeXmacs

MLVPN - Multi-link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding)

ShareLaTex - A web-based collaborative LaTeX editor

brethap

JupyterLab - JupyterLab computational environment.

ratarmount - Access large archives as a filesystem efficiently, e.g., TAR, RAR, ZIP, GZ, BZ2, XZ, ZSTD archives