Replies: 6 comments 34 replies
-
See FxmlView. |
Beta Was this translation helpful? Give feedback.
-
An alternative would be to serialize the domain level objects as JSON files. |
Beta Was this translation helpful? Give feedback.
-
To package Java applications in native Windows, Mac OS X or GNU/Linux executables, and generate installers for them, I would recommend JavaPackager. |
Beta Was this translation helpful? Give feedback.
-
How about a Patreon account and a call on the ZKN3 site and social media or something? |
Beta Was this translation helpful? Give feedback.
-
Hi @Elmari , do you still intend to continue the project? If not, what alternative do you use? |
Beta Was this translation helpful? Give feedback.
-
I am a Windows 11 user ever since it came out and it works well with Zkn3 |
Beta Was this translation helpful? Give feedback.
-
(This is a continuation of discussion #408. Feature proposals are based on tickets #197, #207, #224)
Initial situation: The code base of Zettelkasten 3 has become very old and is based on libraries that are partly 12 years old. Due to this and other problems, the code is poorly maintainable.
Idea: The idea is to maintain the current version and fix major bugs. In addition, a version 4 is to be rebuilt from scratch. The functionality of this version will be based on the current and proven version 3, but it will be technologically up to date.
Proposed changes / features for version 4:
Technical proposals:
What I'm not yet sure about is what database we should use. I guess we could stay with the current solution of using xml files. Another, maybe more scalable solution would be to use embedded databases (like sqlite or h2) on a per Zettelkasten base. By doing this, we could reduce the number of xml files that are currently zipped in a zkn3 file to one file.
I'm looking forward to your feedback. Feel free to add things that I forgot or to mention that you have a different opinion about.
Beta Was this translation helpful? Give feedback.
All reactions