All notable changes to filament-latex
will be documented in this file.
Full Changelog: https://github.com/thethunderturner/filament-latex/compare/v1.1.0...1.1.1
- Major feature: Adds file upload section by @thethunderturner in #43
In short this release adds possibility to upload files Full Changelog: https://github.com/thethunderturner/filament-latex/compare/1.0.0...v1.1.0
This is the first big release for filament latex. You can generate different latex files, compile them and even download them. You can also preview the pdf! This is just a taste of what is possible, and more features are coming in the near future!
- Feature/resources by @thethunderturner in #1
- Feature/main test by @thethunderturner in #2
- Feature: Textlive by @thethunderturner in #3
- @thethunderturner made their first contribution in #1
Full Changelog: https://github.com/thethunderturner/filament-latex/commits/1.0.0
- Remove useless page
- Moved the pdf compilation from the download action to the compile action
- latex now compiles
- you can download pdf
- now we use pdflatex
- no more live preview
- you can preview the pdf on the right
- Added border around the editor and preview
- Added file upload component (with no functionality)
- Added rounded and not rounded corners for the file upload and latex containers
- Added noted to the NOTES.md
- Creating a record, automatically creates a default .tex file
- Fixed the author component in the form
- Save content in the DB
- code mirror uses content record instead of a template text
- Added download pdf button
- Connected 2 header actions similar to the inline grouped toggle buttons.
- Research on other compilers that support more latex packages and also allow for pdf generation
- latex-pdf template file
- No longer using page, uses resource instead
- Added schema, config
- You can have multiple collaborators and 1 author (who created the document)
- Fixed github actions that were failing
- Fixed navigation icon that was crashing the github actions
- Fixed UI bugs (flickering when typing)
- Can now write latex with codemirror
- UI bugs (WIP)
- Initial release
- Basic functionality