A new age editor for academics who seek freedom and people with cryptography needs in rich text environments.
InfiniTeX is a versatile text editor designed to cater to the needs of academics and professionals who require precision, security, and flexibility in their writing environments. It seamlessly integrates LaTeX editing with WYSIWYG capabilities, offering users a powerful toolset for academic research, technical documentation, and secure content creation.
Key Features:
Dual-editor interface supporting both LaTeX and WYSIWYG modes.
Advanced academic tools, including search functionality, bibliography management, and package handling.
Support for encrypted document storage and editing.
Cross-platform compatibility with native support for Linux, macOS, and Windows.
Open-source architecture, encouraging community contributions and customization.
Audience & Benefit:
Ideal for academics, researchers, writers, and professionals who demand precise formatting, seamless collaboration, and secure document handling. InfiniTeX empowers users to streamline their workflows, enhance productivity, and maintain confidentiality in their work. It is particularly suited for those requiring cryptographic features within rich text environments.
InfiniTeX combines ease of use with robust functionality, making it a reliable choice for anyone looking to balance creativity with technical precision in their writing projects.
README
Infinitex
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.
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:
Compilation and configurations for Mac (probably works, will test soon) and Windows.
Configure auto-updates (work on linux and windows).
Detect latex change and move pdf to that page.
Better memory handling of Ace editor.
Open files with the app without the app being open
Configure KaTeX to take both $math$ and $$math$$ and interpret them accordingly.
Open formula module on math selection at simple.
Roadmap:
Either move to Semantic UI or Material UI beta for performance.
Integration with cloud servicesIPFS for collaboration (working on it).