browser extension
https://pinmenote.com
bin | ||
src | ||
.env | ||
.env.development | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.gitmodules | ||
.parcelrc | ||
.prettierrc.json | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
pinmenote-extension
Description
Browser extension
- offline first with p2p in mind
Run
npm run dev
Known issues
linkedin - feed height - big space between elements
- mht saves correctly (all data is present)
- comment line below fixes it
.full-height {
height: 100%!important;
}