Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fixing clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
jplattel committed Apr 17, 2021
1 parent beeb74c commit 6dd9607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/clip-to-new.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
const content = params.get('content') || "Unable get contents of the clip"

// Redirect to open obsidian
window.location.href = `obsidian://new?vault=${vault}&path=${name}&content=${content}`
window.location.href = `obsidian://new?vault=${vault}&file=${name}&content=${content}`
</script>

0 comments on commit 6dd9607

Please sign in to comment.