For Mac, Windows, and Linux users who think in outlines. FoldingText for Atom is an outline editor with productivity features. It is clean, cross platform, and customizable. Install Documentation Support
ATOMエディタはデフォルトだとgitignore対象のファイルがtree view(左のファイル一覧)に表示されず、 ファイル検索にもヒットしません。 そのためbundlerやcomposerで落としたパッケージのコードを読む時などは少し工夫が必要です。 PHPのsilexというフレームワークを例に解説して行きます。 1.gitignore対象をtree viewに表示 preference → Packages → tree-viewの[Settiongs]ボタン よりtree viewの設定画面へ遷移し、Hide VCS Ignored Fileのチェックを外す。 gitignore対象のvendorディレクトリ以下がtree viewに表示されました。 2.tree viewのgitignore対象を見やすい色に変更する 現状のままでは背景のグレー色と重なりファイル名が読みにくいの
AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be
textlintのAtomプラグイン azu/textlintというテキストのlintエンジンがある。Node.js製なのでCLI周りは既にあるが、エディタでもできたら良いなと思ってAtomのプラグインを作った。TextLintについては「textlintで日本語の文章をチェックする」という記事を見てもらえると良い。 プラグインのインストール apmコマンドでインストール、または Settings → Install から linter-textlint で検索してもらうと出てくる。 $ apm install linter-textlint 使い方 Atomで開くプロジェクトに.textlintrcを配置し、プラグインやらオリジナルのルールを配置する。 例えばtextlint-rule-max-tenという一文に句点を3つ以上入れるなよというルールを使う場合、プロジェクトディレクトリでn
CompanyEngineeringProductSunsetting AtomWe are archiving Atom and all projects under the Atom organization for an official sunset on December 15, 2022. January 30, 2023 Update: Update to the previous version of Atom before February 2 On December 7, 2022, GitHub detected unauthorized access to a set of repositories used in the planning and development of Atom. After a thorough investigation, we hav
Cargo Project Support Create library and binary cargo packages, manage them too. CTRL-ALT-P as default Build Tasks & More... Tokamak supplies tasks on its toolbar for cleaning, formatting, running, testing and more... It is designed for helping your project's lifecycle. README of Tokamak Go To Definition and Hover over types Tokamak allows you to see types and enables you to go to definition. More
Atomのスキーマを見ていて、Atomの拡張方法が厳密に決まっていることを知った。別の名前空間を指定すれば自由に拡張できるのかと思っていた。 RFC 4287 - The Atom Syndication Format http://atompub.org/2005/08/17/atom.rnc スキーマ。RFC4287のAppendix Bと同じもの。 Atomマークアップを拡張するための明確に定義されたモデルがある。このモデルでは、明確な仕様により、拡張要素を置くことが可能な場所とそうでない場所が規定され、拡張における言語依存(とxml:lang属性に影響される部分)が明確に識別され、Atomパーサやハンドラーが、マークアップ内で未知または既知の拡張を発見した場合、どのような対応を取るべきかが記述されている。 後発XMLフィード形式「Atom」とは − TechTargetジャパン シ
私はタブブラウザにめぼしいものをいっぱい開いておいて、一通り見終わったら一気にはてブに放り込んでいる。ブックマークレットのボタンを押して次のタブに移ってまたブックマークレットのボタンを押して……というのを繰り返し、はてブの入力画面が出てきたらそこに戻るという感じでやっていた。で、コメントを書いて「追加する」を押して次のタブに移ってまたコメントを書いて……とやっているのだけれども、他のタブでブクマの登録が終わると、いま文字を入力していたテキストフォームのフォーカスがなんか変な感じになって未変換だった文字が消えたり、やけにフォーム入力が遅くなったり、裏で色々なJavaScriptが動いている副作用なんだろうけどストレスを感じる原因になっていた。なのではてなブックマークAtomAPI を使ってマイ入力装置を作った。 WSSE とか API 仕様とか REST がどうのこうのとかなんか面倒だったの
RSS 2.0 と Atom 1.0 の比較 最終更新日:2005/010/03 Witha System » Atom目次 » [1章 The Atom Project – RSSの興隆からAtomの誕生] » [2章 Atomフォーマット – The Atom Syndication Format] » [3章 Atom出版プロトコル – The Atom Publishing Protocol(AtomAPI)] » [4章 The Atom Publishing Protocol(AtomAPI)の利用法] » [AtomやAtomAPI関連のニュースや仕様へのリンク] » [RSS 2.0 と Atom 1.0 の比較] This page is a Japanese translation of “RSS 2.0 and Atom 1.0, Compared” by Mr. B
[要旨] Atom 0.3 のテンプレートを元に Atom 1.0 のテンプレートを作成する上で、非常に参考になる記事を発見しました。 [キーワード] Atom,ID,category
2005年12月 2日(金) 19時51分06秒 [Web関連] Atom 1.0 の仕様について述べられてるっぽいサイト Atom 1.0 の仕様について日本語で述べてあるっぽいサイトのリスト。 ◆RSS 2.0 と Atom 1.0 の比較 「RSS 2.0 and Atom 1.0, Compared」の和訳。詳しそうなのだが、できればAtom 0.3と比較してくれた方が今の目的には役立つかな…。^^;;; ◆Atom 1.0拡張機能、パート1 IBMのサイト。Atom1.0の拡張機能の前にAtom1.0の仕様が知りたいのだけど、参考文献でのリンク先は英語だなあ…。^^;;; しかしまあ、要するに、「An overview of the Atom 1.0 Syndication Format」このページだけ解読すれば、いいのかなあ? 仕様というにしては、短すぎる気も? ◆Atom 1
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く