Looking for a notes app. Must have an android client,support mtls,support attachments and card layout.

Only ones that can do that but with limitation are JTX board and nextcloud notes.

NC notes does not support attachments. JTX board is a journal,task first app and counts on icx protocol which have size limitations

Anyways anyone aware of any app that can do that?

ps: pls don’t suggest to save to local storage and sync that.

pls don’t suggest this app that cant do that but its great.

  • mlaga97@lemmy.mlaga97.space
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    15 days ago

    Must have an android client,support mtls,support attachments and card layout.

    ps: pls don’t suggest to save to local storage and sync that.

    pls don’t suggest this app that cant do that but its great.

    Anyways anyone aware of any app that can do that?

    Nope, you seem to be well aware of the options available to you and there isn’t any one single app that meets all of your requirements, so unfortunately we can’t recommend anything at all to you, per your specific request.

    You’ll have to build it yourself either from scratch or by taking one of the existing open-source tools and adding the missing functionality.

    Looking forward to your pull requests!

  • MasterBlaster@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    15 days ago

    I don’t knowvwhat mtls is, but Joplin has mostvof what you want. It does not have card layout native, but there might be a plugin for that.

  • johntash@eviltoast.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    15 days ago

    Why mtls support specifically? You could use any web based notes app (with PWA) and have the web server / reverse proxy handle the mtls part.

  • Milan@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    15 days ago

    i am not sure how to look mtls up reliably … but overall my highest hopes in quality opensource notes apps are for anytype right now

  • Zeoic@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    13 days ago

    I dont know about mtls, but Obsidian with the Self-Hosted Live Sync community plugin has end to end encrypted sync between any device. There are a ton of plugins to make it capable of doing whatever you want. I have it syncing between Windows, Linux, and Android currently.

    • ᓰᕵᕵᓍ@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      13 days ago

      Yeah I’ve tried that with my webdav mount coz its the obvious thing to do.

      Problem is local notes are exposed to other apps and unencrypted.

      Apps like neutrinote can protect notes in their app sandbox and create a backup mirror in location of choice e.g. a webdav Mount that happens to be behind mtls.

      Syncthing does not offer mtls.

  • shiftymccool@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    14 days ago

    I’ve been looking around for notes apps with similar criteria with the addition of a portable format (markdown prferably) and, ideally, the ability to add images directly from the camera. I landed on GitJournal and backed it with a self-hosted Forgejo server, but this can be any git server. This has the benefit of requiring an ssh key pair for access