Eve
Eve copied to clipboard
Better tools for thought
If I use the browser's search functionality (Ctrl/Cmd+F), only those matches are found which are visible (located in the editor section that is currently visible in the browser window).
This can cause CM to incorrectly track cursor position until the document is changed.
In the version deployed at http://play.witheve.com/#/examples/quickstart.eve the hover text for sidebar expand/collapse button is reversed. Look through the repo for the offending code but could not find it.
At https://btheado.github.io/tweve/ (see "Storing eve state in tiddlers"), I have two instances of the same Eve code and it looks like the html events from one instance are getting sent...
I'm trying to write a watcher to persist data externally, but I'm getting the error, "accumulateChanges supports only a single value per attribute" Here is the code (stored in file...
I had trouble with a block Josh provided for automatically binding root elements to external root. According to an email exchange Josh says: > this is *definitely* a runtime issue....
When I run this code and click on "promote 1" or "promote 2", then I see "Uncaught Error: Unable to set multiple values on scalar index for key" error in...
I believe a common mistake for people coming with some programming experience in other languages might be trying to call a function with positional arguments. So eg if I call...
Adding a single code fence to the line after "Eve Quick Start Tutorial" causes a JS error to be thrown (and the UI to be variously broken), which persists refreshes...
The static container for code output can be quite annoying to work with especially on smaller monitors as I noticed that it does not dynamically resize with the window. There...