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

Add an option for saving all the input (and output) of the browser web page in localhost #972

Open
TiagoCavalcante opened this issue Apr 23, 2024 · 1 comment

Comments

@TiagoCavalcante
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

In most cases it is desired to save the "queries", and I believe that for most use cases localhost is enough.

This would avoid losing work when reloading, or needing to copy the "queries" elsewhere so they can be reused later.

axkr added a commit that referenced this issue Apr 28, 2024
TODO
- `FullDefinition` must recursively determine all non-`Protected` symbol
definitions
- `Definition`, `FullDefinition` must contain an empty line between any
singular definition line to use the `Package` parser in the `Get`
function
- `FullDefinition(In)` can be used to get all input definitions
axkr added a commit that referenced this issue Apr 28, 2024
- added an empty line after each row in `Definition, FullDefinition`
@axkr
Copy link
Owner

axkr commented Apr 29, 2024

@TiagoCavalcante Is the "proof of concept" acceptable for you?
Save stores the (recursive) definition of f and Get reads it in again.

TODO the Save function must implement some regex to save all "Global*"` context names.

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

No branches or pull requests

2 participants