telescope VS mdx

Compare telescope vs mdx and see what are their differences.

telescope

A tool for tracking blogs in orbit around Seneca's open source involvement (by Seneca-CDOT)

mdx

Markdown for the component era (by mdx-js)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
telescope mdx
335 99
92 16,682
- 1.5%
6.6 8.7
27 days ago 4 days ago
JavaScript JavaScript
BSD 2-clause "Simplified" 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.

telescope

Posts with mentions or reviews of telescope. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-22.
  • Starchart: Choosing a technology
    5 projects | dev.to | 22 Jan 2023
    Sattelite for the back end
  • Choosing a path
    3 projects | dev.to | 20 Jan 2023
    There are a few places to start with this, one is that we have an issue in Telescope that relates to what I think is the session no longer existing in certain situations that results in a 400. This will give me an opportunity to take a look at Telescopes auth flow. I still am kind of unfamiliar with Telescope despite having been in the last OSD course. I know that we use passport SAML in Telescope however and in the new project we will use a different library called SAMLIFY.
  • Planning: Using Satellite features in Starchart
    3 projects | dev.to | 20 Jan 2023
    The project is currently in the planning phase, and being part of the development team, I have been researching ways to add relevant bits of Satellite in the Remix Blues Stack project, we intend on using for Starchart.
  • Spying on Starchart
    2 projects | dev.to | 17 Jan 2023
    It's been a year since I was supposed to work on Telescope for a class. When the war in Ukraine started in February 24th, 2022, I almost fully stopped contributing. Now, this year I am trying to do more, even though it's not my class anymore. Because I wish that I did more back then.
  • Setup for Telescope
    3 projects | dev.to | 9 Jan 2023
    Task This week, I try to revisit my setup for running the Telescope project, a single page website that aggregates blog posts.
  • telescope-bot: A new user has joined the Telescope community
    3 projects | dev.to | 11 Dec 2022
    Making the slack bot announce signups issue was fun to work, despite the technical difficulties with the e2e tests, when I got close to getting my PR merged. One cannot always rely on technology, as occasional downtime is inevitable.
    3 projects | dev.to | 11 Dec 2022
    My final contribution to an open-source project this year was enabling the existing Slack Bot to announce signups when a new user successfully creates a Telescope account.
  • Building the Frontend of a Progressive Web App Using React
    4 projects | dev.to | 1 Dec 2022
    Seneca-CDOT has many amazing open-source projects to which students are actively contributing - telescope, my-photohub, vscode-extension, and so on - and from those options, I chose to work on My Photohub as I found the idea of storing a picture on a GitHub repo very innovative. It was also a new project and I wanted to be among the first time contributors.
  • Plan for Release 0.4
    4 projects | dev.to | 30 Nov 2022
    https://github.com/Seneca-CDOT/telescope Telescope as the project of the project that's collectively created by Seneca students, I feel that I'm very much obligated to make as much contribution as I could to it. In addition to this, since I spent a lot of time on this project during Release 0.3, I've already gotten more experience with this project, which means that I might find it easier to work on this project than start working on a new project from ground zero.
  • OSD600 - release 0.3 code reviews
    3 projects | dev.to | 20 Nov 2022
    For release 0.3 of my course in Open-Source Development, I was tasked with reviewing two PRs to any of the Seneca telescope or IPC144 repositories.

mdx

Posts with mentions or reviews of mdx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-02.
  • How to Enhance Content with Semantify
    4 projects | dev.to | 2 Mar 2024
    Semantify was made for content creators, marketers, and anyone looking to enhance their long-form written content. Currently only supporting MDX-based content, It automates the enrichment of MDX blog posts by adding AI-generated Q&A sections that summarize the content, and recommendations for semantically similar posts. This not only makes the content more accessible and engaging but also helps in establishing deeper connections between different posts, ultimately keeping the reader engaged for longer periods.
  • No CMS? Writing Our Blog in React
    6 projects | news.ycombinator.com | 12 Feb 2024
    https://mdxjs.com/

    > We thought this would be a no-brainer and that there would be some CMS/SSG libraries out there that made this Markdown conversion process easy and facilitated integration with any number of frontend frameworks.

    You thought correct:

    - NextJS MDX integration: https://nextjs.org/docs/pages/building-your-application/conf...

  • Introducing Content Collections
    4 projects | dev.to | 18 Jan 2024
    The example above uses react-markdown, but you can use any library you want to render the markdown content. You can also use a transform function to modify the markdown content during the build process. Here is an example that uses MDX to compile the markdown content.
  • Creating a static Next.js 14 Markdown Blog - An Adventure
    3 projects | dev.to | 25 Dec 2023
    MDX is a js library that allows us to import a markdown file as a react component and use it anywhere.
  • Nota is a language for writing documents, like academic papers and blog posts
    14 projects | news.ycombinator.com | 19 Oct 2023
  • WYSIWYG for MDX?! Introducing Vrite's Hybrid Editor
    4 projects | dev.to | 18 Oct 2023
    That’s why formats like Markdown (MD) and MDX (MD with support for JSX) are so popular for use cases like documentation, knowledge bases, or technical blogs. They allow you to use any kind of custom formatting or elements and then process the content for publishing. On top of that, they’re great for implementing a docs-as-code approach, where your documentation lives right beside your code (i.e. in a Git repo).
  • Build a blog app with new Next.js 13 app folder and Contentlayer
    2 projects | dev.to | 5 Apr 2023
    MDX
  • Markdown, Asciidoc, or reStructuredText - a tale of docs-as-code
    23 projects | dev.to | 10 Jan 2023
    Last, but certainly not least, among my favorite frameworks is the family of frameworks based on MDX. Before that, let’s understand what is MDX and how does it vary from MD.
  • Blogging with Next.js and MDX: The ultimate combination for dynamic content
    3 projects | dev.to | 9 Jan 2023
    Are you a developer looking to create a blog or personal website that is both easy to maintain and visually appealing? Look no further than using Next.js and MDX!
  • Contentlayer with next/image
    11 projects | dev.to | 4 Jan 2023
    My first reaction was to use MDX and use next/image just as in the example. But that means that we can't use normal markdown images and it turns out that this won't work with contentlayer. This wont work, because Next.js does some magic on the import of the static image. The object which gets returned by the import, contains not only a path to the image, it contains also the width and height, plus a very small version of the image for the blurred placeholder. This magic does not work if the MDX file is loaded with contentlayer, because contentlayer uses its own bundler, which does not know about the import magic for images.

What are some alternatives?

When comparing telescope and mdx you can also consider the following projects:

next-mdx-remote - Load mdx content from anywhere through getStaticProps in next.js

remark-gfm - remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)

astro - The web framework for content-driven websites. ⭐️ Star to support our work!

markdoc - A powerful, flexible, Markdown-based authoring framework.

eleventy 🕚⚡️ - A simpler site generator. Transforms a directory of templates (of varying types) into HTML.

emoji-shortcodes-for-markdown - 1000+ Emoji Finder app for Markdown, GitHub, Campfire, Slack, Discord and more...

pandoc - Universal markup converter

mdx-bundler - 🦤 Give me MDX/TSX strings and I'll give you back a component you can render. Supports imports!

remark-math - plugins to support math

Hugo - The world’s fastest framework for building websites.

SvelteKit - web development, streamlined

remark-html - plugin to add support for serializing HTML