Dev Useful Stuff
1.18K subscribers
2 photos
317 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​AMP - (★ 474 on gitHub) is a text editor for your terminal. Heavily inspired by Vi/Vim. AMP aims to take the core interaction model of Vim, simplify it, and bundle in the essential features required for a modern text editor.

#editor #rust #terminal
​​Micro - (★ 8324 on GitHub) is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals. It comes as one single, batteries-included, static binary with no dependencies, and you can download and use it right now.

It is quite mature and reliable editor. Micro is a good alternative for Vim or Nano and could be installed on any server. It's worth to try it

#editor #ssh #go
​​Mark Text (★ 1363 on GitHub) is a Markdown editor for Mac, Windows, and Linux. It is a concise text editor, dedicated to improving your editing efficiency. Written on Electron.

Features

● Realtime preview and use snabbdom as its render engine.
● Support CommonMark Spec and GitHub Flavored Markdown Spec.
● Support paragraphs and inline style shortcuts to improve your writing efficiency.
● Output HTML and PDF file.
● Dark and Light themes.
● Various edit mode: Source Code mode, Typewriter mode, Focus mode.

#js #editing #markdown #editor
​​Recently, I posted the GraphQl editor https://tttttt.me/dev_useful_stuff/80 and here is another one

GraphQL editor (★ 1,387) - visual node editor for GraphQL. Makes it easier to understand graphql schema. Create schema by joining visual blocks, GraphQL Editor will transform them into code.

With GraphQL Editor you can create visual diagrams without writing any code.

Please take a look at the live demo

#graphql #editor #js #typescript
​​Lapce - (2.2k★) is lightning-fast and Powerful Code Editor written in Rust.

#editor #ide #code
​​Novel - (★4.4k at GitHub) is a notion-style WYSIWYG editor with AI-powered autocompletion. Built with Tiptap, OpenAI, and the Vercel AI SDK

Check their demo video

#ai #editor #frontend #wysiwyg
​​Helix - (★ 30k at GitHub) - is a post-modern modal text editor, inspired by Kakoune/Neovim. Written on Rust.

#rust #neovim #nvim #editor