Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miglioramenti al workflow per il glossario #3

Open
erclu opened this issue Jan 12, 2020 · 0 comments
Open

Miglioramenti al workflow per il glossario #3

erclu opened this issue Jan 12, 2020 · 0 comments
Labels
feat New feature, enhancement or request

Comments

@erclu
Copy link
Member

erclu commented Jan 12, 2020

Quando avremo un po' di più respiro, secondo me andrebbe modificato lo script e il comando \glossario in modo che sia possibile dare sia il termine che la definizione come argomenti.

Andrebbero anche gestiti di conseguenza i conflitti (più definizioni per lo stesso termine) ma è una cosa abbastanza facile da implementare attraverso cli

E bisognerebbe dare nel json un rimando a DOVE è stato definito il termine (file, riga, colonna) in modo da permetterne modifiche a posteriori

invece di:

{
  "LETTERA":{
    "termine":"definizione"
  }
}

fare una cosa del tipo:

{
  "LETTERA": {
    "Termine": {
      "definition": "....",
      "file": "<path del file da cui proviene il termine",
      "line": "<numero della linea da cui proviene il termine>"
    }
  }
}

e/o altri metadati rilevanti

andrebbe anche aggiunto un json schema del file generato

@erclu erclu added the feat New feature, enhancement or request label Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature, enhancement or request
Projects
None yet
Development

No branches or pull requests

1 participant