You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(README): add custom_ids and fix relative links
In nvim-orgmode, you can point to a headline either by using the star
syntax (* HEADLINE) or by using a custom-id in the properties drawer of
the headline, and then refer to it using the hash syntax (#custom-id).
This commit adds custom_ids for all the headlines referred to into the
README.org file and fixes relative links to other files in the
repository.
The built-in treesitter parser is used for parsing the org files.
181
190
@@ -184,6 +193,9 @@ The built-in treesitter parser is used for parsing the org files.
184
193
- LaTex is still highlighted through syntax file
185
194
186
195
** Troubleshoot
196
+
:PROPERTIES:
197
+
:CUSTOM_ID: troubleshoot
198
+
:END:
187
199
188
200
*** Indentation is not working
189
201
@@ -329,6 +341,9 @@ More info on issue [[https://github.com/nvim-orgmode/orgmode/issues/281#issuecom
329
341
Link to detailed documentation: [[DOCS.md][DOCS]]
330
342
331
343
** Plugins
344
+
:PROPERTIES:
345
+
:CUSTOM_ID: plugins
346
+
:END:
332
347
333
348
- [[https://github.com/chipsenkbeil/org-roam.nvim][org-roam.nvim]] - Implementation of [[https://orgroam.com][Org-roam]] knowledge management system
334
349
- [[https://github.com/nvim-orgmode/telescope-orgmode.nvim][telescope-orgmode.nvim]] - Telescope extension to find headlines, refile and insert links
@@ -381,6 +396,9 @@ Hosted documentation is on: [[https://nvim-orgmode.github.io/][https://nvim-orgm
381
396
- :white_square_button: Support evaluating code blocks
382
397
383
398
** Thanks to
399
+
:PROPERTIES:
400
+
:CUSTOM_ID: thanks-to
401
+
:END:
384
402
385
403
- [[https://github.com/dhruvasagar][@dhruvasagar]] and his [[https://github.com/dhruvasagar/vim-dotoo][vim-dotoo]] plugin
386
404
that got me started using orgmode. Without him this plugin would not happen.
0 commit comments