Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Privacy
  3. privacy recommendations for a digital journal?

privacy recommendations for a digital journal?

Scheduled Pinned Locked Moved Privacy
privacy
38 Posts 26 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • 4 [email protected]

    To add on to note taking, Obsidian is an open source alternative that is designed for markdown. It also has an in-built vim mode

    E This user is from outside of this forum
    E This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #16

    This is wrong. Obsidian is not open source. It's a closed source app, that uses an open format (i.e. markdown).

    I've seen this often and fallen for it myself, so much so that I think it could be considered an instance of the Mandela Effect xD

    1 Reply Last reply
    1
    0
    • B [email protected]

      I do keep a physical journal on me, and I love it! It’s great for sketching, mapping out thoughts with others, and quick writing on the go, but it doesn’t fit this use case.

      Given the volume of writing I do, I don’t think hand-writing is feasible. The last few years average out to about 2000 words a day, and most of it is done on computers where I can comfortably type for long periods, and much faster than I could write by hand.

      In addition, I need something queryable. Beyond just a ctrl+f search across my notes, I embed all of my notes and store in a vector db so I can group by semantic similarity.

      libb@jlai.luL This user is from outside of this forum
      libb@jlai.luL This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #17

      Given the volume of writing I do, I don’t think hand-writing is feasible.

      I write everything longhand. Many people have been writing entire books longhand, and have been doing it for centuries. And a few of us still do 😉

      The last few years average out to about 2000 words a day, and most of it is done on computers where I can comfortably type for long periods, and much faster than I could write by hand.

      Depends what you want to write, but speed may not be the key elements. Obviously, with tight deadlines from your publisher it may be a valid point but (I'm 50+) along the years I realized I would save more time by writing slowly but then spend less time rewriting/editing (less, as editing is still an essential part).

      All of that to say: sure, digital technology may be a great help but it is not a necessity (unlike what big tech want us to believe). Tolstoy did not use a computer, neither did Flaubert, Shakespeare and Dostoevsky, nor did Nietzsche or Plato (to name just a few authors that have written a lot). It's mostly a question of habits, aka developing the hand, arm and shoulder muscles used to write, and of endurance: the more you will write by hand, the longer you will be able to write without feeling too much fatigue. And of organization—aka, how you take your notes and maybe how your organize them. When I draft a text or take notes on the go, something I do every single day of the year, I use my own shorthand which helps me saves a lot of time. I also organize all my notes (research and personal alike) in an analog system that has been formalized many years ago: Zettelkasten. It works wonders and, in its way, it's easily 'searchable'.

      One last suggestion: using the right writing tool may help a lot in reducing fatigue too. Have you tried using a decent fountain pen (with good quality paper)? But enough about handwriting 😛

      If you're using iCloud, have you activated the optional Apple's Advanced Data Protection? It ensures that no one, supposedly not even Apple can read your files on iCloud.

      For anything digital (I draft longhand but I still need to type the final version), the moment I became privacy-conscious, my solution was to switch from Mac to a Linux PC, with full disk encryption. With This Linux PC there is no tracking and no telemetry (I was horrified to realize the volume of data that was send back to Apple by my Mac, it's easy to test it: install LittleSnitch and tell it to not let apple's services connect to the web. Sure most of it is probably fine. But probably was not enough for me) and I can use VSCodium (a Microsoft-free version of VSCode) for Markdown and LibreOffice Writer for word processing. For cloud storage, I would suggest Filen.io a small German company that offers zero knowledge end-to-end encryption.

      I think many dedicated journaling apps (like DayOne on iOS/Mac) do offer password-protection but I have no idea how reliable it is. I would rather trust some Free/Libre software and the community to tell me what is safe.

      BTW, feel free to come say hi to our small [email protected] community (I'm the admin). As an analog user myself, I would love to have more digital users participating. Well, to be perfectly honest I would love to have more people participating, digital or not 😉

      B 1 Reply Last reply
      1
      0
      • S [email protected]

        Consider installing nextcloud on a private virtual Ubuntu/debian server. You can deploy it via docker or other various ways to make this easy.

        This can essentially grant you full control over your data as long as you trust wherever you host the server. You can install other open source apps on top of it - like only office which can give you live shared file editing like google drive or one drive. Nextcloud even has phone apps which let access.

        If you don’t trust any infrastructure then host it on a laptop, so many reliable used devices can be picked up for cheap.Expand to other devices as you become comfortable.

        Feel free to create accounts for family and people you trust, freeing your community from monopoly.

        Ask ChatGPT for the steps in between. This is my personal set up, feel free to ask me any questions ChatGPT can’t help with, though I may be slow to answer.

        T This user is from outside of this forum
        T This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #18

        What journal app could you run via nextcloud?

        P 1 Reply Last reply
        1
        0
        • B [email protected]

          Hi there! A little background: I write down notes a lot to make up for my bad memory. I’ve been doing this for a few years, and it’s usually a few thousand words a day: some professional, some deeply personal. Because of this, I’m trying to be conscious about keeping these notes private. While I’ve made a few changes along the way to follow better privacy practices, I thought I’d post here and see what other ideas are out there.

          Right now, I have a few thousand markdown files stored in iCloud with end to end encryption. It’s far from a perfect system: ideally I would get away from cloud storage, iCloud is closed source, and there’s no native linux client. While it’s more private, writing entirely on paper isn’t an option: typing is much faster, it’s easier to query, and I can do fun things with this data. I think my next shift is towards using syncthing to maintain copies of these notes across devices, as I often edit from various machines and want to maintain multiple backups.

          Rather than asking directly for proposed solutions, I’ll ask: *What should I be considering? Does the editor I use matter? Does this go down to operating system level? I think the answers are both of these are yes, but I don’t know what else I should be asking myself.

          A This user is from outside of this forum
          A This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #19

          I think you're spot on: Markdown files with SyncThing. That's my setup as well, you just can't beat markdown files as a back-end for flexibility and future-safety in my opinion.

          Some things to consider:

          • Editor: The obvious no-nos are editors with built-in AI support or cloud storage. FOSS editors are highly recommended. If you find a good offline FOSS WYSIWYG-style markdown editor, let us know. I use Neovim myself, but I'm often asked for recommendations by non-geeks.
          • Operating system: You should be fine on MacOS (for now), but Linux is a great option for desktop. Windows is a loose canon with their AI snapshot approach, definitely avoid. What are you syncing to? Mobile devices are a lot more difficult to keep control of.
          • Encrypted devices: Make sure you have full disk encryption on all devices and on all your backups.
          M 1 Reply Last reply
          1
          0
          • B [email protected]

            Thanks a bunch for the suggestion, I will definitely check out Joplin's E2EE syncing. I guess I should have been more specific; I'm looking more for a way to store and synchronize notes, rather than a tool to edit them. Given that my notes are all nearly all text, most of the time I edit notes using vim or vscodium.

            H This user is from outside of this forum
            H This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #20

            I've been looking up a solution myself for years. I ended up with encrypting my note folder with Gocryptfs and synchronize the folder with Syncthing.
            Requires quite the setup at first, but perfectly fits my needs (I also use extensively the terminal).
            On android there is DroidFS to decrypt your synched folder and read the notes in mobile, but I couldn't find a way to edit them.

            1 Reply Last reply
            1
            0
            • B [email protected]

              Hi there! A little background: I write down notes a lot to make up for my bad memory. I’ve been doing this for a few years, and it’s usually a few thousand words a day: some professional, some deeply personal. Because of this, I’m trying to be conscious about keeping these notes private. While I’ve made a few changes along the way to follow better privacy practices, I thought I’d post here and see what other ideas are out there.

              Right now, I have a few thousand markdown files stored in iCloud with end to end encryption. It’s far from a perfect system: ideally I would get away from cloud storage, iCloud is closed source, and there’s no native linux client. While it’s more private, writing entirely on paper isn’t an option: typing is much faster, it’s easier to query, and I can do fun things with this data. I think my next shift is towards using syncthing to maintain copies of these notes across devices, as I often edit from various machines and want to maintain multiple backups.

              Rather than asking directly for proposed solutions, I’ll ask: *What should I be considering? Does the editor I use matter? Does this go down to operating system level? I think the answers are both of these are yes, but I don’t know what else I should be asking myself.

              I This user is from outside of this forum
              I This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #21

              Standard Notes is end-to-end-encrypted, and the local storage can also be encrypted. You set it to send a daily backup to your email (in encrypted format)

              1 Reply Last reply
              1
              0
              • G [email protected]

                Obsidian working with syncthing just fine.

                B This user is from outside of this forum
                B This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #22

                Obsidian is closed source - if I shift away from my current system I’d prefer something open source.

                Out of curiosity, any ideas why so many people around FOSS/linux spaces recommend obsidian, despite it being closed source?

                H A 2 Replies Last reply
                1
                0
                • A [email protected]

                  I think you're spot on: Markdown files with SyncThing. That's my setup as well, you just can't beat markdown files as a back-end for flexibility and future-safety in my opinion.

                  Some things to consider:

                  • Editor: The obvious no-nos are editors with built-in AI support or cloud storage. FOSS editors are highly recommended. If you find a good offline FOSS WYSIWYG-style markdown editor, let us know. I use Neovim myself, but I'm often asked for recommendations by non-geeks.
                  • Operating system: You should be fine on MacOS (for now), but Linux is a great option for desktop. Windows is a loose canon with their AI snapshot approach, definitely avoid. What are you syncing to? Mobile devices are a lot more difficult to keep control of.
                  • Encrypted devices: Make sure you have full disk encryption on all devices and on all your backups.
                  M This user is from outside of this forum
                  M This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #23

                  There's Zettlr and Typora (closed source) for WYSIWYG md.

                  dessalines@lemmy.mlD 1 Reply Last reply
                  1
                  0
                  • B [email protected]

                    Hi there! A little background: I write down notes a lot to make up for my bad memory. I’ve been doing this for a few years, and it’s usually a few thousand words a day: some professional, some deeply personal. Because of this, I’m trying to be conscious about keeping these notes private. While I’ve made a few changes along the way to follow better privacy practices, I thought I’d post here and see what other ideas are out there.

                    Right now, I have a few thousand markdown files stored in iCloud with end to end encryption. It’s far from a perfect system: ideally I would get away from cloud storage, iCloud is closed source, and there’s no native linux client. While it’s more private, writing entirely on paper isn’t an option: typing is much faster, it’s easier to query, and I can do fun things with this data. I think my next shift is towards using syncthing to maintain copies of these notes across devices, as I often edit from various machines and want to maintain multiple backups.

                    Rather than asking directly for proposed solutions, I’ll ask: *What should I be considering? Does the editor I use matter? Does this go down to operating system level? I think the answers are both of these are yes, but I don’t know what else I should be asking myself.

                    K This user is from outside of this forum
                    K This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #24

                    I use whichever editor is convienient at the moment and which I lile the UX of (Micro on a terminal, Pulsar on desktop, Markor on mobile), and commit the markdown files to a privately hosted git server (Forgejo). The git server is backed up regularly.

                    The editor doesn't matter too much as long as it doesn't have spyware and/or AI "features" like vscode.

                    When I'm on the go and need to read or write notes I have a clone of the repo on my phone, and if I absolutely need to pull/push to origin I connect via VPN.

                    I'm not sure how syncthing or similar work with merging different versions of files from different devices, so I've just stuck with git for that reason as well as version control (I make notes about homelab configs and issues so being able to go back is handy).

                    1 Reply Last reply
                    1
                    0
                    • B [email protected]

                      Hi there! A little background: I write down notes a lot to make up for my bad memory. I’ve been doing this for a few years, and it’s usually a few thousand words a day: some professional, some deeply personal. Because of this, I’m trying to be conscious about keeping these notes private. While I’ve made a few changes along the way to follow better privacy practices, I thought I’d post here and see what other ideas are out there.

                      Right now, I have a few thousand markdown files stored in iCloud with end to end encryption. It’s far from a perfect system: ideally I would get away from cloud storage, iCloud is closed source, and there’s no native linux client. While it’s more private, writing entirely on paper isn’t an option: typing is much faster, it’s easier to query, and I can do fun things with this data. I think my next shift is towards using syncthing to maintain copies of these notes across devices, as I often edit from various machines and want to maintain multiple backups.

                      Rather than asking directly for proposed solutions, I’ll ask: *What should I be considering? Does the editor I use matter? Does this go down to operating system level? I think the answers are both of these are yes, but I don’t know what else I should be asking myself.

                      N This user is from outside of this forum
                      N This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #25

                      Quillpad might be of interest.

                      It also syncs with nextcloud

                      1 Reply Last reply
                      1
                      0
                      • B [email protected]

                        Obsidian is closed source - if I shift away from my current system I’d prefer something open source.

                        Out of curiosity, any ideas why so many people around FOSS/linux spaces recommend obsidian, despite it being closed source?

                        H This user is from outside of this forum
                        H This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #26

                        There is an open source alternative called Logseq

                        Joplin would also work

                        F 1 Reply Last reply
                        1
                        0
                        • B [email protected]

                          Obsidian is closed source - if I shift away from my current system I’d prefer something open source.

                          Out of curiosity, any ideas why so many people around FOSS/linux spaces recommend obsidian, despite it being closed source?

                          A This user is from outside of this forum
                          A This user is from outside of this forum
                          [email protected]
                          wrote on last edited by [email protected]
                          #27

                          Obsidian is still recommended because it's a good product, is actively developed, has a strong community, and has good data sovereignty with the markdown backend. It can be easily blocked from internet access (e.g., flatseal) and works fine without internet access. However, Logseq is a good alternative too.

                          O 1 Reply Last reply
                          1
                          0
                          • libb@jlai.luL [email protected]

                            Given the volume of writing I do, I don’t think hand-writing is feasible.

                            I write everything longhand. Many people have been writing entire books longhand, and have been doing it for centuries. And a few of us still do 😉

                            The last few years average out to about 2000 words a day, and most of it is done on computers where I can comfortably type for long periods, and much faster than I could write by hand.

                            Depends what you want to write, but speed may not be the key elements. Obviously, with tight deadlines from your publisher it may be a valid point but (I'm 50+) along the years I realized I would save more time by writing slowly but then spend less time rewriting/editing (less, as editing is still an essential part).

                            All of that to say: sure, digital technology may be a great help but it is not a necessity (unlike what big tech want us to believe). Tolstoy did not use a computer, neither did Flaubert, Shakespeare and Dostoevsky, nor did Nietzsche or Plato (to name just a few authors that have written a lot). It's mostly a question of habits, aka developing the hand, arm and shoulder muscles used to write, and of endurance: the more you will write by hand, the longer you will be able to write without feeling too much fatigue. And of organization—aka, how you take your notes and maybe how your organize them. When I draft a text or take notes on the go, something I do every single day of the year, I use my own shorthand which helps me saves a lot of time. I also organize all my notes (research and personal alike) in an analog system that has been formalized many years ago: Zettelkasten. It works wonders and, in its way, it's easily 'searchable'.

                            One last suggestion: using the right writing tool may help a lot in reducing fatigue too. Have you tried using a decent fountain pen (with good quality paper)? But enough about handwriting 😛

                            If you're using iCloud, have you activated the optional Apple's Advanced Data Protection? It ensures that no one, supposedly not even Apple can read your files on iCloud.

                            For anything digital (I draft longhand but I still need to type the final version), the moment I became privacy-conscious, my solution was to switch from Mac to a Linux PC, with full disk encryption. With This Linux PC there is no tracking and no telemetry (I was horrified to realize the volume of data that was send back to Apple by my Mac, it's easy to test it: install LittleSnitch and tell it to not let apple's services connect to the web. Sure most of it is probably fine. But probably was not enough for me) and I can use VSCodium (a Microsoft-free version of VSCode) for Markdown and LibreOffice Writer for word processing. For cloud storage, I would suggest Filen.io a small German company that offers zero knowledge end-to-end encryption.

                            I think many dedicated journaling apps (like DayOne on iOS/Mac) do offer password-protection but I have no idea how reliable it is. I would rather trust some Free/Libre software and the community to tell me what is safe.

                            BTW, feel free to come say hi to our small [email protected] community (I'm the admin). As an analog user myself, I would love to have more digital users participating. Well, to be perfectly honest I would love to have more people participating, digital or not 😉

                            B This user is from outside of this forum
                            B This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #28

                            Thanks a bunch for the detailed response! That community looks lovely, I joined and will hopefully be active in it in the future.

                            As far as physically writing, maybe big tech has already gotten to me but the idea of writing digital notes is much preferable. I'm sure I could definitely get more comfortable writing by hand and organizing in a zettelkasten, but for the moment I really enjoy markdown. Takes up less space, I can make backups, and I can do fun analysis with my notes. The other day I made a github commit-inspired graph of my writing frequency over time, and I don't see a way I can easily do that with physical notes.

                            1 Reply Last reply
                            1
                            0
                            • B [email protected]

                              I do keep a physical journal on me, and I love it! It’s great for sketching, mapping out thoughts with others, and quick writing on the go, but it doesn’t fit this use case.

                              Given the volume of writing I do, I don’t think hand-writing is feasible. The last few years average out to about 2000 words a day, and most of it is done on computers where I can comfortably type for long periods, and much faster than I could write by hand.

                              In addition, I need something queryable. Beyond just a ctrl+f search across my notes, I embed all of my notes and store in a vector db so I can group by semantic similarity.

                              S This user is from outside of this forum
                              S This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #29

                              That makes a lot of sense.

                              TBH, I would go with a cloud service in your situation. You’re using icloud now and if you can avoid changing away from it you should. Theres a snap (ugh) that purports to do this natively, but even on a nearly 15 year old thinkpad I can spare the clock cycles and memory to bring osx up in a vm and do it normal style.

                              I say a service, and you said you’re interested in syncthing (which is very useful) but I’d stick with icloud or something more like it.

                              I was in a disaster we never thought would happen. My self hosted server was rendered inoperable by it. My offsite backup on the other side of the county was completely destroyed. If it weren’t for cloud backups I’d have lost data. Connectivity was sparse and if I had been privacy focused in the immediate hours I would have recognized then that it was entirely provided by spare bits of dubious infrastructure brought in by the government.

                              Cloud services like bitwarden and icloud saved by butt. They were prepared for this unimaginable situation to a degree I couldnt have been. When I had a dead phone battery and no laptop, both were able to be accessed securely on other people’s computers and public terminals.

                              I wouldn’t worry too much about the privacy aspect. Once you have ADP on in iCloud you’re safe from lawful orders and interception is handled by transport encryption like tls, wireguard or whatever. Your pc is a concern but open source versus closed source isn’t the security panacea people make it out to be.

                              An open source package called winring0 -yes really, it says it in the name- that was abandoned by its developer 15 years or so ago for being a terrible security nightmare was found recently to be in lots of windows rgb drivers shipped by manufacturers today.

                              That is to say, you can’t really protect yourself from manufacturer and maintainer error or maliciousness. You choose to trust them and have to accept what you get until it’s too spicy and the whole system needs to be ripped out and replaced.

                              What I would do for privacy is audit my behavior and set up key (or password!) rotation. It’s easy to make sure your secrets are isolated from each other and regularly changed.

                              If you’re really concerned then make sure you have whole disk encryption (and understand how to recover data from the encrypted disk when the computer it’s attached to fails!). If that doesn’t feel like enough, store your db and any flat files encrypted as well.

                              In short, don’t change your working system. Change the way you interact with that system to meet your new needs.

                              1 Reply Last reply
                              1
                              0
                              • N [email protected]

                                If you don't mind I am curious to hear your reasons. I personally agree with the developer, I think it's a lot of work and doesn't provide a meaningful win. If an attacker has access to the system, there are many other ways they can access your notes even if the notes are encrypted at rest. Based on the thread it sounds like what people actually want is isolation and access control, but I don't think that responsibility should fall on the app developer, it should be handled by a broader system (like Veracrypt, or Flatpak).

                                charger8232@lemmy.mlC This user is from outside of this forum
                                charger8232@lemmy.mlC This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #30

                                If you don’t mind I am curious to hear your reasons.

                                For the same reasons KeePassXC encrypt their databases and Signal got backlash for storing encryption keys in plaintext. Encryption doesn't protect against everything, but it is a big deterrent against many attacks.

                                N 1 Reply Last reply
                                1
                                0
                                • charger8232@lemmy.mlC [email protected]

                                  If you don’t mind I am curious to hear your reasons.

                                  For the same reasons KeePassXC encrypt their databases and Signal got backlash for storing encryption keys in plaintext. Encryption doesn't protect against everything, but it is a big deterrent against many attacks.

                                  N This user is from outside of this forum
                                  N This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #31

                                  KeePassXC and Signal are regarded as security products. Joplin is not, and I doubt the developer wants it to be. If we push for every product developer to bake their own security systems, we will end up with half-baked products and half-baked security.

                                  1 Reply Last reply
                                  1
                                  0
                                  • B [email protected]

                                    Hi there! A little background: I write down notes a lot to make up for my bad memory. I’ve been doing this for a few years, and it’s usually a few thousand words a day: some professional, some deeply personal. Because of this, I’m trying to be conscious about keeping these notes private. While I’ve made a few changes along the way to follow better privacy practices, I thought I’d post here and see what other ideas are out there.

                                    Right now, I have a few thousand markdown files stored in iCloud with end to end encryption. It’s far from a perfect system: ideally I would get away from cloud storage, iCloud is closed source, and there’s no native linux client. While it’s more private, writing entirely on paper isn’t an option: typing is much faster, it’s easier to query, and I can do fun things with this data. I think my next shift is towards using syncthing to maintain copies of these notes across devices, as I often edit from various machines and want to maintain multiple backups.

                                    Rather than asking directly for proposed solutions, I’ll ask: *What should I be considering? Does the editor I use matter? Does this go down to operating system level? I think the answers are both of these are yes, but I don’t know what else I should be asking myself.

                                    N This user is from outside of this forum
                                    N This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #32

                                    I gravitated towards icalendar as a storage format for VJOURNAL entries with Evolution as my primary entry interface.

                                    My workflow evolved over the years, but the earliest goal was to get started writing. Evolution > Memos > New Memo List > "On This Computer". Then write.

                                    In between writing I git-tracked that file then backed up the repository. I played with setting up xandikos to automate those parts (and it worked pretty well) but I stuck with direct file management to keep the writing path clear.

                                    I also use tasks.org on my phone for intake, but I don't do any automatic synchronization. Typically the app serves as a dumping ground, and from time to time (ideally though rarely before it gets weedy) I'll massage those bites into longer form journal entries and clear the inbox.

                                    From there, consumption/review is a free for all. I once converted my VJOURNAL entries to nikola blog entries so I could see them marked up, but I'm part robot and reading the markdown has been fine. I use nikola for other blogging, but the ability to view journal entries in Evolution (or some theoretical other VJOURNAL editor that I haven't been able to find) without having to do anything more than write was appealing. Web based means you could point nutch at it once grep/sed/ack/awk on local files stops scaling. It took a lot of writing to get there, good job!

                                    1 Reply Last reply
                                    1
                                    0
                                    • T [email protected]

                                      What journal app could you run via nextcloud?

                                      P This user is from outside of this forum
                                      P This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #33

                                      Um… I think Joplin allows you specify your own cloud service.

                                      1 Reply Last reply
                                      1
                                      0
                                      • B [email protected]

                                        Thanks a bunch for the suggestion, I will definitely check out Joplin's E2EE syncing. I guess I should have been more specific; I'm looking more for a way to store and synchronize notes, rather than a tool to edit them. Given that my notes are all nearly all text, most of the time I edit notes using vim or vscodium.

                                        P This user is from outside of this forum
                                        P This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #34

                                        I also use Joplin and while it might not look as good as some of the others it is highly customisable. 🙂

                                        1 Reply Last reply
                                        1
                                        0
                                        • B [email protected]

                                          Hi there! A little background: I write down notes a lot to make up for my bad memory. I’ve been doing this for a few years, and it’s usually a few thousand words a day: some professional, some deeply personal. Because of this, I’m trying to be conscious about keeping these notes private. While I’ve made a few changes along the way to follow better privacy practices, I thought I’d post here and see what other ideas are out there.

                                          Right now, I have a few thousand markdown files stored in iCloud with end to end encryption. It’s far from a perfect system: ideally I would get away from cloud storage, iCloud is closed source, and there’s no native linux client. While it’s more private, writing entirely on paper isn’t an option: typing is much faster, it’s easier to query, and I can do fun things with this data. I think my next shift is towards using syncthing to maintain copies of these notes across devices, as I often edit from various machines and want to maintain multiple backups.

                                          Rather than asking directly for proposed solutions, I’ll ask: *What should I be considering? Does the editor I use matter? Does this go down to operating system level? I think the answers are both of these are yes, but I don’t know what else I should be asking myself.

                                          J This user is from outside of this forum
                                          J This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #35

                                          I'll just throw TrilliumNext Notes into the mix.
                                          It's open source, and it can be encrypted.
                                          If you want sync you can selfhost a server too, if not it's local only.
                                          There's an android app too, but i haven't used it.

                                          1 Reply Last reply
                                          1
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups