All Projects → fetacore → Infinitex

fetacore / Infinitex

Licence: gpl-3.0
A LaTeX and WYSIWYG editor with academic search functionality and other helpful tools

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Infinitex

Fable Elmish Electron Material Ui Demo
Complete boilerplate for Electron apps using Fable and Elmish with hot module reloading, time-travel debugging, etc.
Stars: ✭ 101 (-30.34%)
Mutual labels:  electron-builder, material-ui
Yii2 Quill
Yii 2 implementation of Quill, modern WYSIWYG editor
Stars: ✭ 52 (-64.14%)
Mutual labels:  katex, quilljs
Material Ui Time Picker
A time picker for Material-UI.
Stars: ✭ 126 (-13.1%)
Mutual labels:  material-ui
Ylight Music
Awesome React PWA music streaming app built with Material UI using Youtube API's. Search, Play, Like & Download
Stars: ✭ 141 (-2.76%)
Mutual labels:  material-ui
Katex
Android Katex library to render math Formula faster in android using khanacademy Katex
Stars: ✭ 135 (-6.9%)
Mutual labels:  katex
Devextreme Reactive
Business React components for Bootstrap and Material-UI
Stars: ✭ 1,800 (+1141.38%)
Mutual labels:  material-ui
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (-5.52%)
Mutual labels:  material-ui
Hyperspace
The new beautiful, fluffy client for Mastodon in React + TypeScript
Stars: ✭ 124 (-14.48%)
Mutual labels:  material-ui
React Typescript Electron Sample With Create React App And Electron Builder
React-TypeScript-Electron sample with Create React App and Electron Builder
Stars: ✭ 143 (-1.38%)
Mutual labels:  electron-builder
Editor.md
The open source embeddable online markdown editor (component).
Stars: ✭ 11,741 (+7997.24%)
Mutual labels:  katex
Nextjs Material Kit
NextJS version of Material Kit React by Creative Tim
Stars: ✭ 141 (-2.76%)
Mutual labels:  material-ui
Nitro
An Example of a PWA using Nextjs, Material-UI, Typescript and Auth0 💗
Stars: ✭ 130 (-10.34%)
Mutual labels:  material-ui
Gatsby Starter Lumen
A constantly evolving and thoughtful architecture for creating static blogs.
Stars: ✭ 1,797 (+1139.31%)
Mutual labels:  katex
Ngx Quill Example
demo app for the advanced usage of ngx-quill module
Stars: ✭ 137 (-5.52%)
Mutual labels:  quilljs
Todayx
🌈Flutter App:🎊「今日份的X」(每天推荐一个:图片、诗歌、名言、音乐、乐评、高等数学、两种配色、化学方程式、Github Repo、知乎问题、文章)
Stars: ✭ 128 (-11.72%)
Mutual labels:  material-ui
Vditor
♏ 一款浏览器端的 Markdown 编辑器。
Stars: ✭ 1,742 (+1101.38%)
Mutual labels:  katex
Electron Builder
A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
Stars: ✭ 11,653 (+7936.55%)
Mutual labels:  electron-builder
Linearprogressbar
Material Linear Progress Bar for your iOS apps
Stars: ✭ 131 (-9.66%)
Mutual labels:  material-ui
Blazormaterial
Blazor components implementing Google's Material components for web - https://material.io/components/web
Stars: ✭ 136 (-6.21%)
Mutual labels:  material-ui
Lector
📖 A simple PDF Reader built using Electron and PDF.js
Stars: ✭ 145 (+0%)
Mutual labels:  electron-builder

Infinitex

alt start screenshot

This is my first attempt to write a desktop app with electron and learn the fantastic reactjs library. The editor is far from complete but I use it personally and I wanted to open-source it so that others can help with it.

The one part of the app is a LaTeX editor with search functionality and simplified bibliography and packages handling. The other part is a WYSIWYG editor based on quilljs. The simple part also supports encrypted documents.

I have built it on Debian Linux and I tried on Windows but, like always, everything in there is crappy compared to Linux so I just dropped it. I still have not tested on mac but I plan on doing it soon. Otherwise I expect that the program will be fully functional for anyone who wants to develop it on their mac.

URL for prebuild binaries with autoupdates.

In order to run LaTeX you need to have an installed version of the interpeter like TeXlive, MacTex or MikTex.

To start the process go to the folder, open a terminal there and press

yarn && yarn preminify
npm start

The file Infinitex.jsx is only used for react-dom. The app.jsx file separates the two environments and has width and height event listeners. The grid.jsx file has the LaTeX editor and the editor.jsx file has the WYSIWYG.

To build the minified js you press

npm run minify

To create the executable in a dist folder run (!Attention! This will trigger the minification which takes a lot of time)

npm run dist

Issues:

  1. Compilation and configurations for Mac (probably works, will test soon) and Windows.
  2. Configure auto-updates (work on linux and windows).
  3. Detect latex change and move pdf to that page.
  4. Better memory handling of Ace editor.
  5. Open files with the app without the app being open
  6. Configure KaTeX to take both $math$ and $$math$$ and interpret them accordingly.
  7. Open formula module on math selection at simple.

Roadmap:

  1. Either move to Semantic UI or Material UI beta for performance.
  2. Integration with cloud servicesIPFS for collaboration (working on it).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].