affine

affine 0.26.7

Workspace with fully merged docs, whiteboards and databases

<rendered-html><p>AFFiNE is an open-source, all-in-one workspace and an operating system for all the building blocks that assemble your knowledge base and much more – wiki, knowledge management, presentation and digital assets</p> </rendered-html>

https://affine.pro/
MIT License
programs: affine
Platforms (4)
x86_64-darwinx86_64-linuxaarch64-linuxaarch64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  affine
];
Ad-hoc shell
nix-shell -p affine
Flake (nix run)
nix run nixpkgs#affine