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

Access raw console line #6

Open
kungfooman opened this issue Mar 23, 2019 · 0 comments
Open

Access raw console line #6

kungfooman opened this issue Mar 23, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@kungfooman
Copy link
Collaborator

kungfooman commented Mar 23, 2019

Added /js console.log('^3hello js'), but it fucks up on " and ;

Needs a hook to process the entire console field line, to get rid of /js syntax entirely

Best would be a syntax like:

= a = 0
= a++
= console.log("a is", a)

Or:

# a = 0
# a++
# console.log("a is", a)

Or:

~ a = 0
~ a++
~ console.log("a is", a)

What looks/feels nicest?

@kungfooman kungfooman added enhancement New feature or request help wanted Extra attention is needed labels Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant