refaelsh

Results 35 issues of refaelsh

The Custom Styles documentation page is a bit misleading/incomplete: https://docs.asciidoctor.org/reveal.js-converter/latest/converter/custom-styles/ It states that: "If the :customcss: attribute value is empty then asciidoctor-revealjs.css is the CSS resource that the presentation is...

:wave: help wanted
:memo: documentation

Since 5.0.1 is now released, I think this page: https://docs.asciidoctor.org/reveal.js-converter/latest/setup/compatibility-matrix/ should be updated.

:memo: documentation

``` == Block quote [quote,Monty Python and the Holy Grail] ____ Dennis: Come and see the violence inherent in the system. Help! Help! I'm being repressed! King Arthur: Bloody peasant!...

This is just a draft to discuss with you. Would you be willing to accept such a PR? I will off course take care of all the warnings, or at...

For example, here is how the requested feature is described in Alacritty: https://github.com/alacritty/alacritty/blob/master/docs/features.md#vi-mode. I would like to propose that the same will be availible in Termonad too. Thanks.

enhancement
help wanted

I have the following in my org file: ```org-mode #+PROPERTY: header-args :dir :tangle "/sudo::/etc/nixos/configuration.nix" ``` When using this package like this: ``` (use-package! org-auto-tangle :defer t :hook (org-mode . org-auto-tangle-mode)...

Hi all, I installed this plugin with vim-pug: `Plug 'octol/vim-cpp-enhanced-highlight'`, and then I off course ran 'PlugInstall'. Restarted Vim, opened a cpp file, and don't see any change to highlighting,...

I followed the configuration example in the readme and most of the functionality is broken for me. When doing "org-present" I can see the cursor, move it arround, and the...

Currently, `fixmee-view-listing`, show only the current buffer. How to have `fixmee-view-listing` show entire project?

Here is an example org file: ```org #+property: header-args :tangle test.nix * Some title goes here #+begin_src nix some nix code goes here #+end_src ``` When running `:OrgTangle` on the...