Skip to content

Commit

Permalink
release: v1.0.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
LincZero committed Oct 26, 2024
1 parent 692de6b commit 7d4fa0d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-node-flow",
"name": "NodeFlow",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "Render node streams like `ComfyUi`, `UE`, `Houdini`, `Blender`, etc., to make it easy to write relevant notes. json describes the chart, compared to screenshots, making it easier to modify later. The plugin is also compatible with blogs.",
"author": "LincZero",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-node-flow",
"version": "1.0.0",
"version": "1.0.1",
"description": "Render node streams like `ComfyUi`, `UE`, `Houdini`, `Blender`, etc., to make it easy to write relevant notes. json describes the chart, compared to screenshots, making it easier to modify later. The plugin is also compatible with blogs.",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions src/NodeFlow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@

和一般的VuePress插件使用方法一样:

1. 和使用普通插件一样,配置插件,在config.ts 中添加/修改 plugins 字段
1. 复制NodeFlowPlugin文件夹到上述目录
2. 和使用普通插件一样,配置插件,在config.ts 中添加/修改 plugins 字段
`import vueflowPlugin from "./plugin/VueFlowPlugin"` 并在plugins列表添加 `vueflowPlugin`
(准确路径:src/.vuepress/plugin/VueFlowPlugin/,路径可以自己改)
2. 复制NodeFlowPlugin文件夹到上述目录
3. 和使用普通mdit插件一样,使用里面的 `index_mdit.ts`

### 依赖问题

Expand Down
2 changes: 1 addition & 1 deletion src/NodeFlow/component/NodeFlowContainerS.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function fn_autoPos(position: string) { RefChild.value.layoutGraph(position) }
<style scoped>
.nf-shell-mini {
width: 100%;
height: 400px;
height: 500px;
border: 1px solid currentColor;
border-radius: 8px;
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ h2[data-v-8021e7da] {
}
.nf-shell-mini[data-v-472359ef] {
width: 100%;
height: 400px;
height: 500px;
border: 1px solid currentColor;
border-radius: 8px;
overflow: hidden;
Expand Down

0 comments on commit 7d4fa0d

Please sign in to comment.