You need to enable JavaScript to run this app.
Hide or Show Notes
Preview notes
Sort by:
Recent
Alphabetic
New Note
Save
Delete
<p hidden /> ===========================>See the power of markdown by checking "Preview notes"<=========================== <h1 style="text-align:center; font-size: 50px;" />Devnote <h2 />A note-taking app for programmers with a focus on markdown and a simple, yet elegant design. --- Writing code in your notes ==feelsgoodman.== ``` js const devNote = "My favorite note taking app!"; function isDevnoteRightForMe(human) { if (human.questions === "Why should I use Devnote over my current note taking app? ") { return "Devnote is an open source note taking app made with developers in mind!"; } else if (human.questions === "Im not a developer, is Devnote for me?") { return "Absolutely, anyone can make their notes better with an extremely minimal amount of markdown syntax. Heck, you could not use markdown at all an your notes will still look better!"; } }; ``` 