9 Matching Annotations
  1. Aug 2024
    1. From here, we can save these resources in a directory. My blog repository already has a directory for them, so we dump them there. aContext assembler assemble. LeExportResourcesDirectorySaver new resources: aContext resources; rootDirectory: FileLocator imageDirectory / 'pharo-local' / 'iceberg' / 'hellerve' / 'blog'; save

      This part can be pretty useful in the future. For the moment, we are using only external images as resources in our data narratives, because this makes easier to share and publish them in our almost real time publication workflow that bridges HedgeDoc with Fossil via Lepiter+MiniDocs.

      In the future I would like to make some results embeddable, particularly graphics produced by GtMondrian and hopefully Roassal as SVGs or even interactive JS objects in something like Echarts. We made some exporting test of web pages with interactive external resources that are produced from simple Lepiter+MiniDocs documents like this one.

      As Markdeep its showcasing its limits and bug fixing is slow to non-existent, we are exploring Pandoc options again, including external interactive objects, while enjoying Markdeep for simple documents/workflows.

  2. May 2023
    1. In the Pandoc Plugin settings, add — citeproc to the ‘Extra Pandoc arguments’ setting. This will be what takes the markdown citations and converts them to in-text citations in the conversion process. It also inserts a full reference list on the end of your document automatically, all completely formatted. To get this to work, you have to specify the location of the .bib file on your system by adding the path, in quotations, to a ‘bibliography’ YAML property.
  3. Mar 2023
    1. Pandoc: Exportación multiformato

      Pandoc es una herramienta muy útil para aquellos que necesitan crear documentos en diferentes formatos sin tener que reescribir todo el contenido cada vez. Además, al trabajar con archivos de texto plano, se garantiza que el contenido de los documentos sea original y fácilmente editable, lo que es una gran ventaja para aquellos que trabajan con textos académicos o científicos que necesitan ser citados y referenciados correctamente.

  4. Feb 2023
  5. Aug 2022
  6. Mar 2022
  7. May 2021
  8. Jul 2020
    1. usaremos la exportación en BibTex, lo que genera un archivoque podemos incluir mediante Pandoc

      Para quien desconoce esta terminología pueden parecer confuso: pandoc? bibtex?