Code Monkey home page Code Monkey logo

org-html-themes's Introduction

How to effortlessly transform your Org mode files into stunning HTML in just 2 minutes

:license-gpl-blue.svg btn_donate_LG.gif

ADVERT: Elevate your Emacs skills in Paris, Rotterdam, Leuven or Valencia!

Unlock the power of Emacs in Valencia! Join my next exclusive “Emacs Boost” course on April 11th to 12th, 2024!

images/Logo-HD-transparent-25pc.png

Ready to supercharge your productivity and become an Emacs ninja? Look no further!

What you’ll learn:

  • Master Emacs from the basics to advanced tricks.
  • Boost your editing efficiency and streamline your workflow.
  • Customize Emacs to fit your unique needs.
  • And much more!

Upcoming course details:

  • Date: April 11th to 12th (Thu + Fri)
  • Location: Valencia, Spain
  • Audience: Open to anyone interested in Emacs, from beginners to advanced users.

Why choose my course?

  • Expert instructor with 24 years of Emacs experience.
  • Hands-on exercises to reinforce your learning.
  • Networking opportunities with like-minded Emacs enthusiasts.
  • Personalized attention.

Don’t miss this opportunity to take your Emacs skills to the next level!
Seats are limited, so reserve yours today.

Visit https://emacsboost.com/en/ for more information, other dates and other locations, and to reserve your seat.

See you in Valencia! #EmacsBoostValencia

Overview

Description

Though you can easily override CSS stylesheets and add your own HTML themes, we can say (or write) that Org mode provides a basic HTML support.

Org-HTML themes is an open source framework for providing you with a list of very nice (cross-browser) themes for all your Org documents. Use them to style your docs, and your colleagues will come up to tell you that you are a genius!

Share this content by tweeting this page:

Tweet

Follow f_niessen on Twitter for updates on Org-HTML themes!

Requirements

Org mode version 8 (or later) is required.

If such a version is not bundled with your Emacs, install one from ELPA.

Gallery

This is a list of available HTML themes for Org mode, which you can use right now!

Bigblow

Bigblow is perfect for your work: it is a clean design aimed at optimal Org mode experience in your browser. It looks just awesome!

docs/bigblow.png

Click on the image for a quick demo of Bigblow (2:49 min, no audio).

Keyboard shortcuts to save time and boost your productivity:

ShortcutWhat it does
? or hAccess the dashboard
nMove to the next main heading
pMove to the previous main heading
bScroll up
<Scroll to top
>Scroll to bottom
-Collapse all
+Expand all
rGo to next task in list
RGo to previous task in list
qStop reviewing the list of tasks
gReload the page

Quotations about Bigblow

“Very very nice, I enjoy it a lot.”
Ista Zahn

“This is awesome. I love it!”
Rainer M Krug

“This is awesome!!”
Mehul Sanghvi

“This very nice html theme. […] I cannot use another emacs-theme than your emacs-leuven-theme, and it is going to be probably the same with your html theme!”
Joseph Vidal-Rosset

“Thanks a lot for sharing […] the wonderful Bigblow theme. I create lot of specification for other team members to use. It has always been a trouble to share and maintain such spec. Now, I can create a much neater spec which is available for the team’s reference as a webpage.”
Shankar R.

“I like Bigblow the best. I’ve exported most of my Org files using this theme and published them within my company’s intranet. Thanks for sharing this wonderful package!”
Richard K.

ReadTheOrg

ReadTheOrg is a clone of the official – and great! – Sphinx theme used in the Read The Docs site. It gives a beautiful and professional style to all your Org docs.

Thanks to its creator(s)!

docs/readtheorg.png

Quotations about ReadTheOrg

“OMG. The ReadTheOrg theme for exported HTML from org mode files is eye wateringly beautiful. Thank you!”
Rob Stewart

“It is fantastic, so beautiful. I will switch several of my pages over to this theme.”
Carsten D.

“That is incredibly impressive. Thanks for this.”
Noah R.

“Thank you! I enjoy your themes. The best ones I’ve ever found.”
Kang T.

“Awesome theme. Wonderful job. You’re doing a wonderful thing — it will enable people (at least those who use Emacs and Org mode) to put together on-line reference works in a much-more usable fashion than is currently available.”
D. C. Toedt

“Extremely useful.”
Thomas S. Dye

“This is amazing, I’ve been looking for something like this for a LONG time! I will share.”
Edward H.

Demo

I’ve written a demo page for the themes that provides a maximal working support of Org mode syntax.

Please see the Org mode refcard page for full examples of headings, code, admonitions, footnotes, tables and other details.

Using a theme

Using a theme from the theme gallery for your own Org documents is very easy:

  1. You add a #+SETUPFILE: directive in the preamble of your document (to include the necessary CSS and JavaScript files).

    You can either use an URL of the following type for the “setup file” of your chosen theme:

    #+SETUPFILE: https://fniessen.github.io/org-html-themes/org/theme-NAME.setup
        

    (where NAME is either bigblow or readtheorg)

    or, if you cloned or downloaded the Org-HTML themes project – to get no dependency on an Internet connection –, use a (relative or absolute) path to the local “setup file” and copy the src folder from the cloned folder into the same folder as the file you want to export:

    #+SETUPFILE: PATH/TO/GIT/REPO/org/theme-NAME-local.setup
        
  2. Then, you export your Org mode file to HTML with org-html-export-to-html or with C-c C-e h h.

Customizing a theme

You love those themes, but you still would like to override particular HTML tags? Some examples do follow…

Before doing that, though, if you think it really is an improvement that could serve other persons as well, including me, you’re invited to submit your change…

Change the background code blocks

Here’s an example to insert into your Org documents:

# Change the background of source block.
#+HTML_HEAD: <style>pre.src{background:#343131;color:white;} </style>

Unset body width limit of ReadTheOrg

Solution provided by Malcolm Cook:

#+HTML_HEAD: <style> #content{max-width:1800px;}</style>
#+HTML_HEAD: <style> p{max-width:800px;}</style>
#+HTML_HEAD: <style> li{max-width:800px;}</style

Contribute to the project!

Report issues and enhancements

Found a bug or have an idea for a new feature? Share your thoughts on the GitHub issue tracker.

Submit patches

I welcome contributions in any form! Feel free to submit patches to enhance the project.

Support development with a donation!

If you find the “org-html-themes” project (or any of my other projects) enhancing your Emacs experience and simplifying your workflow, seize the opportunity to express your appreciation! Help fuel future development by making a donation through PayPal. Your support is invaluable – thank you!

Remember, regardless of donations, “org-html-themes” will always remain freely accessible, both as in Belgian beer and as in speech.

License

Copyright (C) 2011-2024 Fabrice Niessen

Author: Fabrice Niessen
Keywords: org-mode html themes

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

:license-gpl-blue.svg btn_donate_LG.gif

org-html-themes's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

org-html-themes's Issues

Improve the BigBlow theme for mobile

It doesn't appear to have mobile support, which makes for a poor browsing experience on the phone.

This seems like a nice feature to have, and I think many others would appreciate it as well.

Next section links at bottom

This is a feature request for adding "Next" section links to the bottom. Right now to get to the next section you have to click the "Back to Top" button then click on the next section, which works but feels like a lot of work just to keep reading.

I'll try to find time to add this and submit a pull request, but you won't hurt my feelings if you beat me to it!

Better mobile support for ReadTheOrg

Right now, on a narrow screen the TOC on the left simply covers up the text body. On my Android phone this actually renders the page completely unreadable. The width of the TOC ends up taking the majority of the screen, and I can't read any of the text. I also can't zoom in or out.

On the actual RTD theme it automatically switches to a mobile view as the window narrows below a certain pixel value. It seems that the @media max-width calls are in the readtheorg.css file, but things aren't behaving properly.

Sorry to submit a complaint rather than a PR 👎 for me.

Setting image size in output

When using readtheorg theme I'm trying to make the image smaller, e.g. by:

+ATTR_HTML: :height 50px

Unfortunately, this doesn't do anything. Is there a way to control the image size in the output?

Thank you very much!

"Dashboard" is rotated

This looks really great!! Thanks!

On my chrome there seems to be a little bug: the "Dashboard" is rotated wrongly and cut. See the image
screenshot from 2014-09-16 10 04 59

I'd be happy to provide further details as needed.

ReadTheOrg does not print well

Lovely theme. I would love to use it for all my docs, but unfortunately I sometimes have to print some of them, and they come out with the table of contents obscuring the text. Removing the TOC altogether when printing would work for me, if that's easier.

custom IDs work for ReadTheOrg but not Bigblow

If I have a section with a custom ID like this:

* About
:PROPERTIES:
:CUSTOM_ID: about
:END:

When I export with ReadTheOrg the URL is index.html#about but if I export with bigblow, the URL is index.html#outline-container-org3a03cbd

Read The Org: Resources returning 404.

Recently MathJax stopped rendering on my org documents rendered with this theme. The only thing I found in the debugger was that the following URL was 404ing: http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.js.

It appears that the hosted copies of JS are gone.

Vertical scrolling of tables

In the unthemed org export I can scroll vertically page if I include a wide org table.

In both themes vertical scrolling is not supported.

Linebreaks are not recognized in the exported html

For example, if I have the following:

* header
** sub-header
subject-a is not so interesting
I will not write more on subject-a

subject-b is really interesting
I will write more on subject-b
subject-b notes
more subject-b notes
all of these notes are separated by linebreaks
At least they should be

It looks like this in the rendered html:

* header
** sub-header
subject-a is not so interestingI will not write more on subject-a

subject-b is really interestingI will write more on subject-bsubject-b notesmore subject-b notesall of these notes are separated by linebreaksAt least they should be

Is there a way to add linebreaks in between these notes?

Bigblow: Tabs aren't created unless a title is specified

Just figured I'd add this here in case someone else runs into this issue. It doesn't necessarily need to be fixed, just maybe documented in the readme.

When exporting using the Bigblow style, the tabs for all the different sections won't be exported if the document is missing a #+TITLE directive. This is because in bigblow.js, in the function tabifySections(), the last step is to find an element with class "title" and add the tabs to it, but when no title is specified, that element isn't created.

I'm using the newest org-mode (version 8.3.1, from ELPA) and the most recent clone of this repository.

To reproduce: Make a new directory, create an org file, and clone this repository. Then fill the org file with:

#+TITLE: Required title
#+OPTIONS: html-scripts:nil html-style:nil

#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="org-html-themes/styles/bigblow/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="org-html-themes/styles/bigblow/css/bigblow.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="org-html-themes/styles/bigblow/css/hideshow.css"/>

#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/bigblow/js/jquery-1.11.0.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/bigblow/js/jquery-ui-1.10.2.min.js"></script>

#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/bigblow/js/jquery.localscroll-min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/bigblow/js/jquery.zclip.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/bigblow/js/bigblow.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/bigblow/js/hideshow.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/lib/js/jquery.stickytableheaders.min.js"></script>
* Header
** Subheader
   Content

   More content
** Subheader 2
   Please?

* Second
** Such Wow
   contnet

** super whoa
   mkksks

If you export this to HTML, the tabs will work correctly, but if you remove the #+TITLE line, they will not.

readtheorg theme sticky toc is not opened when set toc headline level 4.

Thank you for your awesome org theme !

It is very clean and smart theme.

Today I found a bug when set the toc headline level 4.

Below is my setting.

My setting in org file.
#+SETUPFILE: "theme-readtheorg.setup"
#+OPTIONS: toc:4

My org export variable setting.
(setq org-export-headline-levels 4)

HTML Export
As HTML file(C-c C-x C-e h h)

Problem

When set toc headline levels lager than 4, sticky headline track scroll feature is freezing(no interactive list open/close with scrolling).

Bigblow: toggle collapse/expand with a single button/key

Hello!
Is it possible to have just one button and one hotkey to toggle HS_SHOW_ALL_TEXT and HS_HIDE_ALL_TEXT?

I have moved the two .buttons above the main section headline by changing some CSS and modifying hideshow.js line 166 like this:
$('.section-number-2').before($('<div class="buttons dontprint"></div>'));

Disable dashboard for bigblow

First of all, thanks a lot for this work. I got a nice looking and very usable website in a matter of minutes using bigblow. However, the dashboard is cause for trouble when viewed on a mobile phone. When it's panels are open, they completely cover the screen like curtains and they can't be removed anymore. Since I don't really use it at the moment, I'd like an option to remove it from the stylesheet. I guess I could look though the code and remove it altogether but I've absolutely no experience in javascript.

FEATURE REQUEST collapsible checkbox lists

