switching from neuron to emanote #566
-
|
Hi, I am used to I've started with empty I have around 500 files, I am running the server with Thanks for your answers. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
For the links, you want to replace Regarding the filenames, emanote doesn't enforce any particular convention, so you can use Yea, the |
Beta Was this translation helpful? Give feedback.
-
Hey @zoranbosnjak - I'm happy to report that this is now fixed! #570 You can now use just the live server, and don't have to use the statically generated site (unless publishing on the web). It should work swiftly regardless of how many notes you have. If you see performance issues, let me know. |
Beta Was this translation helpful? Give feedback.
@zoranbosnjak
Regarding the live server performance, could you try out #567 and let me know if that improves it on your notebook (of 500+ files)? You can run the command in the PR description.
As for
neuron newreplacement, you may look intozk(see here).zkinteroperates with Emanote, and it too is available through Nix (nix run nixpkgs#zk). I thinkemanote newwould be outside the scope of this project.You can use something like https://github.com/eradman/entr and rerun
emanote genwhen files change. But do also try out the live server with the PR above.