autolist.nvim icon indicating copy to clipboard operation
autolist.nvim copied to clipboard

Please submit module ideas

Open gaoDean opened this issue 3 years ago • 5 comments

A “module” is just the behaviour of autolist for some file. Basically how lists should be automated for some file.

Please comment a filetype (or multiple), and how the list should behave for it.

Thanks

gaoDean avatar Aug 26 '22 11:08 gaoDean

Suggesting to add support for checkboxes #5

namjul avatar Aug 26 '22 22:08 namjul

yes, perhaps if you wanted to add a module idea open an issue, and link it here like @namjul, so we can track it.

gaoDean avatar Aug 26 '22 23:08 gaoDean

Have set of preceding symbols for list items configurable per filetype, such as \item for latex of multiple -s for neorg.

AckslD avatar Aug 27 '22 10:08 AckslD

Increasing list indentation when list item ending in ::

- foo:

Running o or <CR>:

- foo:
  - |

davidsierradz avatar Aug 30 '22 20:08 davidsierradz

Increasing list indentation when list item ending in ::

- foo:

Running o or <CR>:

- foo:
  - |

Nice, will implement

gaoDean avatar Aug 31 '22 03:08 gaoDean

just so I dont forget: tab and shift tab for empty lists

gaoDean avatar Sep 01 '22 02:09 gaoDean

what do you guys think of deleting the whole list marker on backspace idk

gaoDean avatar Sep 01 '22 11:09 gaoDean

Have set of preceding symbols for list items configurable per filetype, such as \item for latex of multiple -s for neorg.

latex done, try it out

gaoDean avatar Sep 03 '22 08:09 gaoDean

Suggesting to add support for checkboxes #5

checkboxes done

gaoDean avatar Sep 03 '22 08:09 gaoDean

@davidsierradz implemented, do you think it should do it without the list e.g

foo:

Running o or <CR>:

foo:
- |

edit: implemented anyway

gaoDean avatar Sep 03 '22 09:09 gaoDean

imma close this cus you can just open an issue

gaoDean avatar Sep 12 '22 06:09 gaoDean