scroll icon indicating copy to clipboard operation
scroll copied to clipboard

Confusing things:

Open bardicreels opened this issue 1 year ago • 4 comments

Hope this is the best place to post this

Some confusing things as a newbie:

For printScrollLeetSheet in leetsheet.html How and where is the scrollleetsheet parser defined? leetsheet.html does not actually exist in the codebase files

How will users fork, share and save data. Right now, it's a bit confusing: Do i clone scroll or scrollhub or PLDB ? What are these "folder" things ? Once cloned, it still doesn't "work out the box" the leetsheet page for instance throws a GET error Assuming this is because i do not have a server running, is there a way to have a Progressive web app that starts a js express server (assuming node and express are installed, and if not prompts to install them)

How will private versus public auth work ? (i.e some information i might want to use scroll to consume, but not share)

bardicreels avatar Oct 22 '24 18:10 bardicreels

#1 - https://www.loom.com/share/b7a7675635ff4984be0413ca3ccc9d66?sid=dfc32778-cbd3-4dde-a2d6-7ada3bfcd042

breck7 avatar Oct 22 '24 18:10 breck7

about # 1 ok cool. I was searching using the github codebase search and could not find it, i did not try a local search of the repo with an ide, as long as it's in the parsers, that clears things up.

bardicreels avatar Oct 22 '24 18:10 bardicreels

For example, i'm trying to add an expander to each item in leetsheet, such that clicking each item will instead dropdown an area below each with the example scroll code and processed output, instead of loading a new page with the code and generated code. (i was going to test this with iframes)

What you are aiming for with scroll, i believe, is the ability to just write something like :

printleetsheetparser expander

or

printleetsheetparser expander

and have it do that

but a more traditional structure will need to define something like: " i for i in each i, do"

is it best practice to define this somehow on the page itself or modify printScrollLeetSheet ?

bardicreels avatar Oct 22 '24 19:10 bardicreels

  1. Best data practices and auth: https://www.youtube.com/watch?v=FdTGrGAUZqM

  2. Loops in Scroll are done with tables: https://www.youtube.com/watch?v=PFmn-FgGVKY

breck7 avatar Oct 22 '24 19:10 breck7