Skip to content

Commit

Permalink
feat: support file suggester mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Quorafind committed Jan 21, 2024
1 parent 439b6fd commit 0cdf6c4
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 48 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "surfing",
"name": "Surfing",
"version": "0.9.1",
"version": "0.9.2",
"minAppVersion": "1.4.0",
"description": "Surf the Net in Obsidian.",
"author": "Boninall & Windily-cloud",
Expand Down
92 changes: 46 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"name": "surfing",
"version": "0.9.1",
"description": "Use surfing to surf the net in Obsidian.",
"main": "main.js",
"scripts": {
"dev": "npm run lint && node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint --fix . --ext .ts",
"prepare": "husky install"
},
"keywords": [],
"author": "Boninall & Windily-cloud",
"license": "MIT",
"devDependencies": {
"@ant-design/icons": "^5.0.1",
"@codemirror/language": "^6.2.1",
"@codemirror/state": "^6.1.2",
"@codemirror/view": "^6.3.0",
"@minoru/react-dnd-treeview": "^3.4.1",
"@mui/icons-material": "^5.11.0",
"@popperjs/core": "^2.11.6",
"@types/node": "^16.11.6",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"antd": "^5.0.5",
"builtin-modules": "3.3.0",
"electron": "^21.0.1",
"esbuild": "0.14.47",
"esbuild-css-modules-plugin": "^2.7.1",
"eslint": "^8.28.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.0",
"monkey-around": "^2.3.0",
"obsidian": "^0.16.3",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-usestateref": "^1.0.8",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
"name": "surfing",
"version": "0.9.2",
"description": "Use surfing to surf the net in Obsidian.",
"main": "main.js",
"scripts": {
"dev": "npm run lint && node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint --fix . --ext .ts",
"prepare": "husky install"
},
"keywords": [],
"author": "Boninall & Windily-cloud",
"license": "MIT",
"devDependencies": {
"@ant-design/icons": "^5.0.1",
"@codemirror/language": "^6.2.1",
"@codemirror/state": "^6.1.2",
"@codemirror/view": "^6.3.0",
"@minoru/react-dnd-treeview": "^3.4.1",
"@mui/icons-material": "^5.11.0",
"@popperjs/core": "^2.11.6",
"@types/node": "^16.11.6",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"antd": "^5.0.5",
"builtin-modules": "3.3.0",
"electron": "^21.0.1",
"esbuild": "0.14.47",
"esbuild-css-modules-plugin": "^2.7.1",
"eslint": "^8.28.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.0",
"monkey-around": "^2.3.0",
"obsidian": "^0.16.3",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-usestateref": "^1.0.8",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
"0.8.15": "1.0.0",
"0.8.16": "1.0.0",
"0.9.0": "1.4.0",
"0.9.1": "1.4.0"
"0.9.1": "1.4.0",
"0.9.2": "1.4.0"
}

0 comments on commit 0cdf6c4

Please sign in to comment.