64bithero, to random
@64bithero@mstdn.games avatar

I can’t decide if trace lines are a make it or break it for me with an editor. I’m leaning towards yes ..

hightailentertainment, to writing
qaqelol, to vscode
@qaqelol@toots.niark.nexus avatar

Someone made a Visual Studio Code extension to highlight docstrings in python ! I needed this soo much :pleading_face_3d:

https://github.com/rodolphebarbanneau/python-docstring-highlighter

janriemer, to showerthoughts

Feature request for code editors:

Command for jumping to the next file that has errors.

amoroso, to emacs
@amoroso@fosstodon.org avatar

For the past several years I haven't been keeping tabs on Emacs and its ecosystem. So for me this post is a good recap of the renewed interest in and around Emacs.

https://batsov.com/articles/2024/02/27/m-x-reloaded-the-second-golden-age-of-emacs/

orhun, to rust
@orhun@fosstodon.org avatar

Today I found a Rust library for adding a text editor to TUI applications! 🦀

🚀 tui-textarea: Simple yet powerful multi-line text editor widget.

Supports ⬇️🔥
• Emacs-like shortcuts
• Undo/redo, line numbers, cursor highlight
• Regex search

⭐ GitHub: https://github.com/rhysd/tui-textarea

video/mp4

ErHaWeb, to php German
@ErHaWeb@phpc.social avatar

I attended with my today and now clearly see: We need more at . E.g. think of full of 🤔
Invite your and create a . We urgently need this channel in many areas‼️

f3rno64, to tech

Yesterday, I discovered Obsidian and have been obsessed with it for the last forty-eight hours. It's a markdown editor with a rich plugin ecosystem that rivals Visual Studio code 🚀

After spending hours installing plugins, configuring settings for each one (and there are many), assigning hotkeys, I arrived at the post powerful Markdown editing experience that I've encountered. There are tons of themes and the Markdown rendering is amazing. Export to PDF, HTML, and more is supported.

It's fantastic for creating a knowledge base but can also be used to create a wiki-style site with the Obsidian Publish service. And there's a mobile app, but I have not tried it.

Highly recommended!, check it out if you want to take notes/start a personal wiki, and have some free time.

Here's the homepage: https://obsidian.md/

If you try it, let me know what you think!

thopan, to linux German
@thopan@norden.social avatar

Welchen mit nutzt ihr unter , um , , , zu erstellen/bearbeiten?

Gerne teilen, danke euch.

RL_Dane, to random
@RL_Dane@fosstodon.org avatar

Replaced an 16-line bash function clogging up my .bash_function files:

function unixnotes {
local file editor
file="$HOME/Documents/Notes/unixnotes.txt"
=vim
editor=$EDITOR
#{4 lines of trying to verify which editor is present cut for brevity}

if [[ $editor == gvim ]]
then
sil nohup $editor $file &
else
$editor $file
fi
}

With a single-line alias:

alias unixnotes='${EDITOR:${VISUAL:vi}} ~/Documents/Notes/unixnotes.txt #'

Boom. ;)

jacobydave, to random

Newly added to my VS Code settings.json:

"[makefile]" :{
"editor.fontSize": 14,
"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.detectIndentation": true
},

mjgardner,
@mjgardner@social.sdf.org avatar

@jacobydave Check out https://EditorConfig.org and the corresponding https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig extension so you can share consistent style for multiple languages regardless of whether others on your team use your or toolchain.

rolle, to vscode
@rolle@mementomori.social avatar

Google is working on a new IDE called IDX. It's a competitor to VS Code https://idx.dev

gregorni, to nano
@gregorni@fosstodon.org avatar

When you learn you can record macros in nano using Shift+.(period)

#nano #editor #macro #macros #nanoEditor #NanoMacros #textEditor

pomarede, to scifi
@pomarede@mastodon.social avatar

Fabulous. I mean F.A.B.U.L.O.U.S. cover revealed for the relaunch’s inaugural issue of Worlds of IF, featuring Bob Eggleton's artwork.

➡️ https://instagram.com/p/C3GE_3jxyt6/
➡️ https://file770.com/tag/austin-conrad/
➡️ Subscribe for updates and get more insights on this project at https://worldsofifmagazine.com

#scifi #sciencefiction #science #fiction #WorldsofIF #StarshipSloane #publishing #magazine #cover #art #coverart #worldsofifmagazine #BobEggleton #artist #JustinSloane #editor #editing #edition #litterature

skybert, to emacs
@skybert@emacs.ch avatar

My editor journey: From edit in MS/DOS, via UltraEdit and Visual Studio to the safe haven of Emacs.

https://skybert.net/various/my-editor-journey/

metin, to ilaughed
@metin@graphics.social avatar

Colorized and repaired a bad quality old black and white photo of my mother-in-law. I hope I'm her favorite son-in-law now. 😉

More photo restorations:
https://www.behance.net/gallery/165695385/Photo-retouching-restoration-and-coloring

minioctt, to web Italian

Non so cosa è peggio: che non riesco a trovare in giro grafici decenti di per l’editoria , che crearle con roba come , , Markdown, ecc è oltre il sopportabile (non si vede a colpo d’occhio che intersezione di riga e colonna si sta modificando), o che si dimostra anche questa volta un in cui perdersi a con tutte quelle funzioni integrate, anche per le tabelle. Ho creato ora, per questa che sto costruendo, una che integra la modifica dei direttamente nella versione renderizzata, così non devo usare scomodi linguaggi di marcatura. …e funziona, ma solo ora mi rendo conto di dover trovare un modo di aggiungere righe e colonne in mezzo a quelle esistenti, e con la struttura dati che questa roba in automatico costruisce, fidatevi, non sarà facile. Ci impazzirò temo. L’ennesima mia . 💀️

Codice e anteprima della tabella specialeComunque, a dire il vero una piccola app l’ho trovata cercando: https://www.htmltables.io/. Fa modificare una tabella tramite anteprima (scarna ma adeguata), ma permette di copiare ed incollare (o modificare direttamente, ma a me non serve) il HTML (anche lì, unico modo per spostare righe e colonne, non va dalla )… solo che, quest’ultimo passaggio è macchinoso, almeno a lungo termine, perché mi troverei a fare avanti e indietro tra modificare i dati e salvarli dove mi servono, quindi… ecco giustificato il trovare una nativa alla mia . (Ci sarebbero poi i programmi di fogli di calcolo, ma ecco… non mi servono tutte le loro funzioni, devo solo disporre testo, quindi usare quella roba significherebbe bloat e sofferenza, tra UI disfunzionali su mobile e app in generale laggose.) 🤥️

https://octospacc.altervista.org/2024/02/04/1461/

HillardHouseDan, to writing

2.1: Intro: Self Promo.

Let's see...
I'm Dan Burley, and I'm a (who is in the midst of a series of novels), an , an , a , and a fledgliing / .

My latest release is the cinematic novel "WHITE LIGHT", and I am on track to release my next book, titled "If I Dig Too Deep", by the end of this year (FINALLY).

If you're interested in any of that stuff, I have a Linktree: https://linktr.ee/DanBurley

markarayner, to writing
@markarayner@mas.to avatar

But I don't want to be shopping bags!

inkishkingdoms, to books
@inkishkingdoms@mas.to avatar

Santa Apolonia by Christopher Galveston

18% I mean… the level of smut… I don’t know why but I wasn’t expecting this! Even my husband has to do with it 😂😂 (because he is reading with me) 🔥🔥🔥 @bookstodon

https://www.goodreads.com/book/show/205269143

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar

Placemark is now open source – web-based geospatial data editor: https://github.com/placemark/placemark

stefano, to random
@stefano@bsd.cafe avatar
MandyCanUDigIt, to gardening
@MandyCanUDigIt@beekeeping.ninja avatar
uncomfyhalomacro, to emacs
@uncomfyhalomacro@fosstodon.org avatar

how many plugins do you have as a

metin, to blender
@metin@graphics.social avatar

I'm further exploring the Clavicula SDF 3D editor, and I'm getting more enthusiastic as I start to learn the workflow.

The available SDF Boolean operations are pretty cool.

Clavicula is free, and available for Windows, macOS and VR. If you like it, a donation will support the indie dev.

https://clavicula.link

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • InstantRegret
  • ethstaker
  • magazineikmin
  • GTA5RPClips
  • rosin
  • modclub
  • Youngstown
  • ngwrru68w68
  • slotface
  • osvaldo12
  • kavyap
  • DreamBathrooms
  • Leos
  • thenastyranch
  • everett
  • cubers
  • cisconetworking
  • normalnudes
  • Durango
  • anitta
  • khanakhh
  • tacticalgear
  • tester
  • provamag3
  • megavids
  • lostlight
  • All magazines