I really enjoy using the big blow theme export but when using check boxes I have to write a lot of custom exported html in order to get them how I like.

The builtin export of the check-boxes only works for very small lists. To keep large lists manageable I implement a collapsible hyperlink tag <a href="javascript:void(0);"> expandable/collapsible list item </a> but this results in me having to write alot of my own html and javascript to get things working.

This is what is looks like after I am done rolling my own html and javascript unordered lists (clicking the hyperlinks causes them to expand or contract)
image
Is this something that could be built into the exporter?

bootstrap or foundation?

just wondering if yoiu'd be interested in building a style that loads either Twitter Bootstrap or Zurb foundatoin -- I have gotten used to some of hte typography in these frameworks and miss those elements. but I odn't want to miss hte cool features of bigblow.

I see there's an ox-twbs for twitter:
https://github.com/marsmining/ox-twbs
Might be a starting point?

Thank you for this, it's awesome.

how to display "_"

when I input init_db.sql, the html render

init<sub>db.sql</sub>

I need to input "" twice, Is it have an other way to display ""?

Disable Tab?

I regularly print my exported org files as a whole. Is it possible to disable tabs?

Date/time stamp in a heading does not display as expected

image

Firstly, very much like your theme. In the above image, I would have expected the colour scheme and theme to handle the date/timestamp. With the top line continuing across the timestamp and the grey colour appearing behind the same date/timestamp.

Is this an issue or expected behaviour?

styel error

#+DESCRIPTION: Org-HTML export made simple.
#+KEYWORDS:  org-mode, export, html, theme, style, css, js, bigblow
#+LANGUAGE:  en
#+OPTIONS:   H:4 toc:t num:2 ^:nil

#+PROPERTY:  header-args :padline noho
#+SETUPFILE: setup/theme-readtheorg-local.setup

image

Sticky Table Headers

I'm not sure how common a use-case this is, but I have some files with long tables containing lengthy text -- I use html export mostly so I can look at the whole table properly. For this I like to have "sticky" table headers. I can get this by adding JQuery Sticky Table Headers to the js scripts:

https://github.com/jmosbech/StickyTableHeaders

and then including a trivial bit of code:

$(document).ready ( function(){
    $('table').stickyTableHeaders();
});

