Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from README.md to README.org #739

Merged
merged 28 commits into from
May 30, 2024

Conversation

ChausseBenjamin
Copy link
Contributor

@ChausseBenjamin ChausseBenjamin commented May 30, 2024

This entire plugin is about orgmode. I recently noticed that github supports formatting README files with .org notation.

I let myself be inspired by this beautiful repo and decided I'd try my hand at migrating this repos' README as it only felt fitting.

I had to make two concessions to read feature parity with your readme:

  1. <kbd> tags and inline code look the same
  • I did format kbd tags with =key= notation and inline code with ~code~ notation to make it easier to refactor if a better solution is found
  1. Checkmarks (- [ ] and - [x]) were not getting formatted properly
  • I used emojis with :white_check_mark: and :white_square_button: to obtain a similar effect

Feel free to look at the result on my fork of the repo

Copy link
Member

@kristijanhusak kristijanhusak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work! Looks great!
Can you just please fix this one typo and squash commits? Thanks!

README.org Outdated Show resolved Hide resolved
Copy link
Member

@kristijanhusak kristijanhusak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kristijanhusak kristijanhusak merged commit 6c03b72 into nvim-orgmode:master May 30, 2024
6 checks passed
SlayerOfTheBad pushed a commit to SlayerOfTheBad/orgmode that referenced this pull request Aug 16, 2024
* Migrate headings and code blocks

* Migrate inline code to ~code~ notation

* Migrate most links and images

* Fix title

* cope with Github's broken headline hierarchy

* Migrate embedded html

* Migrate Headline logo and goodies/buttons

* Safer option for main logo

* Second attempt at logo+goodie formatting

* Title under logo

* Kofi Chat and other logos

* Replace <kbd> tags with =key= notation

* Capitalize BEGIN_SRC & END_SRC for consistency

* Fix html linebreak

* Fix mismatched code block

* no need to escape < > for vim keys (i.e. <leader>)

* Attempt to fix kofi icon

* One more time

* Multiple formating fixes

* More minor changes

* Add alt-text to top buttons

* Fix small formatting issues (almost complete)

* attempt to use native org checkboxes

* "Fix" checkboxes with emojis

* More emoji fixes

* Small inline code fix

* Fix small typo

---------

Co-authored-by: Kristijan Husak <husakkristijan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants