Daniel Slutsky
Daniel Slutsky
Hi @ashimapanjwani, let us discuss this? I imagine you may have some comments about this idea, following your recent exploration of other aspects of printing.
Thanks @behrica . This requires some changes but seems doable. I hope to get to that soon. Related discussion: https://clojurians.zulipchat.com/#narrow/stream/224153-notespace-dev/topic/TOC.20.3F
`notespace.api/init`, which is actually `notespace.lifecycle/init`, calls `notespace.renderers.gorilla-notes/init`, which calls `gorilla-notes.core/reset-notes!`.
`notespace.api/init`, which is actually `notespace.lifecycle/init`, does the following things: https://github.com/scicloj/notespace/blob/71c04bd448ab42055aee07649a1f7c34eed740c1/src/notespace/lifecycle.clj#L7 (1) resets the Notespace state, except for the config (so if the user has redefined the config, this part stays...
Maybe the confusing thing here is that there are two states here: * The Notespace state. * The Gorilla-Notes state. The Notespace state is managed through the Cljfx events and...
To make it easy to search for a symbol across all installed packages, maybe we can write a nice wrapper of the [help.search function](https://www.rdocumentation.org/packages/utils/versions/3.6.2/topics/help.search). ```r > help.search("glance") Help files with...
See also [Getting Help with R](https://www.r-project.org/help.html).
Thanks, @behrica. I hope we solve such things in the near future.
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.