BiblioNexus-Foundation / scripture-editors

Monorepo for various Scripture editors
MIT License
2 stars 1 forks source link

scribe: note-editor with scroll #63

Closed samueljd closed 4 months ago

samueljd commented 5 months ago

Note Editor view with the list of notecallers and their content. Scroll to the specific notecaller on click in the editor. Currently the changes in the note editor doesn't roundtrip.

irahopkinson commented 5 months ago

The Test / Build checks below seem to be failing on formatting. You can see this by running nx format:check from the repo root. You can likely fix it by running nx format:write. I think your formatting rules for the scribe package may be in conflict with the monorepo general rules.

irahopkinson commented 5 months ago

I've been trying to get the Python running but no joy. Perhaps you could create and commit a requirements.txt file as per https://stackoverflow.com/questions/63264573/how-to-install-all-the-dependencies-with-pip?