Zim

Contents

    Format as code in zim

    Packages

    apt install zim gtkspellcheck gtkspell

    Plugins

    largeur maximale de la page : 850
    Marges verticales : 50
    Fond du texte : #FAFAFA
    Texte : #2E3436
    Fond de l'écran : #EDEDED

    Supprimer les Creation-Date

    find . -name "*.txt" -print0 | xargs -0 -n 1 sed -i "/^Creation-Date: /d"

    Corriger les espaces insécables en français

    find . -name "*.txt" -type f -print0 | xargs -0 -n 1 sed -i "s/ »/\xC2\xA0»/g"
    find . -name "*.txt" -type f -print0 | xargs -0 -n 1 sed -i "s/« /«\xC2\xA0/g"
    find . -name "*.txt" -type f -print0 | xargs -0 -n 1 sed -i "s/ :/\xC2\xA0:/g"
    find . -name "*.txt" -type f -print0 | xargs -0 -n 1 sed -i "s/ ?/\xC2\xA0?/g"
    find . -name "*.txt" -type f -print0 | xargs -0 -n 1 sed -i "s/ \!/\xC2\xA0\!/g"
    

    → Vérifier que ça marche avec les tableaux et leurs options d'alignement...

    Projets similaires

    Liste des projets similaires

    See also…


    Attachments

    Proudly Powered by Zim 0.75.2.

    Template by Etienne Gandrille, based on ZeroFiveEight and using JQuery Toc Plugin.