Weekly Shaarli

All links of one week in a single page.

Week 52 (December 26, 2022)

Note: Soft line wrapping in VSCode

Here is a quick trick to write Markdown or any text related format in VSCode comfortably and without messing with your file line endings: soft line wrap.
By default, soft line wrap will happen at the end of the editor. With this setting, it can happen after the Nth character:

  1. Open user settings in JSON format
  2. Add the following lines (replace Markdown by your file format, e.g. (gemini):
"[markdown]": {
  "editor.wordWrap": "wordWrapColumn",
  "editor.wordWrapColumn": 100,
}
  1. In your Markdown file hit ALT+Z to toggle line wrapping

And voilà! It's way more comfortable to write.

Cuisine De Base

Plein de contenu sur la cuisine et sur le CAP cuisine. C'est vraiment riche !

via

Générateur de Lorraine Hipseaume
thumbnail

French name generator based on actual birth names given in France.

via