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

Problem with Installation #7

Open
pstata opened this issue Sep 14, 2022 · 1 comment
Open

Problem with Installation #7

pstata opened this issue Sep 14, 2022 · 1 comment

Comments

@pstata
Copy link

pstata commented Sep 14, 2022

At the Terminal I did

C:\Users\tatav\Documents\r4ds2html>quarto install extension EmilHvitfeldt/quarto-roughnotation

Quarto extensions may execute code when documents are rendered. If you do not
trust the authors of the extension, we recommend that you do not install or
use the extension.
? Do you trust the authors of this extension (Y/n) » Yes

[>] Downloading
[>] Unzipping
Found 1 extensions.

The following changes will be made:
RoughNotations [No Change] (filter)

? Would you like to continue (Y/n) » Yes

[>] Extension installation complete

C:\Users\tatav\Documents\r4ds2html>quarto install extension EmilHvitfeldt/quarto-roughnotation

Quarto extensions may execute code when documents are rendered. If you do not
trust the authors of the extension, we recommend that you do not install or
use the extension.
? Do you trust the authors of this extension (Y/n) » Yes

[>] Downloading
[>] Unzipping
Found 1 extensions.

The following changes will be made:
RoughNotations [No Change] (filter)

? Would you like to continue (Y/n) » Yes

[>] Extension installation complete

when ran a New Quarto Document like this

---
title: "Untitled"
format: html
editor: visual
filters:
   - roughnotation
---

## Quarto

Error running filter _extensions/EmilHvitfeldt/roughnotation/rough.lua:
[string "---------------------------------------------..."]:1302: attempt to index a nil value (local 'ref')
stack traceback:
[string "---------------------------------------------..."]:1312: in upvalue 'resolvePath'
[string "---------------------------------------------..."]:1447: in upvalue 'resolveDependencyFilePaths'
[string "---------------------------------------------..."]:1528: in field 'addHtmlDependency'
_extensions/EmilHvitfeldt/roughnotation/rough.lua:2: in function 'Meta'

@EmilHvitfeldt
Copy link
Owner

Hmm that is strange, can you try again using this document? What version of quarto do you have? You can check by running quarto help

---
title: "Untitled"
format: revealjs
filters:
   - roughnotation
---

## Quarto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants