heynote
dev
heynote | dev | |
---|---|---|
12 | 36 | |
3,930 | 5,779 | |
- | 2.1% | |
9.0 | 4.5 | |
29 days ago | 14 days ago | |
JavaScript | JavaScript | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
heynote
-
Use a Work Journal to Recover Focus Faster and Clarify Your Thoughts
Heynote was exactly developed for this purpose. Just one big buffer with sections and lots of shortcuts and nice little additional features: https://heynote.com/
- Show HN: Edna, note taking app for developers
-
A New Way to Store Knowledge
Looking at the GitHub repo[0], I don't see why you wouldn't be able to host it yourself (extra configuration may be required). In the package.json, there is a script for running the web app `npm run webapp:build`, so I'd assume you could do that and then host the built web app however you'd like.
[0]: https://github.com/heyman/heynote
-
LaTeX and Neovim for technical note-taking
Most of my technical note-taking these days happens inside VS Code. I already have it running, so opening a new window and stripping out the chrome (closing other stuff, hiding sidebars, etc. gives me all I need, _plus_ optional preview depending on on what I'm writing (mostly Markdown these days).
Another option some of my friends like is Heynote (https://heynote.com), but, again, I can do the same with VS Code...
- FLaNK Stack 29 Jan 2024
-
Why I Like Obsidian
obsidian is good for what it does, but in the last month I saw someone share heynote[1] with me that I have grown fond of as a support to my obsidian note taking
[1] https://heynote.com
- FLaNK Weekly 08 Jan 2024
-
Show HN: Heynote – A Dedicated Scratchpad for Developers
I’m eagerly waiting for the vi bindings as well!
P.S.: had a quick glance through the PRs after using it for sometime and saw a draft PR for vi bindings already! - https://github.com/heyman/heynote/pull/51
dev
-
Integrating the ruff language server
This post covers some background on the Language Server Protocol and then goes into a demonstration of how to integrate the ruff language server into a simple code editor built using CodeMirror. The code for the demonstration is availiable on github.
- CodeMirror: Extensible code editor component for the web
-
Adding a Code Editor to your React App
From the official CodeMirror documentation:
- CodeMirror
-
Eloquent JavaScript 4th edition (2024)
For those that don't know the author, Marijn Haverbeke, is the creator of CodeMirror (code editor) and later ProseMirror (text editor).
https://codemirror.net/
https://prosemirror.net/
-
Show HN: Heynote – A Dedicated Scratchpad for Developers
Performance is mostly handled by CodeMirror (https://codemirror.net/), the underlying editor that Heynote is built upon. It seems to handle quite large buffers well. Where I have seen some minor performance issues is when working with very large blocks in certain language modes.
-
Racket branch of Chez Scheme merging with mainline Chez Scheme
I don’t think the arrows are possible with VScode?
Someone said they might be possible with CodeMirror https://codemirror.net/
(Just in general - not specifically for racket- I’d love to see this for rust and elixir)
-
Our Code Editor is open source
I don't see them on the list of sponsors for the CodeMirror project, but I hope they dedicate some funds for it.
https://codemirror.net/#sponsors
-
JSF 2.0 AJAX: Call a bean method from javascript with jsf.ajax.request (or some other way)
Some background: I am building a custom JSF component. The component is basically a text editor and it should have a "Save" -button for saving the content string of the editor. As I am using the CodeMirror library, I need to fetch the content (string) from the editor with javascript and send that to the server. Therefore, in this case I cannot use XML-based JS invocation such as f:ajax.
-
Kako da u JavaScriptu napravim da se kôd oboji dok ga korisnik ukucava? Uspio sam napraviti da se kôd oboji kad korisnik pritisne tipku, ali nisam uspio napraviti da se boja dok ga korisnik ukucava.
mozes koristiti gotovi code editor library, https://codemirror.net/ https://microsoft.github.io/monaco-editor/
What are some alternatives?
codi.vim - :notebook_with_decorative_cover: The interactive scratchpad for hackers.
HyperMD - A WYSIWYG Markdown Editor for browsers. Break the Wall between writing and previewing.
fend - Arbitrary-precision unit-aware calculator
shiki - A beautiful yet powerful syntax highlighter
pong-wars
starboard-notebook - In-browser literate notebooks
mathjs - An extensive math library for JavaScript and Node.js
vscode-webview-ui-toolkit - A component library for building webview-based extensions in Visual Studio Code.
llm-classifier - Classify data instantly using an LLM
vite - Next generation frontend tooling. It's fast!
Trilium Notes - Build your personal knowledge base with Trilium Notes
use-prosemirror - ProseMirror + React made easy