Daniel de Haas

Results 10 issues of Daniel de Haas

Suggestions: - [x] Gdrive - [ ] SyncThing - [ ] GitHub - [ ] Nextcloud - [ ] WebDAV

Currently capture templates require that at least one existing header be specified, but this precludes a capture template that creates a new top level header.

Right now, plain lists are display only. To edit them you need to manually edit the text of a header. But we could pretty easily support manipulating them with the...

Right now these are ignored and treated as plain text, but it wouldn't be too difficult to support them first class!

Something akin to [`org-bullets`](https://github.com/sabof/org-bullets): ``` (setq org-bullets-bullet-list '("✙" "●" "●" "●" "●" "●" "●" "●" "●" "●" "●" "●")) ```

Hi there, I've just started looking into using this library and I seem to be running into a conflict with our use of `devise_for` in our `routes.rb`: ```ruby devise_for :users,...