PineDocs icon indicating copy to clipboard operation
PineDocs copied to clipboard

A fast and lightweight site for viewing files

Results 36 PineDocs issues
Sort by recently updated
recently updated
newest added

Bumps php from 8.1.7-apache to 8.2.0beta2-apache. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=php&package-manager=docker&previous-version=8.1.7-apache&new-version=8.2.0beta2-apache)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps [symfony/yaml](https://github.com/symfony/yaml) from 5.4.3 to 5.4.11. Release notes Sourced from symfony/yaml's releases. v5.4.11 Changelog (https://github.com/symfony/yaml/compare/v5.4.10...v5.4.11) no significant changes v5.4.10 Changelog (https://github.com/symfony/yaml/compare/v5.4.9...v5.4.10) no significant changes Commits 05d4ea5 Merge branch '4.4' into...

dependencies
php

Cleanup some CSS and fix overlap issue on mobile | before | after |:--------:|:-: | ![image](https://user-images.githubusercontent.com/29067904/179854945-e1a6186e-86c1-449c-9c41-46054c5c96c5.png) | ![image](https://user-images.githubusercontent.com/29067904/179854965-e528e081-a8ff-4b31-a1f6-a745c304b120.png)

- Fix assets and links that have paths that go into the parent folder, using `block.attributes.src.value` instead of `block.src` (example: `../something.png`). - Fix when asset isn't stored locally - Closes...

Without it the menu is unreadable on mobile | Before | After | :-------: | :-: | ![image](https://user-images.githubusercontent.com/29067904/184357946-1fd18c0a-b800-42de-8add-537d85fa4261.png) | ![image](https://user-images.githubusercontent.com/29067904/184357986-ed387e6a-fd5d-4f84-b2d2-ad0516ad4e94.png)

Render a markdown file inside a markdown file when doing `![](file.md)` instead of `[](file.md)` ? Considering [mermaid](https://github.com/xy2z/PineDocs/pull/213), [images](https://github.com/xy2z/PineDocs/pull/234), not looping when a file is calling himself, syntax highlight...

Possible with https://github.com/wcoder/highlightjs-line-numbers.js while adding an option in the configuration file to toggle it on or off

Closes #155. - Update hljs to use the plugins - The overlap problem was also present with the mathjax formulas, two birds with one stone - Added an alias "c++"...

Closes #235, closes #236.