Giter VIP home page Giter VIP logo

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).

mathover's People

Contributors

yousefvand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mathover's Issues

Bundle extension

I managed to bundle my own transpiled typescript code into one js file (using rollup) but failed to bundle dependencies from node_modules. The published version on vscode marketplace simply contains node_modules from npm i --production without bundling and tree shaking.

If you know how to do that, PRs are welcome.

Katex Markdown

I am curious to know if anyone has used this extension for katex in markdown, and if they have a working regex expression they could share. I have tried a few, but haven't had any success. Thanks.

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.