TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

MedleyText

102 点作者 jgalvez超过 7 年前

23 条评论

postit超过 7 年前
Every month or so I see people attempting to create <i>the perfect note-taking system for developers</i> and none are up to the task, they&#x27;re mostly electron laggy apps which cause more frustration than solves the problem.<p>A tip if you&#x27;re designing something like this. Be fast, responsible and keyboard first. The time to take a note (flush your brain) shouldn&#x27;t interrupt your current task and should be as mechanical as possible.<p>I&#x27;ve been using the same note take system for the last two years. It just works as expected. It&#x27;s as fast as my terminal can be and I can use org or MD if needed.<p><pre><code> postit@workstation:~# cat bin&#x2F;logbook #!&#x2F;bin&#x2F;sh TS=$(date +&#x27;%H:%M:%S&#x27;) DS=$(date +&#x27;%Y-%m-%d&#x27;) cd ~&#x2F;txt&#x2F;logbook&#x2F; joe $DS.md &amp;&amp; git add . &amp;&amp; git commit -am &quot;Updating $DS entry on $TS&quot; &amp;&amp; git push exit </code></pre> I have the bin on my path and a keyboard shortcut that fires up a terminal and opens the script. If I need to find something I can ag&#x2F;grep the folder, and if I&#x27;m away from my computer, everything is available on GitHub.<p>ps: I decided to use joe in the script because it&#x27;s the fastest text editor by far to start on my system, you can stick to your own solution.
评论 #16018383 未加载
philippejara超过 7 年前
It&#x27;s amazing how many programs try and fail horribly at reinventing org mode every.single.month. If anyone got even slightly interested in this project take a look at emacs&#x27;s org mode, you won&#x27;t be disappointed.
评论 #16018155 未加载
Cyberdog超过 7 年前
Friendly note that this is an Electron app.
评论 #16017982 未加载
评论 #16017527 未加载
评论 #16017478 未加载
0wl3x超过 7 年前
I&#x27;ve seen a glut of developer note taking apps lately and every time I see them I wonder, why not just use something like org mode? That&#x27;s one of the biggest things emacs has to offer and once you start to use it, all of these markdowny developer note taking apps become irrelevant.
评论 #16018711 未加载
bastijn超过 7 年前
The problem for me isn&#x27;t that I can&#x27;t find a note taking app that works. My problem is I don&#x27;t know how to take notes. I always read on people favoring apps and using xyz for the past decade. All I wonder is what do these people put in their notes, do they read back often, and how can I learn to get my state of mind in a note taking app like they do?
评论 #16018637 未加载
评论 #16020428 未加载
lgas超过 7 年前
So it&#x27;s like jupyter notebooks but you can&#x27;t execute the code?
dbalbright超过 7 年前
Reminds me a bit of Typora.<p><a href="https:&#x2F;&#x2F;typora.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;typora.io&#x2F;</a>
评论 #16017263 未加载
评论 #16017552 未加载
评论 #16020181 未加载
评论 #16018097 未加载
评论 #16017502 未加载
joshstrange超过 7 年前
Personally NVAlt is the only note app I use (and SimpleNote on iOS) It&#x27;s all synced, easily searchable, it&#x27;s my universal scratch pad.
评论 #16019886 未加载
federicoponzi超过 7 年前
I&#x27;m still looking for a good note-taking app. I&#x27;ve tried a few:<p>* Stackedit: Not developed anymore, I&#x27;ve encountered many bugs.<p>* Typora: It&#x27;s very good, as a couple of bugs but it&#x27;s probably the best to me at the moment.<p>* Ghostwriter: What I&#x27;m trying out these days.<p>Honestly, my problem with Typora (and also with this MedleyText) is that they aren&#x27;t opensource.
badtuple超过 7 年前
One thing I&#x27;ve noticed with my personal note taking is that most features note applications offer are more distraction than anything.<p>I&#x27;ve settled on having a permanently open vim buffer in a hidden window. When I press a hotkey it&#x27;s pulled ontop of any windows I have. I type in a plain ascii pseudo-markdown-org-mode-ish style I&#x27;ve made up over the years but no one else needs to read. Then I hit the same hotkey to hide the window until I need it again.<p>The biggest thing for me is that it pops up, I brain barf all over the buffer, and then it&#x27;s gone with no thought on how it&#x27;s supposed to be formatted or anything. It should be more like playing an instrument than creating good documentation. It can be changed into something presentable later iff I need to. Options and features, while necessary to push your new app, are the antithesis of seamless note taking for me.
评论 #16020349 未加载
f2n超过 7 年前
So a closed source electron app? No thanks...
bovermyer超过 7 年前
I dunno, vim works pretty well for me.
jenhsun超过 7 年前
Alternative - Boostnote.App <a href="https:&#x2F;&#x2F;boostnote.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;boostnote.io&#x2F;</a>
zormino超过 7 年前
is there anything out there that beats a good old paper notebook and a pen? The lack of backups is bad but I can&#x27;t find anything else where I can put down the notes and ideas in the format I want and draw pictures and diagrams in my notes. Everything else just falls short.
534b44a超过 7 年前
I&#x27;ve found mindmaps to be better tools for saving notes than syntax highlighted text. I currently use the freemium version of XMind, which lacks search and many other features unless you pay. Still a better deal than just text IMO.
评论 #16019567 未加载
dschep超过 7 年前
Has this been abandoned? The MedlyText+S page says it&#x27;ll be available last month.
azmelanar超过 7 年前
Web-site a little bit out of date :)<p>MedleyText+S Available in Nov. 2017<p>and button for download is inactive.
anardil超过 7 年前
Vim, vimwiki and markdown accomplishes everything their homepage says Medley can do.<p>You decide the structure and the files, so you can throw it all in git to make it accessible anywhere.
thecrumb超过 7 年前
I&#x27;m curious about these &#x27;notebooks&#x27; as well. I like the idea but not sure I&#x27;m disciplined to keep a notebook of anything useful.
surajcm超过 7 年前
I thought of giving it a try at work, but it needs admin privileges to install (on windows) :(
pedro596超过 7 年前
What is the license?
mcguire超过 7 年前
.AppImage?<p>I think I&#x27;ll pass on downloading and executing a binary file.
评论 #16020464 未加载
mdip超过 7 年前
I keep a <i>lot</i> of notes (probably generating on the order of 10-15 pages on a good day[0]), so while some folks are knocking the whole &quot;Yet Another Note Taking App Oh My Gosh!&quot; sort of thing, I am thankful that folks are looking into this space; it&#x27;s one that I&#x27;ve spent a lot of time wanting to see get a whole lot better.<p>So as to your app, the good points are: it&#x27;s minimalist with a clean UI and native code highlighting. Those are pretty much the base requirements before I&#x27;ll even consider looking into it, and I&#x27;m happy with the large array of supported languages. It looks quite nice and useful in that regard, so kudos! I love that it supports basically every OS -- I&#x27;m on Windows and Linux split about 50&#x2F;50 and too often I&#x27;ll run into apps that cover MacOS, Android, iOS and Windows. Since I run Linux at <i>home</i>, that&#x27;s my preference and it a non-starter if it&#x27;s not supported.<p>Unfortunately, for me, I can&#x27;t handle another WYSIWYG editor. I&#x27;m done with them. It&#x27;s not that I don&#x27;t like formatting -- quite the contrary -- with the amount of note-taking I do day-to-day, I <i>require</i> good formatting. It&#x27;s that I&#x27;ve never found a WYSIWYG editor that doesn&#x27;t come with it&#x27;s own set of F-bombs. I&#x27;m not taking my fingers off of the keyboard to hit a button with a mouse and while keyboard shortcuts are fine, I&#x27;ll still end up highlighting a line, hitting that keyboard shortcut and having the WYSIWYG app decide to apply that formatting in some non-intuitive way (i.e. select a large line with mixed slant&#x2F;non-slant and pick the slant button -- three choices: slant everything, slant nothing, or reverse slanting).<p>So I&#x27;ve settled on two technologies for my note-taking: Markdown and git. It just feels right -- it uses a dead simple dialect that allows me to directly indicate my formatting intent within the writing, it&#x27;s lightweight enough that when viewing it in a terminal, the markup rarely decreases the readability (and sometimes increases it) and combined with a good rendering tool, can make a document format well for in-browser viewing and printing. I currently rely on a combination of Visual Studio Code (with Markdown Enhanced Preview for side-by-side previewing-as-you-type) and plain-old vim with markdown syntax highlighting for note-taking, combined with Keybase Encrypted Git for version management. I&#x27;ve yet to find something superior for me, though this would be pretty close if it simply gave me a Markdown editor with a preview on the side. And I&#x27;d really like a better UX than what&#x27;s offered by grep for searching my notes. I&#x27;d love for an easy way to say &quot;find all references to this function in this language&quot; that would rip through my repo and pull out the relevant sections.<p>Perhaps I&#x27;m a bad example being so particular, but I&#x27;ve tried so many note taking apps -- online from Atlassian&#x27;s Confluence (which I personally hate) to semi-online&#x2F;offline markdown editors and things like one-note&#x2F;evernote. For the most part, the major features of those applications are overshadowed by the poor experience of actually taking notes[1].<p>[0] I&#x27;m not a university student -- it&#x27;s mostly for my job, which lately has consisted of being pulled into projects that have hit a wall to do code analysis and large-scale re-architecture. With that comes a lot of read-and-explain work both for myself and for my clients. Like most of you, I effortlessly type at about the speed people talk, so it keeping a running log comes easily. I also speed-read (not the gimmicky eyeball exercises but the old-school skimming and scanning) and practice a form of study that involves racing through material while typing notes, organizing said notes and re-reading 3-5 times to maximize extracting information, so on a good weekend, I&#x27;d type up several thousand lines of raw notes.<p>[1] And I&#x27;m not one to &quot;web clip&quot; -- if the blog post or article is important enough, I&#x27;ll summarize it and re-type.