Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import improvements #82

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ root = true
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 2
tab_width = 2
indent_style = space
indent_size = 4
tab_width = 4
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
trailingComma: 'es5'
trailingComma: "es5"
tabWidth: 2
semi: true
singleQuote: true
Expand Down
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "obsidian-clipper",
"name": "Clipper",
"version": "0.2.9",
"id": "obsidian-clipper-dev",
"name": "Obsidian Clipper Beta",
"version" : "0.2.9",
"minAppVersion": "0.15.0",
"description": "This plugin helps you capture highlights from the web.",
"description": "Forked development version.",
"author": "John Christopher",
"authorUrl": "https://github.com/jgchristopher/",
"fundingUrl": "https://www.buymeacoffee.com/jgchristopher",
Expand Down
Loading