Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ jobs:
cp README.md ${{ env.PLUGIN_NAME }} || true
cp package.json ${{ env.PLUGIN_NAME }} || true
cp SynapseLogo.png ${{ env.PLUGIN_NAME }} || true
cp LICENSE ${{ env.PLUGIN_NAME }} || true
cp LICENSE ${{ env.PLUGIN_NAME }} || true
cp index.html ${{ env.PLUGIN_NAME }} || true
cp lsplugin.user.min.js ${{ env.PLUGIN_NAME }} || true
cp index.js ${{ env.PLUGIN_NAME }} || true
cp icon.png ${{ env.PLUGIN_NAME }} || true

# Create zip
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Synapse for LogSeq</title>
<script src="https://cdn.jsdelivr.net/npm/@logseq/libs@0.0.14/dist/lsplugin.user.js"></script>
<script src="./lsplugin.user.min.js"></script>
</head>
<body>
<div id="app"></div>
Expand Down
8 changes: 8 additions & 0 deletions lsplugin.user.min.js

Large diffs are not rendered by default.