By the way, if you just have a list of words and you want to add one at the end, from time to time, but keep your list ordered alphabetically, there’s also a manual approach (I’m not saying that this approach is better, but just to show you some possibilities).
Using the Sort and Permut Plugin you can order the list each time you add a word.
Lett’s say this is your list:
- Pomme: Fruit comestible produite par un pommier.
- Chat: Petit mammifère carnivore domestiqué.
- Soleil: Étoile au centre de notre système solaire.
- Livre: Œuvre écrite ou imprimée constituée de pages.
- Montagne: Grande formation terrestre s'élevant de manière prominente.
- Jardin: Espace extérieur cultivé pour des plantes, des fleurs ou des légumes.
- Vélo: Véhicule propulsé par la force humaine avec deux roues.
- Étoile: Corps céleste lumineux visible dans le ciel nocturne.
- Poisson: Vertébré aquatique à sang froid avec des branchies et des nageoires.
- Chapeau: Couvre-chef porté à des fins diverses.
And with the plug installed you open the command palette ctrl + p
and search for Sort alphabetically
, hit Enter and Voilà, the list is sorted!
Output: