Artyom Bologov
Artyom Bologov
1. Bookmarks are HTML-importable, yes. i. Yes, tags are not supporting underscores or hyphens yet. Should be trivial to add, though. 2. History and session history are not only united...
If you're on the bleeding edge Nyxt (or are willing to wait for the 3-pre-release-1 that heppens really soon), open `lisp-repl`, input this and hit `C-return`: ``` lisp (nfiles:with-file-content (history...
No, that might be a wrong default package used by Nyxt image. @Ambrevar, do we set it directly anywhere? Those are interesting JavaScript errors... Seems like the cell focusing logic...
Yes, then it uses `common-lisp` as the package for evaluation. Weird...
> I for one wouldn't mind an SQLite storage option for Nyxt history, bookmarks, etc. It looks to me as an extensions idea more than a core feature. The only...
@MuhammedZakir, @Ambrevar most probably meant the SLY/SLIME REPL that you get when you connect to Nyxt from Emacs (see documents/README for details). Nyxt built-in REPL has `nyxt-user` as a default...
I've edited my code so that it should be safe to use from any package... hopefully :sweat_smile:
> > It looks to me as an extensions idea > > @aartaka I did a little work on making an extension, actually, but I think it's out-of-date by now,...
I've pushed a questionable change: `(en|dis)able-modes now uses keyword arguments, including the `:bypass-auto-rules-p` that's passed directly to `enable`/`disable`. It breaks quite some modes. Investigating. In meanwhile, does it look like...
OK, it doesn't hang anymore, but `repeat-mode` doesn't seem to work (on master too :D). Investigating...