orgmode icon indicating copy to clipboard operation
orgmode copied to clipboard

[Help needed] Documentation - Github pages

Open kristijanhusak opened this issue 3 years ago • 10 comments

A lot of people are confused how to start using the plugin, since they don't know how Orgmode generally works.

Having dedicated github pages with at least a "Getting started" section would be helpful.

I'm focusing my time on adding new features, so if anyone who knows Orgmode would jump on this, that would help a lot.

kristijanhusak avatar Dec 12 '21 17:12 kristijanhusak

Are you thinking of a guide that explains how to use orgmode (outside of the context of this plugin specifically) and focuses on things like using organizing projects using org mode etc? I would like to contribute since I don't know nearly enough Lua to do anything but suggest features I'd like ;)

jmrussell avatar Dec 13 '21 18:12 jmrussell

IMO Org is a flexible enough tool that:

how to use orgmode

would seemingly be too focused on a particular workflow. I might refine that down a bit to say something like:

how specific parts of Orgmode work

like the agenda view, etc. leaving it a bit more up to user interpretation and how those tools might fit into their own workflow.

So I would imagine the topics break down something like:

  1. Creating TODO items
  2. Defining and moving TODO items between states
  3. Adding dates to TODO items
  4. Viewing scheduled TODO items
  5. Adding a priority to TODO items
  6. Capturing a TODO item
  7. Refiling a TODO item

and so forth; the emphasis being that these items are "workflow agnostic", at least to start.

This is not to say that specific workflows should be completely avoided (e.g. GTD, organizing projects, creating grocery lists, etc.) but it should instead focus more on showing users how to create their own workflows using Org. It would probably be useful towards the end once all the "pieces" have been enumerated to go over a sample workflow that uses different ones to make up a complete workflow.

That is my 2 cents @jmrussell.

levouh avatar Dec 13 '21 18:12 levouh

orgmode.org is also a great beginner-friendly source that we perhaps can just link to. The homepage and the "Features" tab touch on the main concepts and syntax of orgmode in a digestible way

ourigen avatar Dec 13 '21 20:12 ourigen

I'm willing to put in some time on this starting in a week or two.

hakling avatar Dec 21 '21 14:12 hakling

@kristijanhusak what is the best way to help/support you here? (Love the plugin btw :D can finally uninstall emacs which was only used for org-mode)

ghost avatar Apr 11 '22 07:04 ghost

@Liberatys I think Lukas summarized it here very well. We could have a dedicated github pages website with some documentation and "Getting started" section.

kristijanhusak avatar Apr 11 '22 09:04 kristijanhusak

I created a PR #267 with a Read the Docs themed Sphinx version of the README plugged into GitHub Pages. I've also added a Getting Started section as outlined by @levouh

It looks really nice :sunglasses: https://gerazov.github.io/orgmode/

It could be the platform we use to publish documentation. Deployment should be automated though as in Continuous Documentation: Hosting Read the Docs on GitHub Pages

gerazov avatar Apr 23 '22 22:04 gerazov

Moved the PR to the new documentation repo: https://github.com/nvim-orgmode/docs/pull/1

gerazov avatar Apr 26 '22 10:04 gerazov

Github pages are up: https://nvim-orgmode.github.io/

Repo: https://github.com/nvim-orgmode/nvim-orgmode.github.io.

Thanks @gerazov for taking an initiative on this!

kristijanhusak avatar May 01 '22 19:05 kristijanhusak

Glad to help :love_you_gesture:

gerazov avatar May 02 '22 10:05 gerazov