TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Standard Notes – A notes app with a focus on longevity, portability, and privacy

673 pointsby mikecarltonover 8 years ago

76 comments

felixriesebergover 8 years ago
Excellent effort! However, it also introduces a _major_ security hole:<p>The Electron Desktop App simply loads an index.html which points at remote JavaScript. That&#x27;s crazy dangerous - if that endpoint gets compromised, nothing keeps the attacker from running `rm -rf &#x2F;` on every user&#x27;s machine.<p>I&#x27;m a member of the Electron maintainers group and fully realize that this is partly on us for not educating better. Remote code should never run with full privileges - consider using a `webview` instead, which can be sandboxed.
评论 #13422521 未加载
评论 #13422604 未加载
评论 #13422737 未加载
评论 #13423573 未加载
bitexploderover 8 years ago
This is a really cool project. I love the spirit of this. I would also mention nvALT has a similar philosophy in terms of file format and supports Markdown and fast searching of notes. Sadly it is closed source and Mac only so it does not have the same overall philosophy (despite the note output being very portable).<p>I feel this will work for a lot of people, especially less technical users. I have settled on Org and or Markdown, to Dropbox if required sync. Emacs and or any other text editor will just works. That said just taking notes in a consistent place and in a consistent format gets you 80% of the way there. Grep and find still work. I almost always end up back there :)<p>Org is its own little world, but I know that I can always edit an Org file on any computer with my preferred editor.<p>I like this trend of back to basics in computing (even if it is running in a web browser on my desktop), its goals are nice.<p>edit:nvalt is open source. Mac only and as others pointed out not updated too regular but I know people who love it.
评论 #13422468 未加载
评论 #13423997 未加载
评论 #13423060 未加载
评论 #13424690 未加载
评论 #13422469 未加载
评论 #13427410 未加载
crazy2beover 8 years ago
Zim[0] (open source) has a lot of these features. It saves your notes as plain markdown files, but has a WYSIWYG editor. You can link between notes. Add pictures, formatting, etc.<p>There is also a huge number of extensions, back when I was doing math stuff I used the LaTeX one pretty often. Another useful one is the calculator extension, which can evaluate simple expressions like 3 * 5 =.<p>Since it&#x27;s just plain markdown files, you can save to Dropbox, git, NFS, or anything else really. There&#x27;s even a built-in plugin to automatically commit to git periodically (useful for standalone notebooks, since you don&#x27;t really want to be opening git manually).<p>I&#x27;ve yet to find anything better, although I do wish it had better support for &quot;anonymous&quot; notes. That is, notes that I don&#x27;t really feel like organizing or naming.<p>[0] <a href="http:&#x2F;&#x2F;www.zim-wiki.org&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;www.zim-wiki.org&#x2F;index.html</a>
评论 #13422847 未加载
okhudeiraover 8 years ago
Related, here&#x27;s a post by the author [1] about Evernote which sheds light on why he went about making this. Interesting read.<p>[1] <a href="https:&#x2F;&#x2F;medium.com&#x2F;@mobitar&#x2F;evernote-is-what-happens-when-you-mix-vc-with-a-notes-app-8a6a9ce5a9c5#.nz37bg7pd" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@mobitar&#x2F;evernote-is-what-happens-when-yo...</a>
评论 #13422500 未加载
评论 #13422526 未加载
评论 #13425354 未加载
autocorrover 8 years ago
With a lot of notes and lists in Google Keep, I always wonder when Google will kill it like Reader. So, I&#x27;m really behind projects like this focusing on openness and durability. I hope it&#x27;s a success!<p>I do academic research as a grad student and it&#x27;s very reassuring to know that if my office doesn&#x27;t burn down or get ransacked, that my pen-and-paper research notebooks will be there for reference to see what I did on a past project. It was an exceptionally cool experience when visiting the NRAO[1] Archives[2] to pick up and read 70+ year old research notebooks from pioneering astronomers. It seems like it would take a great deal of vigilance to make digital notes endure for that long.<p>However, digital notes are useful, especially for brain dumping something quickly, so I&#x27;ve settled on vimwiki[3] in a git repository. They&#x27;re just markdown utf-8 textfiles in a folder hierarchy, and I figure vim and vimscript extensions are pretty darn future proof. It&#x27;s also useful when traveling and being given a guest Linux work station to use that it doesn&#x27;t require admin privileges to get working: just git clone the vimwiki repo into ~&#x2F;.vim and clone the notes repo.<p>[1] <a href="https:&#x2F;&#x2F;www.nrao.edu" rel="nofollow">https:&#x2F;&#x2F;www.nrao.edu</a><p>[2] <a href="https:&#x2F;&#x2F;www.nrao.edu&#x2F;archives&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nrao.edu&#x2F;archives&#x2F;</a><p>[3] <a href="https:&#x2F;&#x2F;github.com&#x2F;vimwiki&#x2F;vimwiki" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vimwiki&#x2F;vimwiki</a>
评论 #13423325 未加载
评论 #13424284 未加载
moonlighterover 8 years ago
Quiver is another awesome note taking app, native and superfast on macOS:<p><a href="http:&#x2F;&#x2F;happenapps.com" rel="nofollow">http:&#x2F;&#x2F;happenapps.com</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;HappenApps&#x2F;Quiver&#x2F;wiki&#x2F;Getting-Started" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;HappenApps&#x2F;Quiver&#x2F;wiki&#x2F;Getting-Started</a>
评论 #13424170 未加载
评论 #13424096 未加载
评论 #13426725 未加载
评论 #13425047 未加载
sapeienover 8 years ago
What&#x27;s wrong with good old notepad.exe and *.txt files? Notepad (nano, ed, other lightweight editors) has a quality that this doesn&#x27;t: unstructured text. When writing I don&#x27;t want to think about metadata, I just want to write, not think about titles, tags, etc. One could probably infer a title based on the first line. I think forcing structured data input is the wrong approach and it is better to use NLP or other methods of inference.<p>On a technical level, this seems to be a desktop web app which is overkill for a simple text editor. Compare its performance to notepad.exe which ran fine on machines from decades ago.
评论 #13425745 未加载
评论 #13425296 未加载
barrkelover 8 years ago
I use my own notepad app - ScratchPad[1] - to solve a similar problem with a slightly different emphasis.<p>I wasn&#x27;t concerned with privacy, but very concerned with longevity, portability, and <i>history</i>. My app auto-saves every few seconds, and records a log of the diff. The log tracks the entire edit history of the file, so you can follow the evolution of the document, undo changes, whatever.<p>Logged revisions also effectively ends up as a text collapsing function - just keep the first line or so of a block of text and delete the remainder, and then when you want to open up that block of text again, just scroll back in the history.<p>I&#x27;ve been using it for years on Windows and Linux. I haven&#x27;t yet had a need to port it to OS X. I keep my notes in Dropbox for distribution and so I can access them on my phone. If the text file is edited out of sync with the log, the next time the file is opened inside scratchpad, it simply records a diff between the new state and the expected state from the log.<p>The format is just plain text. No fancy formatting. It&#x27;s set up to use Dina, as that&#x27;s my default font on all my systems.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;barrkel&#x2F;scratch" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;barrkel&#x2F;scratch</a>
评论 #13423688 未加载
corbinpageover 8 years ago
Reminds me of Simple Note, which I&#x27;ve been using ever since Evernote became slow and bloated (<a href="https:&#x2F;&#x2F;simplenote.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simplenote.com&#x2F;</a>).
评论 #13422427 未加载
评论 #13423831 未加载
评论 #13423765 未加载
评论 #13422387 未加载
Semiapiesover 8 years ago
I <i>like</i> the broad idea, and I appreciate their making this open, but this design leaves me cold. It&#x27;s basically a Notational Velocity with central servers and one of those clumsy toggle-to-preview Markdown interfaces.<p>Between stuff like this and Workflowy, I think there&#x27;d be a market for a cloud-based version of org-mode with nice, non-Emacsy front ends that supported the key org-mode capabilities.
评论 #13423331 未加载
评论 #13423974 未加载
tylercubellover 8 years ago
&gt; What I write is important to me. I want to be able to read it fifty years from now. A hundred years from now. So where do I go? Apple Notes? Google? Other private, short-lived, growth-oriented companies? No. What we need is something that focuses on durability and not growth.<p>I know HN is for the tech crowd, but can I suggest something so simple it sounds stupid? If you want to read your notes 50 years from now use a pen and paper. Go ahead, downvote away. Yes, you won&#x27;t be able to index them and search them and yadda yadda yadda but you&#x27;re writing _notes_, not full-fledged documents.<p>What is a note? &quot;A brief record of facts, topics, or thoughts, written down as an aid to memory.&quot; according to Google.<p>I keep a small Moleskine notebook and a pen with me to write down notes and ideas. James Altucher uses a waiter&#x27;s pad. It works just fine. I know it&#x27;s a radical thing to say but technology isn&#x27;t always the solution to our problems.
评论 #13423720 未加载
评论 #13423447 未加载
评论 #13423380 未加载
评论 #13423314 未加载
评论 #13425020 未加载
评论 #13425182 未加载
评论 #13426342 未加载
评论 #13423340 未加载
评论 #13423448 未加载
评论 #13425059 未加载
评论 #13423284 未加载
评论 #13423590 未加载
评论 #13424369 未加载
asciimoover 8 years ago
I have settled on Google Keep for my note-taking, for ease of use and durability. I like that Standard Notes is similar, but adds privacy and the option for self-hosting. Being open source and extensible is a bonus!
评论 #13422329 未加载
评论 #13422175 未加载
评论 #13432662 未加载
评论 #13426908 未加载
评论 #13422709 未加载
xolbover 8 years ago
For ones like me that never heard about AppImage before (shame on me), you just need to &quot;chmod a+x file.AppImage&quot;, then execute as a normal (.&#x2F;) [0].<p>[0] <a href="http:&#x2F;&#x2F;appimage.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;appimage.org&#x2F;</a>
评论 #13422445 未加载
sudostephover 8 years ago
Love it so far! I&#x27;m going to play around with hosting my own server, looks like the current one is here? <a href="https:&#x2F;&#x2F;github.com&#x2F;standardfile&#x2F;ruby-server&#x2F;tree&#x2F;master" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;standardfile&#x2F;ruby-server&#x2F;tree&#x2F;master</a><p>A couple things that could be useful: 1. Add version tags to the git repo, that way I don&#x27;t have to wonder what&#x27;s changed between deploys 2. Official standard notes docker image or dockerfile in repo 3. CloudFormation or Terraform template link in the README would really sweet.<p>Actually... If I can finish up the work I&#x27;m actually supposed to be doing I can send you some of this stuff later...<p>Noticed you&#x27;re using AWS. Everything looks great, but now that you&#x27;re getting serious traffic you may want to pre-emptively sign up for business support (if you haven&#x27;t already), I noticed they give you a free month for the &quot;self-starter&quot; startup pack: <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;activate&#x2F;self-starters&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;activate&#x2F;self-starters&#x2F;</a> . I used to work for AWS Support, I&#x27;m not affiliated any more, but there is a huge difference in response times, also the chat and phone call options are much faster, and you can really ask about anything not just specific problems (architecture guidance, best practices).
评论 #13424061 未加载
diimdeepover 8 years ago
Seems like this project doesn&#x27;t offer much at moment except cool name.<p>I use flat files in markdown since 2010 with Sublime Text with extensions: MarkdownEditing, Table Editor<p>All power of Sublime Text, Super fast full text search, Full index of all header sections in all files trough Cmd+Shift+R, Full index of all file names trough Cmd+P<p>---------------------------------------<p>$ cd ~&#x2F;Dropbox&#x2F;Notes &amp;&amp; cloc .<p>Language | files | blank | comment | code<p>Markdown | 773 | 21229 | 10 | 67758<p>---------------------------------------<p>All that within Dropbox directory, accessible anywhere.<p>There was interesting attempts before... <a href="http:&#x2F;&#x2F;www.acuriousmix.com&#x2F;2014&#x2F;09&#x2F;03&#x2F;designing-a-personal-knowledgebase&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.acuriousmix.com&#x2F;2014&#x2F;09&#x2F;03&#x2F;designing-a-personal-k...</a> <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8270759" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8270759</a>
评论 #13428186 未加载
PaulMestover 8 years ago
I&#x27;ve had serious difficulty[1][2][3] with Apple&#x27;s Notes.app over the past 18 months. So much so that I&#x27;ve written some JXA (Javascript for Automation) code to extract all of my notes to self-contained HTML files.<p>Now that I have 923 notes in HTML files on my hard drive, I can do whatever I want with them. My current plan is to import them into OneNote because they have good app coverage across platforms and they just released what looks like a pretty solid API that lets you import and export notes.<p>Maybe I (or somebody else) can write an importer for Standard Notes to make it easy to switch from Apple Notes?<p>[1] Notes not syncing across devices<p>[2] Search not working at all on Mac<p>[3] Moving subfolders of notes in the app makes the notes completely disappear
评论 #13423682 未加载
dolanyover 8 years ago
This is incredible. I was going to pay a developer to create something like this because I wanted its exact features so badly. A note-taking system that works cross platform with local-encryption. I&#x27;m too happy right now!
epsover 8 years ago
A screenshot or two would be really helpful.
评论 #13422393 未加载
andrewwhartionover 8 years ago
Very nice. Now all I need is the same thing but for all my photos so my kids can dig through them in 30-50 years time, like I can do with my parents&#x27; photos...
评论 #13425193 未加载
评论 #13422394 未加载
评论 #13422399 未加载
评论 #13423960 未加载
评论 #13423543 未加载
评论 #13423056 未加载
noajshuover 8 years ago
I like this idea. It&#x27;s remarkable how bad the Apple Notes apps are. I&#x27;m trying to get started with Standard Notes but running into trouble. Both Standard File servers are down: <a href="https:&#x2F;&#x2F;n3.standardnotes.org" rel="nofollow">https:&#x2F;&#x2F;n3.standardnotes.org</a> <a href="https:&#x2F;&#x2F;n1.standardnotes.co.uk" rel="nofollow">https:&#x2F;&#x2F;n1.standardnotes.co.uk</a>
评论 #13422382 未加载
评论 #13423514 未加载
mcescalanteover 8 years ago
I love the idea of this, but I&#x27;m not a big fan of Electron apps. Simplenote has worked amazingly for me for a few years now and has a nice native application (yes, I know you can&#x27;t host your own server)
buzzybeeover 8 years ago
I want to use this! The UX is giving me some difficulty. First I wondered how to add a tag to a note and eventually discovered that dragging the tag on from the sidebar worked. But now how do I remove the tag?
评论 #13422945 未加载
评论 #13422862 未加载
qwertyuiop924over 8 years ago
Of course, my question is: why this over Org?<p>I don&#x27;t do a ton of notetaking, so it&#x27;s not super relevant to me (I&#x27;m actually largely on pen and paper). But I am curious why this might (or might not) be better.
评论 #13423433 未加载
djhworldover 8 years ago
I use Dropbox Paper for my note taking, it has nice formatting options - although I am acutely aware that Dropbox could drop it at any moment, so something like this suddenly becomes very attractive.
评论 #13422565 未加载
评论 #13422458 未加载
评论 #13423236 未加载
mergyover 8 years ago
Very cool. I left Evernote last month after many years of pro use. I was spinning around and around but ended-up just (last weekend) going with Notes sitting on my personal NextCloud install. Downside currently is the lack of image support, but that fact that I&#x27;m hosting it makes up for that. There is also an Android app.<p><a href="https:&#x2F;&#x2F;apps.nextcloud.com&#x2F;apps&#x2F;notes" rel="nofollow">https:&#x2F;&#x2F;apps.nextcloud.com&#x2F;apps&#x2F;notes</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;stefan-niedermann&#x2F;nextcloud-notes" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stefan-niedermann&#x2F;nextcloud-notes</a><p>Looked at the other options out there and really just wanted to build off my increasing NextCloud footprint on my own server.
评论 #13423077 未加载
评论 #13423152 未加载
tim6754over 8 years ago
Great product. Embedded images and the ability to clip a website like ever note clipper are the two features that I am looking forward to.
edgarvaldesover 8 years ago
For note taking and simple task management, I have cycled through pen and paper, plain text files, taskwarrior [1], hnb [2], ToDoList[3] et cetera. Always looking for the perfect solution. I think it doesn&#x27;t exist as a standalone environment, but as a combination of (synced) app and some pen and paper.<p>[1] <a href="https:&#x2F;&#x2F;taskwarrior.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;taskwarrior.org&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;linux.die.net&#x2F;man&#x2F;1&#x2F;hnb" rel="nofollow">https:&#x2F;&#x2F;linux.die.net&#x2F;man&#x2F;1&#x2F;hnb</a><p>[3] <a href="http:&#x2F;&#x2F;abstractspoon.weebly.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;abstractspoon.weebly.com&#x2F;</a>
评论 #13424081 未加载
评论 #13422608 未加载
评论 #13423283 未加载
cabalamatover 8 years ago
What I use for making notes is my CatWiki program ( <a href="https:&#x2F;&#x2F;github.com&#x2F;cabalamat&#x2F;catwiki" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cabalamat&#x2F;catwiki</a> ).<p>This stores articles in a wiki in Markdown format as files on a local filesystem, enabling:<p>- portability. Any ascii text editor can read the files. One goal of the system is that I can still read the files if the software isn&#x27;t set up (e.g. if installing on a new box).<p>- longevity. Python, Flask and Markdown are not going away any time soon. Even if they do, the files can still be read.<p>- privacy. The files are never transmitted across the network. This is also a disadvantage, of course :-).
评论 #13423167 未加载
majkinetorover 8 years ago
I use gist together with <a href="https:&#x2F;&#x2F;gistlist.ksdev.pl&#x2F;gists" rel="nofollow">https:&#x2F;&#x2F;gistlist.ksdev.pl&#x2F;gists</a> which allows me to tag them. There are number of apps that can allow me offline editing and management such as ruby gem gist.<p>The main benefit is that, as it uses gist, you can use number of markup languages - I have notes in rST, mardkown, textille or as pure &lt;inser_language&gt; scripts with comments.<p>The other main benefit is that I am not locked in and notes are versioned.<p>Besides, you don&#x27;t need any installs for this. I seriously don&#x27;t get why people still make note apps.
fvargasover 8 years ago
Is it possible to use the application without connecting to a Standard File server? The page mentions the ability to use Dropbox &quot;for added redundancy and peace of mind&quot;. But is it possible to use Dropbox as the only storage point? I would prefer to use Dropbox over their server or hosting my own.<p>It seems to me the applications act as clients that allow you to interact with your data. If so, why should it matter where the data is being fetched&#x2F;stored? Why is it necessary to interact with a Standard File server?
评论 #13424407 未加载
mxuribeover 8 years ago
I applaud the authors here on the intent, especially for the aspects of longevity, portability, and privacy. However, the app itself has a bit of a ways to go. I downloaded, and ran it, and then noticed my (Win7) machine run like 4 procs for the single app. I like the concept of electron-based apps, really I do; they&#x27;re just so heavy (machine-resource-wise anyway).<p>Also, it so closely resembles Laverna in UX; not exactly of course, but close enough. I don&#x27;t want to sound so negative, because I honestly do aprreciate the authors for their work here (and again for their noble intent, which I greatly appreciate)...and perhaps I&#x27;m a curmudgeon, but apps like this one and laverna annoy me in the way that its more work getting at the actual data, if - for example, I wish to sync it via other ways (instead of self-hosting, etc.). I try a bunch of these note apps every so often, and I always go back to zim wiki. Yes, zim wiki. Maybe zim wiki is not perfect, its UI is not the most sophisticated, mobile is not its forte, and any sync of its files does depend on another platform&#x2F;service running (e.g. dropbox, etc.), etc....But at least it is based on a conventional text file (with a small DB for indexing&#x2F;search)...and as such, I can really access&#x2F;edit the data now and in the future. I dislike having to think in terms of old school files, but apps nowadays are not wholly reliable; databases get corrupted, internet connections go down, a code defect makes the data in the db inaccessible or not-so-easy to access, etc...Bringing me back always to zim.<p>Again, don&#x27;t mean to be negative, and I applaud the authors for their work...but I&#x27;m heading back to zim wiki.
评论 #13432708 未加载
ytjohnover 8 years ago
I&#x27;m on a macbook, and neither the desktop or web application (under chrome at least) seems to recognize tab. Granted, I want my tab to be a configurable number of spaces, but currently it does nothing. Also, there doesn&#x27;t seem to be any sign of auto indent.<p>Is tab support and auto indent planned? Or is this editor essentially a sort of demo placeholder, with a goal of a different, feature-full editor implementing the standard note synchronization bits?
评论 #13424053 未加载
TbobbyZover 8 years ago
There is also a standard file server software.<p><a href="https:&#x2F;&#x2F;standardfile.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;standardfile.org&#x2F;</a>
评论 #13423211 未加载
pmontraover 8 years ago
I&#x27;ll give it a try as soon as there is an Android app. I&#x27;ll run my own server. I&#x27;ve seen that it&#x27;s a very simple Rails 5 application. It requires MySQL but by a quick inspection of the code it looks like that any db will do. I&#x27;m using PostgreSQL on my server and I&#x27;ll try to make it run with it.
评论 #13425883 未加载
jimwalshover 8 years ago
Always like seeing what people are building for note taking. I&#x27;ve left Evernote for the system provided by the Synology guys. It works really well. Having something you control soup to nuts though would be best. I always worry about using any of these systems and how long I&#x27;ll be able to &#x27;have&#x27; my data.
tveybenover 8 years ago
Perhaps I am missing something - but I am not able to find any support for keyboard shortcuts…!<p>I tested on OS X (&amp; briefly on the WEB), and expected CMD-N to generate a new note, TAB to change focus between tags, notes and the actual note, ESC to dismiss dialogs (the &quot;Server&quot; dialog) etc.<p>It looks as if it&#x27;s 100% mouse-only driven at the moment - but otherwise it would be really nice to use it to store my notes on my own server AND be able to access across iOS, Mac Win etc - so I think there is great potential, but simply so not understand that keyboard shortcuts have not been thought into the application now it&#x27;s a hacker-tool :-)<p>A good place to get inspiration for a web solution using keyboard shortcuts 100% is JIRA. just try to hit &quot;.&quot; - it&#x27;s just brilliant (I quickly got very addicted :-)
jamesratover 8 years ago
There are a few elements missing that I would really love to see. Mostly native image upload support and embedding. Live Markdown preview WYSIWYG editor.<p><a href="http:&#x2F;&#x2F;texts.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;texts.io&#x2F;</a> Came close.<p>I really hope that this project will develop into something better.
评论 #13422321 未加载
评论 #13422804 未加载
评论 #13422249 未加载
bootloadover 8 years ago
The self hosted back-end has a lot of moving parts. Why was the decision made to use code instead of say a text file on EC2 via a simple web server? cf <a href="https:&#x2F;&#x2F;github.com&#x2F;standardfile&#x2F;ruby-server&#x2F;wiki&#x2F;Deploying-a-private-Standard-File-server-with-Amazon-EC2-and-Nginx" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;standardfile&#x2F;ruby-server&#x2F;wiki&#x2F;Deploying-a...</a><p>Also how easy is it to use the editor API? Could you for instance create an outliner editor?<p>Why was the choice made to take up 2&#x2F;3 screen with tags, filename leaving only 1&#x2F;3 screen for a note. Vim user, so it appears awkward to view RHS of screen coming from a culturally LHS language, English?
评论 #13423114 未加载
richardboegliover 8 years ago
Standard notes looks extremely interesting. You&#x27;ve done an AWESOME job thus far.<p>I&#x27;ve had a brief play with the Web based version on my Android phone. It was a bit of a struggle, but that was to be expected as it wasn&#x27;t designed for that.<p>Initial feedback on tags<p>1) I found it hard to see which tags were associated with a note. Clicking each tag to see what changes is a bit cumbersome and the search didn&#x27;t seem to pick up the tags? I would suggest an additional horizontal bar underneath the body which shows which tags are assigned to a note.<p>2) In the list view of the notes, the tags should be visible too. I realise it can be a bit of a struggle in terms of real estate, but it can be done.<p>I wrote the above before I noticed your comment, so these might be fixed in the future[0]:<p>&gt; I just noticed today that that isn&#x27;t working as intended.<p>&gt; Will be releasing a revamped tags UI very soon that should make all this easier.<p>If you have a wire frame &#x2F; sketch or something which you can post so I can see what you are envisioning for the revised UI that would be great.<p>I&#x27;ve got a UI design in mind which would improve the UX of the app without adding additional complexity.<p>After you&#x27;ve add your tag improvements I might fork and have a go at implementing what I have in mind.<p>Initial feedback on note list<p>3) Needs to have sorting, just like mail client, by date etc..<p>4) Option to specify date&#x2F;time format, currently MM&#x2F;DD&#x2F;Y hh:mm AM&#x2F;PM<p>I&#x27;m a big fan of YYYY-MM-DD HH:MM (Time in 24 hours). If you want to have it standard choose that ;)<p>My initial feedback, is just that, initial. It is the first few things I noticed and does not detract from the AWESOME work you&#x27;ve done so far.<p>Keep up it up!<p>[0]: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=13424055" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=13424055</a>
josephagossover 8 years ago
I&#x27;ve been using Writer+ on Android that I have setup to Resilio sync to my Raspberry Pi.<p>The Raspberry Pi has a script I wrote that runs GIT every minute to check for changes and commit them if so.<p>I also Resilio sync this to any desktop I need and use a Markdown editor called &quot;MarkdownPad&quot; on Windows.<p>With this setup I have version control running all the time from a &#x27;server&#x27; I control and have the ability to view and edit my notes on my phone and desktop using a format that is never going away.<p>Just thought I would post this in case someone wanted to try the same thing.
rrdharanover 8 years ago
Big fan of the approach. Would be a lot easier to use IMO if you could live edit in Markdown rather than having to toggle back and forth between preview mode and editing.<p>Also curious how hard it would be conceptually&#x2F;architecturally to introduce federated sharing and realtime collaboration concepts while maintaining the data-centric approach; e.g. if all docs had GUIDs you could imagine having realtime collab if two people agree on the same server, (or I guess some much crazier P2P discovery thing if you want to get really wild with it).
评论 #13422505 未加载
LorenzoLlamasover 8 years ago
Goodness. Seriously? Another notes &quot;app&quot;? Longevity exists in ASCII text (UTF-8 if you must be a Modernist). Portability exists in simple plain text files. Privacy exists in keeping them on your own blankety-blank drive and backing up your own files somewhere that isn&#x27;t a fluffy cloud. Or back them up there if you want.<p>Oh, now someone will say, but what about photos and images? What about &quot;clippings&quot; from the web? Images are to be in a properly tagged image library. And a dozen software solutions have already solved that. Documents are PDFs or TIFFs or JPGs or.... something like that. Put them in, gasp, a &quot;folder&quot; (&quot;directory&quot; for geeks) and call it something like &quot;documents&quot;.<p>I don&#x27;t know what &quot;notes&quot; people are so desperate to save, but if they are your own ramblings... plain-text. If they are writings, make a folder called &quot;writings&quot;. Use markdown or ReStructured Text if you must, but trust me, the &quot;must&quot; is your must. No one else cares. It will all burn eventually.<p>Plain text will still be here as it has been for four decades. Your app, OneNote, EverNote, NoteyNote, and all the rest will all burn. Or be hacked. Or stolen. Or not be backwards-compatible with whatever new NiftyNote comes along.<p>Plain-text. Stop making these. The problem was solved 40 years ago. Solve something else. Maybe Cancer. Maybe how to install Windows 10 in 3 minutes or less. Maybe public transportation.<p>But for all our sakes, no more Notes apps. You are actually accomplishing the <i>opposite</i> of what you set out to achieve - further distracting people from an ancient standard which works Just Fine For Almost Everyone.<p>By the way, if you are That Guy (you the reader) who thinks your special (said with a lisp) notes deserve better than Plain Text, you probably are wrong.<p>Same with To-Do list apps. Plain-text. Just write down your tasks - and then go do them. Stop prioritizing, colorizing, making &#x27;sub-tasks&#x27;, attaching deadlines, putting time estimates, &quot;sharing&quot; them with others (oh for the love of all things holy, stop sharing anything), and adding javascrap drag and drop junk to it. Either buy Microsoft Project and use that or use Plain Text. There is no in-between - just clutter. Lots and lots of clutter.
评论 #13442547 未加载
haddrover 8 years ago
What&#x27;s the difference between Simplenote or notational velocity?
infectoidover 8 years ago
Can I save notes on my device while in airplane mode and then have them sync when I have a connection again?<p>I don&#x27;t always have an internet connection when I want to make a note or write something.
评论 #13423129 未加载
turdnagelover 8 years ago
This looks great! I&#x27;m still looking for the best replacement for Vesper [<a href="http:&#x2F;&#x2F;vesperapp.co&#x2F;" rel="nofollow">http:&#x2F;&#x2F;vesperapp.co&#x2F;</a>], which the developers abandoned since it wasn&#x27;t making money. It looks like Standard Notes has a lot of the same features, but part of what I loved about Vesper was how _nice_ the interface was. Standard Notes looks good but I&#x27;d love if it had a more Vesper-esque iOS app.
评论 #13423743 未加载
评论 #13422935 未加载
DavideNLover 8 years ago
I never understood why something like this didn&#x27;t exist yet; local encryption, cross-platform sync and open source (i&#x27;d have payed for it.)<p>...just needs a dark theme now :-)
评论 #13422550 未加载
robynsmithover 8 years ago
Really nice effort!<p>It seems really &quot;fast&quot; and it supports markdown! I&#x27;m super happy about this.<p>As a longtime Evernote user, this app is highly comparable. The choice to only allow tags is interesting, and I think I could live with that.<p>That being said, the lack of support for:<p>- Images (I should be able attach an image inline into the document)<p>Would make it difficult for me to switch. That being said, I love the markdown and this is definitely an amazing MVP! Good job!
评论 #13424050 未加载
nimnioover 8 years ago
&quot;If you&#x27;re tech savvy, you can even host your own Standard File server.&quot;<p>This would be a perfect candidate for <a href="https:&#x2F;&#x2F;sandstorm.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sandstorm.io&#x2F;</a>. As far as hosting servers go, I&#x27;m not tech-savvy, but thanks to Sandstorm I&#x27;m hosting my own Git repo, Davros file share, Ghost blog, etc.
spottover 8 years ago
I have been enjoying using Boostnote[0] lately, which is very similar in style to this application, but a little more featureful.<p>I wonder how hard it would be to add the cloud server as a backend to boostnote...<p>[0]<a href="https:&#x2F;&#x2F;github.com&#x2F;BoostIO&#x2F;Boostnote" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;BoostIO&#x2F;Boostnote</a>
emsyover 8 years ago
I started 2 or 3 similar side projects that went nowhere, so my current setup is still an iPhone that stores notes on my private IMAP server and a Thunderbird plugin to edit the notes on my PC. I&#x27;m extraordinarily thankful that this comes to an end. I&#x27;ll gladly donate as soon as they add a donate button.
snowpandaover 8 years ago
This is so great. This and an encrypted calendar are some of the few things I was missing in my daily workflow.
评论 #13422389 未加载
twhbover 8 years ago
I love the idea, I have for a while. I hope to see this project grow. But, without a rich text editor it&#x27;s not the efficient option. I&#x27;ve done Markdown notes before, rich text notes are much faster to read and write. Enough to make me abandon principle and just get it done.
评论 #13422982 未加载
ComodoHackerover 8 years ago
Nice app indeed, but... 100+ MB for a notepad? We really, really need a lighter alternative to Electron.
评论 #13425675 未加载
greymanover 8 years ago
I still use Evernote in Windows. I somehow couldn&#x27;t bring myself to use those applications who looks like being optimized for tablet, and then converted to desktop app. Why is so much margin around each piece of information? Usage of screen space is very non-efficient.
Andiover 8 years ago
&quot;... focus on longevity, portability, and privacy.&quot; - &quot;Sign in or register.&quot;<p>That must be a joke.
评论 #13510826 未加载
Eerieover 8 years ago
How does it fare, compared to saving cherrytree[1] files in a dropbox folder? Cherrytree is free, open-source and has more features.<p>1. <a href="http:&#x2F;&#x2F;www.giuspen.com&#x2F;cherrytree&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.giuspen.com&#x2F;cherrytree&#x2F;</a>
lhnzover 8 years ago
This looks great, but unfortunately unless Apple releases a way of exporting notes (including images, styling and categories), I will not be able to use this.<p>I have hundreds of documents within Apple Notes, and as far as I know there is no public API to get them out. :(
评论 #13422747 未加载
sp0ckover 8 years ago
Nice app - however Windows version have some issues with local Polish letters. We use right Alt for that and some letters (ó-&gt;alt+o) enable some weird mode. And I can&#x27;t find place to change this in app. macOS version works fine.
评论 #13425890 未加载
cJ0thover 8 years ago
I like the idea of this being a non-profit&#x2F;public benefit corporation.<p>Personally, I&#x27;ve settled for RedNotebook: <a href="http:&#x2F;&#x2F;rednotebook.sourceforge.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;rednotebook.sourceforge.net&#x2F;</a>
creativitylandover 8 years ago
If anyone is looking for a simple web solution, I found Taskcade (<a href="http:&#x2F;&#x2F;www.taskcade.com" rel="nofollow">http:&#x2F;&#x2F;www.taskcade.com</a>) to work quite well for daily tasks and quick note taking.
aryan54over 8 years ago
It will be nice to support password&#x2F;touchID on my phone app for additional security. I store some of my bank details on my iPhone notes app and really get worried about losing my phone while it&#x27;s unlocked.
评论 #13423310 未加载
tomeldersover 8 years ago
What do you mean when you say &quot;a Markdown supported editor&quot;?
评论 #13422785 未加载
traveltonover 8 years ago
This is really great! Finally I can dump the Evernote beast. I think the UI could be polished a bit (collapsable Tags&#x2F;All Notes section), but other than that, I&#x27;m 99% happy.
wjover 8 years ago
My primary use case for Evernote is using the web clipper to clip articles and then tagging and adding notes. Do any the alternatives mentioned in the comments support that?
KZeillmannover 8 years ago
Is something like LaTeX possible with extensions? I&#x27;m trying to figure out a way to capture math-related notes (trying to learn more about ML).
评论 #13424345 未加载
评论 #13422592 未加载
评论 #13423430 未加载
newsat13over 8 years ago
How about meemo - <a href="https:&#x2F;&#x2F;meemo.minimal-space.de&#x2F;" rel="nofollow">https:&#x2F;&#x2F;meemo.minimal-space.de&#x2F;</a>
be_erikover 8 years ago
With all of these note editing applications I wish I could bring my own editor. Vim has ruined me and it can be hard to adopt any of these applications without being able to use vim keybindings.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;xolox&#x2F;vim-notes" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xolox&#x2F;vim-notes</a> mostly fits my needs, but if apps like these came with a pluggable editor interface than I imagine adoption would be a lot smoother for a certain subset of users.
评论 #13423016 未加载
Vaskervilleover 8 years ago
I don&#x27;t really have much to add to this discussion, but I absolutely love what you are doing. Swoon! ;)
评论 #13423293 未加载
ilSignorCarloover 8 years ago
I donwloaded the client for Mac and can&#x27;t find a way to export the notes.
评论 #13425873 未加载
dutraover 8 years ago
This looks great! I really like the whole idea and you just gained an user.
Philomathover 8 years ago
Will you post here again when you have the Android app ready?
评论 #13425877 未加载
RUG3Yover 8 years ago
This is a neat little app, I like the simplicity of it.
ladinoover 8 years ago
Is it possible to use it with owncloud or Nextcloud?
评论 #13432713 未加载
chrismorganover 8 years ago
It supports Markdown. Uh oh. How does it treat security? I hope it at least <i>tries</i> to block the security hazards of Markdown?
v3ss0nover 8 years ago
Why not markdown?
dingo_batover 8 years ago
Is there an alpha or beta program for the android app?
评论 #13424146 未加载