Skip to content

Commit

Permalink
Update the build code
Browse files Browse the repository at this point in the history
  • Loading branch information
JT Action Bot committed Sep 12, 2024
1 parent 1c3ae87 commit 933eb36
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 15 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions docs/assets/index.e07d401c.js → docs/assets/index.fb1e8dc4.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="twitter:title" property="og:title" itemprop="title name" />
<meta name="twitter:description" property="og:description" itemprop="description" />
<title>Blog | JankariTech</title>
<script type="module" crossorigin src="/assets/index.e07d401c.js"></script>
<script type="module" crossorigin src="/assets/index.fb1e8dc4.js"></script>
<link rel="stylesheet" href="/assets/index.3457e00e.css">
</head>
<body>
Expand Down
12 changes: 7 additions & 5 deletions docs/src/assets/JoplinWithOcis/JoplinWithOcis.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ The workaround is the "Share via link" function of oCIS. The generated links sup
5. change the permissions to "Anyone with the link can edit"
6. additionally, set a password ![password](/src/assets/JoplinWithOcis/password.png)
7. to configure Joplin, open its synchronization settings and:
1. select "WebDAV" as "Synchronisation target"
2. copy the whole link URL into "WebDAV URL"
3. take the last bit of the link URL (everything after the last `/`) as "WebDAV username"
![joplin settings](/src/assets/JoplinWithOcis/joplinSettings.png)
4. add your password into the "WebDAV password" field
1. select "WebDAV" as "Synchronisation target"
2. copy the last bit of the link URL (everything after the last `/`), this is your "public-link-token"
![public-link-token](/src/assets/JoplinWithOcis/public-link-token.png)
3. compose the "WebDAV URL" like `<ocis-base-URL>/remote.php/dav/public-files/<public-link-token>`
![joplin settings](/src/assets/JoplinWithOcis/joplinSettings.png)
4. use the "public-link-token" as "WebDAV username"
5. add your password into the "WebDAV password" field

DONE!

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 933eb36

Please sign in to comment.