myWebsite

Built with Hugo and a modified version of the risotto theme.
Log | Files | Refs

index.html (6595B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 
      4     <head><title>Make Your 2nd Brain Foss &ndash; Fedor_Vinogradov</title>
      5 <meta name="description" content="I prefer matrix over anything.">
      6 
      7 <meta name="viewport" content="width=device-width, initial-scale=1">
      8 <meta charset="UTF-8"/>
      9 
     10 
     11 
     12 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
     13 
     14 
     15 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css" integrity="sha512-IW0nhlW5MgNydsXJO40En2EoCkTTjZhI3yuODrZIc8cQ4h1XcF53PsqDHa09NqnkXuIe0Oiyyj171BqZFwISBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
     16 
     17 
     18 <link rel="stylesheet" href="https://fedorvin.com/css/palettes/nord-dark.css">
     19 <link rel="stylesheet" href="https://fedorvin.com/css/risotto.css">
     20 <link rel="stylesheet" href="https://fedorvin.com/css/custom.css">
     21 
     22 
     23 
     24 
     25 
     26 
     27 
     28 
     29 
     30 
     31 </head>
     32 
     33     <body>
     34         <div class="page">
     35 
     36             <header class="page__header"><nav class="page__nav main-nav">
     37     <ul>
     38       <li class="nomarker"><h1 class="page__logo"><a href="https://fedorvin.com/" class="page__logo-inner">Fedor_Vinogradov</a></h1></li>
     39     
     40     
     41     <li class="main-nav__item"><a class="nav-main-item" href="https://fedorvin.com/projects/" title="">Projects</a></li>
     42     
     43     <li class="main-nav__item"><a class="nav-main-item" href="https://fedorvin.com/posts/" title="">Posts</a></li>
     44     
     45     </ul>
     46 </nav>
     47 
     48 </header>
     49 
     50             <section class="page__body">
     51     <header class="content__header">
     52         <h1>Make Your 2nd Brain Foss</h1>
     53     </header>
     54     <div class="content__body">
     55         <p>I recently finished reading a book by Tiago Forte - &ldquo;Building a Second Brain&rdquo;. I instantly noticed the complete disregard for user privacy and security when it came to choosing the right note taking app. So here I will share some better options that actually respect you.</p>
     56 <p>NOTE: some of the apps are mentioned on the official website of the book, but there is no accent on them being FOSS.</p>
     57 <h2 id="note-taking-apps">Note taking apps</h2>
     58 <ul>
     59 <li>
     60 <p><strong><a href="https://joplinapp.org/">Joplin</a></strong> - Has loads of great integrations with different systems. Has support of types of devices.</p>
     61 </li>
     62 <li>
     63 <p><strong><a href="https://affine.pro/download">Affine</a></strong> - Integrates AI features, has an interactive board, but not phone app (yet)</p>
     64 </li>
     65 <li>
     66 <p><strong><a href="https://www.zettlr.com/">Zettlr</a></strong> - arguably the most professional tool in this list. It Uses regular markdown, making it extremely versitile. Sadly doesnt have a phone app</p>
     67 </li>
     68 <li>
     69 <p><strong><a href="https://notesnook.com/">Notesnook</a></strong> - A modern and advanced knowledge collection tool. Is in <strong>very</strong> active development. New versions are made multiple times a month. Marketed as a FOSS evernote alternative</p>
     70 </li>
     71 <li>
     72 <p><strong><a href="https://f-droid.org/packages/io.github.quillpad">Quillpad</a></strong> - Very simple and straight forward phone note taking app.</p>
     73 </li>
     74 <li>
     75 <p><strong><a href="https://logseq.com/">logseq</a></strong> - Arguably the best app for the 2nd brain setup. Uses a slightly strange version of markdown, but that allows for extremely productive and efficient workflows and great project planning, thanks to an infinite canvas board that is fully integrated with the rest of the notes.</p>
     76 </li>
     77 <li>
     78 <p><strong><a href="https://github.com/gsantner/markor">Markor</a></strong> -  my 2ndBrain app of choice (on phone). Its a very minimal, and to the point app that doesnt reinvent the wheel in any way.</p>
     79 </li>
     80 </ul>
     81 <h2 id="todo-apps">Todo apps</h2>
     82 <ul>
     83 <li>
     84 <p><strong><a href="https://tasks.org/">Tasks.org</a></strong> - Feels like a modern and polished todo tool with many built in sync options (even the proprietary ones)</p>
     85 </li>
     86 <li>
     87 <p><strong><a href="https://github.com/tmaegel/ntodotxt">ntodotxt</a></strong> - Personal todo app of choice. uses the <a href="https://github.com/todotxt/todo.txt">todo.txt</a> format</p>
     88 </li>
     89 <li>
     90 <p><strong><a href="https://github.com/ransome1/sleek">Sleek</a></strong> - another app that uses <a href="https://github.com/todotxt/todo.txt">todo.txt</a> format</p>
     91 </li>
     92 </ul>
     93 <hr>
     94 <p>This list is not complete. If you have any other software to add, or some remarks about software already present, feel free to contact me. on matrix: <a href="https://matrix.to/#/@fedorvin:matrix.org">@fedorvin:matrix.org</a></p>
     95 <p><img src="https://badge.tcblabs.net/api/hc/fedorvin/makeYour2ndBrainFOSS?TextBackgroundColorCode=%232E3440&amp;IconBackgroundColorCode=%234C566A" alt=""></p>
     96 
     97     </div>
     98     <footer class="content__footer"></footer>
     99 
    100             </section>
    101 
    102             <section class="page__aside">
    103                 <div class="aside__about">
    104 <div class="aside__about">
    105     
    106     
    107 <h1 class="about__title">My Socials</h1>
    108 <p class="about__description">I prefer matrix over anything.</p>
    109 </div>
    110 
    111 
    112 <ul class="aside__social-links">
    113     
    114     <li>
    115         <a href="https://git.fedorvin.com" rel="me" aria-label="SourceHut" title="SourceHut"><i class="fa-regular fa-circle" aria-hidden="true"></i></a>&nbsp;
    116     </li>
    117     
    118     <li>
    119         <a href="https://matrix.to/#/@fedorvin:matrix.org" rel="me" aria-label="Matrix" title="Matrix"><i class="fa-regular fa-comment" aria-hidden="true"></i></a>&nbsp;
    120     </li>
    121     
    122     <li>
    123         <a href="/index.xml" rel="me" aria-label="RSS" title="RSS"><i class="fa-solid fa-rss" aria-hidden="true"></i></a>&nbsp;
    124     </li>
    125     
    126     <li>
    127         <a href="mailto:vino-f@pm.me" rel="me" aria-label="Email" title="Email"><i class="fa-regular fa-envelope" aria-hidden="true"></i></a>&nbsp;
    128     </li>
    129     
    130     <li>
    131         <a href="https://linkedin.com/in/fedor-vinogradov-b4454219a" rel="me" aria-label="LinkedIn" title="LinkedIn"><i class="fa-brands fa-linkedin-in" aria-hidden="true"></i></a>&nbsp;
    132     </li>
    133     
    134 </ul>
    135 <hr>
    136                 <div class="aside__content">
    137     <p>Open source software to make your personal notes truly private</p>
    138     
    139         <p>
    140             
    141             2025-03-10
    142         </p>
    143     
    144 
    145     
    146 
    147 		    
    148 		    <nav id="TableOfContents">
    149   <ul>
    150     <li><a href="#note-taking-apps">Note taking apps</a></li>
    151     <li><a href="#todo-apps">Todo apps</a></li>
    152   </ul>
    153 </nav>
    154 		    
    155             </section>
    156 
    157             <footer class="page__footer">
    158 <p class="copyright"></p>
    159 </footer>
    160 
    161         </div>
    162     </body>
    163 
    164 </html>