Skip to content

tex_converter, from ChatGTP to Typora and Qiita, Powered by Streamlit

Notifications You must be signed in to change notification settings

kotai2003/tex_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Here is the revised translation with the "Installation" section removed:


Markdown Converter App

This Markdown Converter App is a Streamlit application that converts ChatGPT-style Markdown documents into a format usable by Typora and Qiita. You can input the original Markdown on the left side, and after pressing the convert button, the converted Markdown will be displayed on the right. This app is particularly effective for converting Markdown documents containing equations.

Access the app here.

Texconverter

Features

  • Simple UI: Provides a clean interface that anyone can use easily.
  • Instant Preview: Allows you to preview the converted Markdown immediately.
  • Equation Conversion: Converts LaTeX-style equations into MathJax-compatible format.

Setup Instructions

To run this app locally, follow these steps:

Prerequisites

  • Python 3.6 or higher
  • pip

Running the App

Start the Streamlit server:

streamlit run app.py

If the browser does not open automatically, please access http://localhost:8501.

Usage

  1. Paste the Markdown document you want to convert into the text box on the left side.
  2. Press the "Convert" button.
  3. The converted Markdown will be displayed on the right, along with a preview as Markdown.

License

This project is released under the MIT License. For details, refer to the LICENSE file.

About

tex_converter, from ChatGTP to Typora and Qiita, Powered by Streamlit

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages