Justin M. Keyes
214ce8d33c
fix(gen_help_html): first tag in h2 is broken #30720
...
Problem:
In h2 headings, the first tag points to an invalid anchor. This used to
work but regressed a few months ago, possibly related to
ceea6898a8
.
Solution:
- Simplify the logic, don't try to be clever:
- Always use to_heading_tag() for the h2 `id`.
- Also:
- Render tags as `<span>`, because `<code>` is unnecessary and doesn't
look great in headings.
- In the main h1, use "foo.txt" as the anchor `name` (rarely used),
prefer the next found tag for the `href`.
2024-10-08 07:42:20 -07:00
Justin M. Keyes
61f1b091ea
docs: dev-arch, focusable windows #30510
...
- 'statuscolumn' is no longer experimental
- add tags for popular searches on neovim.io
2024-10-07 08:27:38 -07:00
Justin M. Keyes
1c324cb192
docs #20986
...
- https://github.com/neovim/tree-sitter-vimdoc v1.2.4 eliminates most
errors in pi_netrw.txt, so we can remove that workaround from
ignore_parse_error().
- improved codeblock
2022-12-11 18:41:26 -08:00
Christian Clason
952f19ba38
docs: add language annotation to Nvim manual
2022-12-02 16:05:00 +01:00
Justin M. Keyes
09dffb9db7
docs: various #12823
...
- increase python line-length limit from 88 => 100.
- gen_help_html: fix bug in "tag" case (tbl_count => tbl_contains)
ref #15632
fix #18215
fix #18479
fix #20527
fix #20532
Co-authored-by: Ben Weedon <ben@weedon.email>
2022-10-09 05:21:52 -07:00
Justin M. Keyes
fbaee922d1
doc [ci skip]
...
closes #9719
2019-03-26 19:55:33 +01:00
Justin M. Keyes
e52293757a
doc: manpage: formatting, update --headless
2018-10-11 19:32:44 +02:00
Justin M. Keyes
b11f5aa119
doc: xdg, MAINTAIN.md, channel-id, job control
...
- tutor: emphasize K
2018-10-11 19:32:31 +02:00
Andy Russell
d29c243bef
doc: platform-specific config locations ( #8297 )
...
Fixes #7374 .
2018-04-20 19:04:30 +02:00
Justin M. Keyes
7068370560
help, man.vim: change "outline" map to gO ( #7405 )
2017-10-21 02:33:58 +02:00
Justin M. Keyes
d8fe63199f
intro: change byline to "by al." ( #6984 )
...
Several people have suggested that the "by Bram" byline is misleading,
it implies that Bram is actively involved with the project. Up to now we
left it as an homage.
Bram agreed that it is misleading, and suggested a mention somewhere
other than the intro.
2017-07-15 18:13:49 +02:00
Adam Byrtek
8c8ea1f8f3
doc: nvim-from-vim: Prepend "~/.vim" #6694
2017-05-08 17:28:12 +02:00
Justin M. Keyes
45ef3d9d0c
doc: Replace hardcoded TOCs with <M-]> advice.
2017-05-01 17:48:06 +02:00
Drew Neil
a0acb2e195
doc: Revise nvim-from-vim advice ( #6505 )
2017-04-25 11:04:32 +02:00
Justin M. Keyes
7cc4e782a0
doc: Update missing headers. ( #6330 )
...
pi_* docs are considered standalone plugins so they don't follow this
convention.
2017-03-22 01:13:51 +01:00
Justin M. Keyes
149518c6b3
doc: gentle transition steps; stub XDG section
...
Closes #4951
2016-07-29 00:51:02 -04:00
Justin M. Keyes
742787fe9e
doc: consolidate nvim.txt
2016-06-15 22:50:38 -04:00
Justin M. Keyes
37f560aedf
doc/python: cleanup
...
- Move info to providers.txt
- Remove "nvim-" prefix.
- Brevity, clarity, ...
2016-06-15 22:50:37 -04:00
Justin M. Keyes
c698ed0531
doc: cleanup
2016-06-15 19:31:11 -04:00
Justin M. Keyes
30a7d551ee
doc/terminal: cleanup
2016-06-15 19:31:11 -04:00
Justin M. Keyes
4bad05ba97
doc/clipboard: cleanup
2016-06-15 19:31:11 -04:00
Florian Walch
61e6665652
doc: Add transition instructions to nvim_from_vim.txt
...
Also move introduction to Nvim and topic overview to nvim.txt.
Reviewed-by: Michael Reed <Pyrohh@users.noreply.github.com>
Reviewed-by: Justin M. Keyes <justinkz@gmail.com>
2015-08-04 16:46:15 -04:00