face-hh / fextify

A simple text editor written in Rust using Tauri, inspired by Obsidian.
Apache License 2.0
197 stars 14 forks source link

it crash when I try to open #1

Closed lorypelli closed 10 months ago

lorypelli commented 10 months ago

I changed the path in the main.rs file but it crash when I try to open (also, it will be good if you improve it to automatically create a path in our system). In this way, you can give us executable file

face-hh commented 10 months ago

Hey there! I assume you recompiled the program, could you instead try running it under Dev (npm run tauri dev) and send me the error you're getting?

lorypelli commented 10 months ago

Hey there! I assume you recompiled the program, could you instead try running it under Dev (npm run tauri dev) and send me the error you're getting?

there are npm packages with vulnerabilities

lorypelli commented 10 months ago

image

face-hh commented 10 months ago

Create a file in the folder you made called "config.json", fill it with:


{
"opened": [],
"children": []
}
lorypelli commented 10 months ago

Create a file in the folder you made called "config.json", fill it with:

{
"opened": [],
"children": []
}

Can you please make that it does it automatically?

face-hh commented 10 months ago

Create a file in the folder you made called "config.json", fill it with:

{
"opened": [],
"children": []
}

Can you please make that it does it automatically?

I'll try :^)

lorypelli commented 10 months ago

Create a file in the folder you made called "config.json", fill it with:

{
"opened": [],
"children": []
}

Can you please make that it does it automatically?

I'll try :^)

thanks, it will be good if you also find a way to not make us changing the directory

face-hh commented 10 months ago

Fixed in f84cd4b