Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
theBenForce committed Feb 28, 2022
1 parent ed73837 commit 94c4eea
Show file tree
Hide file tree
Showing 10 changed files with 809 additions and 66 deletions.
5 changes: 5 additions & 0 deletions .pnpm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"0 debug pnpm:scope": {
"selected": 1
}
}
1 change: 1 addition & 0 deletions icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/solid.min.css" integrity="sha512-6/gTF62BJ06BajySRzTm7i8N2ZZ6StspU9uVWDdoBiuuNu5rs1a8VwiJ7skCz2BcvhpipLKfFerXkuzs+npeKA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/js/solid.min.js" integrity="sha512-wabaor0DW08KSK5TQlRIyYOpDrAfJxl5J0FRzH0dNNhGJbeUpHaNj7up3Kr2Bwz/abLvVcJvDrJL+RLFcyGIkg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<title>Logseq Plugin</title>
</head>
<body>
Expand Down
7 changes: 0 additions & 7 deletions logo.svg

This file was deleted.

14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"name": "logseq-plugin-template-react",
"name": "logseq-plugin-kindle-highlights",
"version": "1.0.0",
"main": "dist/index.html",
"author": "Ben Force",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preinstall": "npx only-allow pnpm"
},
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@logseq/libs": "^0.0.1-alpha.33",
"@mui/material": "^5.4.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-use": "^17.3.1"
Expand All @@ -26,6 +30,7 @@
"@typescript-eslint/parser": "5.12.1",
"@vitejs/plugin-react": "1.2.0",
"conventional-changelog-conventionalcommits": "4.6.3",
"electron": "^17.1.0",
"eslint": "8.10.0",
"eslint-plugin-react": "7.29.2",
"semantic-release": "19.0.2",
Expand All @@ -35,7 +40,8 @@
"windicss": "3.5.0"
},
"logseq": {
"id": "_pengx17-logseq-template-react",
"icon": "./logo.svg"
"id": "thebenforce-kindle-highlights",
"title": "Kindle Highlights",
"icon": "./icon.svg"
}
}
}
Loading

0 comments on commit 94c4eea

Please sign in to comment.