It looks like Floatthread (http://mkoryak.github.io/floatThead/#) might also work, though it seems to add an unhelpfully narrow width to the table CSS.

I'm wondering whether it's worth including this in bigblow? Maybe lots of people would like it?

code block export issue

Hi,

the export of code blocks stopped working for me with an orgmode update mode from 8.X to 9.0.9.
All line breaks are removed from the exported html (this does not happen with the "plain" style)

Minimal example:

`
#+TITLE: Test
#+SETUPFILE: setup/theme-readtheorg-local.setup

#+BEGIN_SRC C
#include <stdio.h>

int main() {
printf("Hello World");
return 0;
}
#+END_SRC
`

codeblock

thank you!

Firefox and Chrome print "Press r or click ..."

When I have a web page with a TODO item, I get the "Press r or click here" box at the bottom when using the Bigblow theme.

When I print the page, both Firefox 38.2.1 and Chrome print this box on every page.

Safari 8.0.8 does not.

Is this a bug in these browsers or do they need some special treatment?

I'm using org 8.2.10, but that shouldn't matter.

Axel

HMTL export does not export the whole file

In a document structured as below :

  • First title
    ** First subtitle
    todos and stuff
  • Second title
    todos and stuff

The exported result contains only everything within "First title" and not "Second title". I checked that classic org-mode doesn't have this limitation.

ReadTheOrg - TOC Alignment

Hi, I like the way that the TOC has indentations to indicate the headline levels.

The default TOC has right alignment, it feel it's hard to navigate to a specific date, as shown in the image. I wonder if there is an easy way to align the TOC to the left?

image

Your readme.ord does nots render that good using the biglow theme

Hi Fabrice,

Been meaning to try org-mode and your stuff for a long time.
Being lazy, I just tried to switched the theme of your readme.org to bigblow... you shoud have a look for yourself... It does not really render as well as I expected. But of course, I imagine that the start hypothesesfor biglow had changed since you wrote the readme.......

So I confirm that bigblow is really good, excellent, stuff but ain't perfect yet :-)
BTW, math stuff does not seem to render in bigblow... (or I did not find the missing incantation).

Cheers,

D.

Applying a theme to an exported agenda view

Thanks for this great setup. I use a custom agenda command with org-store-agenda-views to publish the day/week agenda and global to-do list to a private website through Dropbox. Is there any way to apply these themes to exported agenda views? I don't see any way to use the #+SETUPFILE option, for example.

ReadTheDocs and one-page content

Is there a way not to load all the content of the org-mode exported website in one, big HTML file? Maybe one HTML file per section/heading?

Automatically generate icon for going to # link the way that github does

github's org export automatically generates an invisible icon next to each heading that allows linking to that heading. I'm not sure if this falls on the org-export or org-html-themes side of things, but it would be nice to have this sort of thing in the read-the-org theme to allow for easy linking to specific headings.

Table of contents in ReadTheOrg doesn't scroll *

Apologies if this is double-posted; I tried a few days ago but don't see it.

I've tried doing a couple of documents with ReadTheOrg. It's an awesome theme; I'd like to use it for a number of documents.

One of my documents is really long. I've noticed some issues with the left-sidebar table of contents:

  1. The left sidebar table of contents doesn't scroll.
  2. When I expand a section by clicking on its heading in the left sidebar TOC (thus exposing the "sub-TOC" for that section):

2.1 the expanded sub-TOC doesn't scroll either; and

2.2 there doesn't seem to be a way to re-collapse the expanded TOC.

ReadTheOrg margins are too small when printing

I don't know if anything can be done about this, but the vertical (top and bottom) margins are too small when printing, which results in running over page numbers on Firefox and strange splitting (cut lines) on Chrome. See attached screenshots.

print-preview-firefox

print-preview-chrome

Use local jquery and bootstrap instead of CDN ones

Using org-mode for note taking without internet connection is quite common, and if we're not using the local jquery and bootstrap we probably cannot even view the rendered org html file. It would be very nice if we make the resources available at local filesystem.

org-publishing not happening

I had everything working using your org-html-themes. But now the following error comes in the minibuffer while trying to do a org-publish-project

apply: Wrong type argument: listp, #("Fabrice Niessen" 0 15 (:parent (#0)))

Any reason what could have been messed up at my end.
Thanks
VKJ

copy-to-clipboard is hidden

There is a "copy-to-clipboard" button hidden at the upper right corner of code block
image

It can be fixed by setting z-index for the class of snippet-copy-to-clipboard but it looks out of place. But it's still better than hidden in my opinion.

image

Read The Org does not export border attribute

First of all thanks again for your nice themes!

I noticed that there is a problem exporting picture with border attribute with this theme (Bigblow is working correctly).

#+CAPTION: Frattura provocata da una impropria sezione dello sterno
#+attr_html: :width 300px :border 3px black
#+ATTR_LaTeX: swidth=5cm,angle=90
#+name: Fig.1-1

The picture exported is correctly display with appropriate width but without border.

Raw HTML doesn't appear to work

Your example doesn't have red text, and as simpler example also appears to have no effect. HTML tags within the #+HTML_BEGIN: are also treated as Org text.

#+HTML_BEGIN: <i>
Text can be preformatted 
#+HTML_END: </i>

The above does not render as italic, and a <b>foo</b> tag within does not render as bold.

svg image is cut of on right side

Hi

Some svg images are cut of on the right hand side (see Screenshot 1, including the R code used to generate the graph):

screenshot_1

The svg in itself is complete (see screenshot 2):

screenshot_2

Here is the code used to insert the image in the org document:

*** Self thinning lines of /quercus_robur/
#+CAPTION: Self thinning lines of /quercus_robur/
#+LABEL: fig:stl_quercus_robur
#+ATTR_LATEX: :float nil
[[file:selfThinningLines_quercus_robur_.svg]]

reducing the width of the generated svg to 6 in the R code, does make a difference, but then the font sizes have to be changed as well which is not to nice.

Any suggestions?

Thanks,

Rainer

LaTeX overlap in readtheorg and size too big in bigblow

Hello,

When exporting documents with LaTeX fragments, in bigblow the size is way too big (3 times the size of standard text) , how can I change it to make it fit the standard text size ?

In readtheorg some LaTeX fragments overlap text, also some fragments doesn't show up, like $\mathbb{K}$.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.