:pray: preview markdown files
Role in this project:
Full-stack Developer Contributions:16 releases, 280 commits, 57 PRs in 3 years 9 months
Contributions summary:Max primarily worked on improving the functionality and user experience of the `vmd` application, which previews markdown files. Their contributions included resolving pathing issues, implementing auto-reloading of content on file changes, and resolving relative image paths. The user also set the window title, added a window icon, and integrated syntax highlighting with highlight.js. Furthermore, they added in-page search functionality.
markdownmarkdown-preview
A JavaScript 2D vector class with methods for common vector operations
Role in this project:
Full-stack Developer Contributions:219 commits, 4 PRs, 48 pushes in 3 years 4 months
Contributions summary:Max implemented build scripts and browserify dependencies to create a minified and non-minified build of the JavaScript 2D vector class. They added stub tests using mocha and chai to enable testing of the project. Furthermore, the user added utility methods like toArray() and toObject(), along with documentation to improve the usability and understanding of the vector class. Additionally, the user added several instance methods, like: invertX, invertY and other methods and also added the feature to project onto a given vector.
vectors2d-vectorjavascriptvectorquaternions