Coder Social home page Coder Social logo

yousefvand / mathover Goto Github PK

View Code? Open in Web Editor NEW
13.0 2.0 4.0 743 KB

A vscode extension to preview math formulas in comments.

License: MIT License

JavaScript 6.14% Shell 6.81% TypeScript 87.05%
vscode-extension mathematics math latex mathml comments hover

mathover's Introduction

Mathover

Release GitHub issues Average time to resolve an issue GitHub forks GitHub stars GitHub license

A vscode extension to preview math formulas in comments.

  • Works in any document (default: configured for Python).
  • Supports Latex, MathML in either inline or display mode (default: display).
  • Works offline.
  • Caches images.
  • Highly configurable.

How to use

Define a trigger pattern as regex by setting matchRegex and matchRegexFlags in extension configurations.

Default pattern looks for # Math: and interprets whatever after it as math to the end of the line.

Demo

Installing from source

You need to have git and node.js installed. Go to your vscode extension path:

  • Windows %USERPROFILE%\.vscode\extensions
  • macOS ~/.vscode/extensions
  • Linux ~/.vscode/extensions (OSS: ~/.vscode-oss/extensions)

Make sure extension is not already there (remisa.mathover-{version}). Close vscode before running following commands:

# Assuming current path is: ~/.vscode/extensions
git clone https://github.com/yousefvand/mathover.git
cd mathover
npm i
npm run compile

Open vscode and extension is installed (see #1).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.