Abdullah Atta
Abdullah Atta
@MathewSachin What is the status of new .netstandard nuget packages?
@adamjs any update on this?
Tried doing as you suggested. No luck. ```rust sciter::set_library("./lib/libsciter-gtk.so").expect("Invalid library path."); println!("Version: {:?}", sciter::version()); let mut frame = sciter::Window::new(); // let mut root = frame.get_host().get_root().expect("hello"); // set the global to...
No, it's sync everywhere. The `load_file` function loads everything and since I am doing the `console.log` in a different script file which is then loaded from the `main.htm` file, it...
Okay, didn't work. No idea why this is resulting in an error. ```rust // set the global only for this window if let Err(e) = frame.set_variable("svdocument", Value::from("hello, document")) { eprintln!("frame.set_variable:...
Fixed in latest versions. Please update to the latest version.
@den7007 can you try running a force sync? If that doesn't work, try logging in on the web app and see if the tags appear or not.
This issue is linked to Prosemirror. I opened an issue there: https://github.com/ProseMirror/prosemirror/issues/1331
This is already happening.
@Lissy93 We have also open sourced the Notesnook Sync Server: https://github.com/streetwriters/notesnook-sync-server