ayman

Results 13 issues of ayman

The function [printList() in out.py](https://github.com/VitaliyRodnenko/geeknote/blob/8489a87d044e164edb321ba9acca8d4631de3dca/geeknote/out.py#L228-L229) only returns 20 items (hard coded) at a time for `geeknote tag-list` and `geeknote notebook-list`. It would be nice if this could be specified via...

Is there a way to add an icon to a custom widget? `(defun dashboard-insert-heading (heading &optional shortcut)` in `dashboard-widgets.el` has a `cond` which catches the built in section types but...

Typically, when making an account there are two paths: - you need people to verify the email address, then let them log in - send the verification email but let...

While it isn't quite possible to generate a fully accessible PDF from LaTeX (or Word) there are some basic steps to making a 'more' accessible one which are documented here:...

Currently there is no function (that I can see) to pull the current filter explaination. While one can do this via the DOM: `var items = document.getElementsByClassName('filterExplanation');` and iterate through...

It would be nice to provide alist of columns (indexes or names) as an array to drop when calling `nv.data(data)`. Currently one has to manually pull columns (attributes) which can...

Not all JSONs have a mimetype thats right...make a setting to override.

enhancement

The tool bar button toggles PrettyPrint and Raw. Would be nice for the context menu to do the same.

enhancement

It would be nice to have folding blocks in the JSON.

enhancement
help wanted

`is_public` is missing. May be other flags too.

enhancement