-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
users.html
20 lines (19 loc) · 5.6 KB
/
users.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html><html lang=""><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>textlint · The pluggable linting tool for text and markdown</title><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta name="generator" content="Docusaurus"/><meta name="description" content="The pluggable linting tool for text and markdown"/><meta property="og:title" content="textlint · The pluggable linting tool for text and markdown"/><meta property="og:type" content="website"/><meta property="og:url" content="https://textlint.github.io/index.html"/><meta property="og:description" content="The pluggable linting tool for text and markdown"/><meta property="og:image" content="https://textlint.github.io/img/textlint-icon_256x256.png"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://textlint.github.io/img/textlint-icon_256x256.png"/><link rel="shortcut icon" href="/img/textlint-icon_256x256.png"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css"/><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"/><link rel="alternate" type="application/atom+xml" href="https://textlint.github.io/blog/atom.xml" title="textlint Blog ATOM Feed"/><link rel="alternate" type="application/rss+xml" href="https://textlint.github.io/blog/feed.xml" title="textlint Blog RSS Feed"/><script type="text/javascript" src="https://buttons.github.io/buttons.js"></script><script src="/js/scrollSpy.js"></script><link rel="stylesheet" href="/css/main.css"/><script src="/js/codetabs.js"></script></head><body><div class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a href="/"><img class="logo" src="/img/textlint-icon_256x256.png" alt="textlint"/><h2 class="headerTitleWithLogo">textlint</h2></a><div class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul class="nav-site nav-site-internal"><li class=""><a href="/docs/getting-started.html" target="_self">Docs</a></li><li class=""><a href="https://github.com/textlint/textlint/wiki/Collection-of-textlint-rule" target="_self">Rules</a></li><li class=""><a href="/blog/" target="_self">Blog</a></li><li class=""><a href="/help.html" target="_self">Help</a></li><li class=""><a href="https://github.com/textlint/textlint" target="_self">GitHub</a></li><li class="navSearchWrapper reactNavSearchWrapper"><input type="text" id="search_input_react" placeholder="Search" title="Search"/></li></ul></nav></div></header></div></div><div class="navPusher"><div class="mainContainer"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="showcaseSection"><div class="prose"><h1>Who's Using This?</h1><p>This project is used by many folks</p></div><div class="logos"><a href="https://jsprimer.net"><img src="https://78.media.tumblr.com/avatar_c63524fcb991_128.png" title="JavaScript Primer"/></a><a href="https://github.com/vuejs/jp.vuejs.org"><img src="https://avatars3.githubusercontent.com/u/6128107?s=200&v=4" title="jp.vuejs.org"/></a><a href="https://survivejs.com/webpack/"><img src="https://www.gravatar.com/avatar/b26ec3c2769168c2cbc64cc3df9cdd9c?s=200" title="SURVIVEJS - WEBPACK"/></a><a href="http://hood.ie/"><img src="https://hoodiehq.github.io/hoodie-css/src/content_img/animals/low-profile-dog-3.png" title="Hoodie"/></a><a href="https://github.com/gis-oer/gis-oer"><img src="https://raw.githubusercontent.com/gis-oer/gis-oer/master/img/logo/logo_gis-oer_01_256px.png" title="GIS実習オープン教材"/></a><a href="https://soracom.jp"><img src="/img/soracom.png" title="株式会社ソラコム"/></a><a href="https://kohsei-san.hata6502.com/lp/"><img src="https://kohsei-san.hata6502.com/favicon.png" title="校正さん"/></a></div><p>Are you using this project?</p><a href="https://github.com/textlint/textlint/edit/master/website/siteConfig.js" class="button">Add your company or project</a></div></div></div></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home"><img src="/img/textlint-icon_256x256.png" alt="textlint" width="66" height="58"/></a><div><h5>Docs</h5><a href="/docs/configuring.html">User Manual</a><a href="/docs/rule.html">Developer Guide</a></div><div><h5>Community</h5><a href="https://gitter.im/textlint-ja/textlint-ja">Project Chat</a></div><div><h5>More</h5><a href="/blog">Blog</a><a href="https://github.com/textlint/textlint">GitHub</a><a class="github-button" href="https://github.com/textlint/textlint" data-icon="octicon-star" data-count-href="/textlint/textlint/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a></div></section><section class="copyright">Copyright © 2025 textlint organization</section></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;
}
// keyCode for '/' (slash)
if (e.keyCode === 191) {
const search = document.getElementById('search_input_react');
search && search.focus();
}
});
</script><script>
var search = docsearch({
apiKey: '27ef1d5fc0d12142485f3784f7d3cb46',
indexName: 'textlint',
inputSelector: '#search_input_react',
algoliaOptions: {}
});
</script></body></html>