tangled
alpha
login
or
join now
treethought.xyz
/
obsidian-atmark
8
fork
atom
AT protocol bookmarking platforms in obsidian
8
fork
atom
overview
issues
pulls
pipelines
fix release perm
treethought
2 months ago
6443d8c1
b9880cab
+4
-1
2 changed files
expand all
collapse all
unified
split
.github
workflows
release.yml
package.json
+3
.github/workflows/release.yml
···
5
5
tags:
6
6
- "*"
7
7
8
8
+
permissions:
9
9
+
contents: write
10
10
+
8
11
jobs:
9
12
build:
10
13
runs-on: ubuntu-latest
+1
-1
package.json
···
1
1
{
2
2
"name": "obsidian-atmark",
3
3
-
"version": "1.0.0",
3
3
+
"version": "0.1.0",
4
4
"description": "Obsidian plugin for AT Protocol bookmark platforms",
5
5
"main": "main.js",
6
6
"type": "module",