-
Notifications
You must be signed in to change notification settings - Fork 10
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
adding a print to echo area
method of emacs-config.el
#62
Comments
Hi, @zcaudate ! Many thanks, sounds good, I haven't known about these Emacs subtleties. Would you look to submit a PR. I can also push this -- whichever you prefer. |
I haven't tried out all of notespace's features so it may be better that you tinker with the config to figure out which methods you may prefer to print at cursor and which you want to print on the echo area. Watching how you use it on some of the videos, it feel more natural than a pure Are nested notespace supported? - ie, putting one notespace inside another one (like latex) |
is there a way to display animations like these? |
Thanks, @zcaudate. I'll do the changes as you suggested. There is some experimental support for animations using Quil -- see the tutorial: |
There isn't yet a notion of nested notespaces. :) |
sweet. it's very cool. are all the js dependencies loaded at the very beginning or are they injected depending on the note that is sent? |
Currently at Notespace, the client-side is one compiled bundle of dependencies. Upcoming tools such as Goldly and Clerk are separating client-side dependencies into modules so that some of them can load lazily. If Notespace continues to exist (which may not be necessary if Goldly or Clerk actually fulfills all its goals better), then it should adopt this approach. |
sweet. thanks for that. |
functions like
notespace/init-with-browser
andnotespace/init
https://github.com/scicloj/notespace/blob/master/emacs-config.el#L32
could be better off with printing being in the echo area as opposed to at the cursor.
removing the callback will suffice.
The text was updated successfully, but these errors were encountered: