Skip to content

Commit

Permalink
Merge pull request #9 from Otto-J/feature/refactor-code
Browse files Browse the repository at this point in the history
feat: Feature/refactor code
  • Loading branch information
Otto-J committed Oct 24, 2023
2 parents 46d3b0d + 9893e80 commit d617b10
Show file tree
Hide file tree
Showing 12 changed files with 589 additions and 410 deletions.
Empty file added .hotreload
Empty file.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) [year] [fullname]
Copyright (c) 2023 Otto-J

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 8 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"id": "sync-to-xlog",
"name": "sync-to-xlog",
"version": "0.1.0",
"id": "sync-to-xlog-local",
"name": "sync-to-xlog-local",
"version": "0.2.0",
"minAppVersion": "0.12.0",
"description": "A plugin let you sync your obsidian vault with xlog",
"description": "Publish your obsidian file to xlog.app",
"author": "Otto-J@github",
"authorUrl": "https://github.com/Otto-J",
"isDesktopOnly": true
"isDesktopOnly": true,
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/ottoj"
}
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "sync-to-xlog",
"version": "0.1.0",
"version": "0.2.0",
"description": "A plugin for Obsidian.md to sync xlog.app",
"main": "main.js",
"scripts": {
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"dev": "npm run lint && vite build --watch",
"dev2": " vite build --watch",
"build": "npm run type-check && vite build ",
"format": "prettier --write src/",
"bumpversion": "node version-bump.mjs && git add manifest.json versions.json",
Expand All @@ -33,12 +34,12 @@
"obsidian": "latest",
"prettier": "^2.8.8",
"tslib": "2.4.0",
"typescript": "4.7.4",
"typescript": "5.2.2",
"vite": "^4.5.0",
"vue": "^3.3.6",
"vue-tsc": "^1.8.19"
},
"dependencies": {
"axios": "^1.5.1"
"crossbell": "^1.9.0"
}
}
Loading

0 comments on commit d617b10

Please sign in to comment.