From bbfe58d9949815efd9c61f2e0ce391069912d9ad Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 17 Jun 2019 20:30:16 +0200 Subject: [PATCH] faq page --- FAQ.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..9db7d2d --- /dev/null +++ b/FAQ.md @@ -0,0 +1,15 @@ +# Mac OS support + +Originally, desktop builds of Trilium Notes has been available for Windows & Linux, +but there has been a considerable demand for Mac OS build. + +So I made one, but I underestimated the differences and specifics of Mac platform which seems +to require special handling in several places. My lack of knowledge and frankly +willingness to learn & code Mac specific functionality resulted in a current state +where [Trilium does not integrate well into the OS](https://github.com/zadam/trilium/issues/511). + +Mac OS build is from now on considered "unsupported". I will strive to keep it fundamentally functional, +but I won't work on Mac specific features or integrations. +Note that this is more of an acknowledgment of an existing state rather than sudden change of direction. + +Of course, PRs are welcome. \ No newline at end of file