{"id":19892876,"url":"https://github.com/agroudiev/Elements-LaTeX","last_synced_at":"2025-05-02T18:31:54.753Z","repository":{"id":37997610,"uuid":"492272170","full_name":"agroudiev/Elements-LaTeX","owner":"agroudiev","description":"A cross-platform, powerful electron-based LaTeX editor","archived":false,"fork":false,"pushed_at":"2023-06-30T11:26:14.000Z","size":18105,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T04:52:24.699Z","etag":null,"topics":["electron","electron-app","latex","latex-editor","text-editor"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agroudiev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-14T16:42:55.000Z","updated_at":"2025-02-14T18:53:46.000Z","dependencies_parsed_at":"2024-11-12T18:40:10.827Z","dependency_job_id":null,"html_url":"https://github.com/agroudiev/Elements-LaTeX","commit_stats":null,"previous_names":["agroudiev/elements-latex"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agroudiev%2FElements-LaTeX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agroudiev%2FElements-LaTeX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agroudiev%2FElements-LaTeX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agroudiev%2FElements-LaTeX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agroudiev","download_url":"https://codeload.github.com/agroudiev/Elements-LaTeX/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252088634,"owners_count":21692830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","electron-app","latex","latex-editor","text-editor"],"created_at":"2024-11-12T18:25:57.269Z","updated_at":"2025-05-02T18:31:49.744Z","avatar_url":"https://github.com/agroudiev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"assets/logos/icon.png\" alt=\"Elements LaTeX\" width=\"100\" height=\"100\"\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eElements LaTeX\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\nA cross-platform, powerful electron-based LaTeX editor.\n\u003ch5 align=\"center\"\u003eStable release v0.0.3 now available for macOS.\u003c/h5\u003e\n\u003c/div\u003e\n\n\u003cp\u003e\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\n\n[![release badge](https://img.shields.io/github/v/release/red-rapious/elements-latex?color=green)](https://github.com/Red-Rapious/Elements-LaTeX/releases/)\n[\u003cimg src=\"https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png\" alt=\"license\" height=\"20px\"/\u003e](https://creativecommons.org/licenses/by-nc-sa/4.0/)\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003c!--![files count badge](https://img.shields.io/github/directory-file-count/red-rapious/elements-latex)--\u003e\n[![repo size badge](https://img.shields.io/github/repo-size/red-rapious/elements-latex)](https://github.com/Red-Rapious/Elements-LaTeX/)\n[![line count badge](https://img.shields.io/tokei/lines/github/red-rapious/elements-latex)](https://github.com/Red-Rapious/Elements-LaTeX/)\n[![commit activity](https://img.shields.io/github/commit-activity/w/red-rapious/elements-latex?color=green)](https://github.com/Red-Rapious/Elements-LaTeX/commits/master)\n\u003c/div\u003e\n\n## Preview\nThis is the current interface of Elements LaTeX:\n![Current interface screenshot](/assets/screenshots/current_screenshot.png)\n\n## Using Elements LaTeX on macOS\nSimply download [the latest release](https://github.com/Red-Rapious/Elements-LaTeX/releases) and install it. MacOS will probably block the app opening because \"the developper isn't identified\". Until I sign the application with an Apple Developper Account, you can work around by clicking Show in Finder and `Ctrl + click` on the app icon.\n\nTo compile a document, you'll need to have a LaTeX installation. You can download it [on the official website](https://www.latex-project.org/get/), but you can use any other LaTeX installation as long as the `pdflatex` command is available.\n\n## Building the project from source\nStart by [installing `Node.js`](https://nodejs.org/en/download/) and `git` if not already done. Type the following commands to clone the `Elements-LaTeX` repository and install the dependencies:\n\n```\nmkdir elements-latex\ncd elements-latex\ngit clone https://github.com/Red-Rapious/Elements-LaTeX\nnpm install electron -D\n\nnpm install electron-settings -D\nnpm install fix-path@v3.0.0 -D\nnpm install electron-context-menu -D\n```\n\n\u003e Note: this library might be included as a submodule in the future (or using the `electron-pdf-viewer` node package), but you'll need to install it by yourself to build the project in it's current state.\n\nTo do so, download the `PDF.js` library [here](https://github.com/mozilla/pdf.js/releases/download/v2.14.305/pdfjs-2.14.305-dist.zip), and add the extracted `pdfjs` folder in `elements-latex/src/libs`.\n\nFinally, the `code-input` submodules seems to be broken, so you'll need to install a previous version manually. Download the v1.0.3 [release here](https://github.com/WebCoder49/code-input/archive/refs/tags/v1.0.3.zip) and extract it in `elements-latex/src/libs/code-input-1.0.3`. I'll try to fix this submodule issue ASAP, sorry for the inconvenience.\n\nThe final project structure should look as follows:\n\n```\nelements-latex\n│   README.md\n│   ...   \n└─── assets\n└─── src\n|    └─── libs\n|    │   └─── pdfjs\n|    │       └─── build\n|    |       └─── web\n|    │   └─── code-input-1.0.3\n|    │   └─── ... (other submodules)\n└─── node_modules\n└─── ...\n```\n\nThen, to start the project, type:\n\n```\nnpm start\n```\n\n\u003e Note: working with `.tex` files contained in the `elements-latex` folder is not recommended, and can cause diverse issues.\n\nIf you want to build the project, you can lauch:\n\n```\nnpm run build\n```\n\n\u003e Note: this `npm` script uses the `electron-builder` package to build the project: you can install it by launching `npm install electron-builder -D`.\n\n## Developpement status\nCurrently working on v0.0.3: middle phase of developpement. This project is currently paused ; I continue development at some point in the future.\n\n## License\nThis work is licensed under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.\n\n## Contributors\n- \u003cimg src=\"https://github.com/Red-Rapious.png\" alt=\"avatar\" height=\"15px\"/\u003e  [Red-Rapious](https://github.com/Red-Rapious): Project lead and main developer.\n- \u003cimg src=\"https://github.com/Marilabs.png\" alt=\"avatar\" height=\"15px\"/\u003e   [Marilabs](https://github.com/marilabs): Logo creator and UX designer.\n\n## Features list\n| Feature | Status | Planned for |\n| ------- | ------ | ----------- |\n| Resizable panels mechanism | :white_check_mark: | v 0.0.0 |\n| Full interface structure | :white_check_mark: | v 0.0.1 |\n| Create and open a folder/file | :white_check_mark: | v 0.0.1 |\n| Modify and save file efficently | :white_check_mark: | v 0.0.1 |\n| Show generated PDF | :white_check_mark: | v 0.0.1 |\n| Compile file | :white_check_mark: | v 0.0.2 |\n| Syntax highlightning | :white_check_mark: | v 0.0.2 |\n| Quick interface changes buttons | :white_check_mark: | v 0.0.3 |\n| Startup window | :white_check_mark: | v 0.0.3 |\n| Show erros during compilation | :x: | v 0.0.4 |\n| Line numbers | :x: | v 0.0.4 |\n| Interface embellishment | :x: | v 0.0.4 |\n| File structure (inverse search) | :x: | v 0.0.5 |\n| Default templates | :x: | v 0.0.5 |\n| Settings panel | :x: | v 0.0.6 |\n| Integrated git support | :x: | v 0.0.6 |\n| Text editor features (find, ...) | :x: | v 0.0.7 |\n| Autocompletion | :x: | v 0.0.8 |\n\n\n- :white_check_mark: Implemented\n- :large_orange_diamond: In active development\n- :x: Not implemented yet\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagroudiev%2FElements-LaTeX","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagroudiev%2FElements-LaTeX","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagroudiev%2FElements-LaTeX/lists"}