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

C #1

Open
CurtisDoven opened this issue Jan 13, 2022 · 0 comments
Open

C #1

CurtisDoven opened this issue Jan 13, 2022 · 0 comments

Comments

@CurtisDoven
Copy link
Owner

tag:atom.io,2005:/packages <title>Atom Packages and Themes</title> 2022-01-07T20:50:14Z tag:atom.io,2005:Package/17909 2022-01-07T20:50:14Z 2022-01-07T20:50:19Z <title>toggle-gitignore</title> <h1> <a href="#toggle-gitignore-package" aria-hidden="true"></a>toggle-gitignore package</h1> <p>Toggle folder/file in .gitignore via the context menus</p> https://atom.io/packages/toggle-gitignore Souleste tag:atom.io,2005:Package/17908 2022-01-07T11:14:06Z 2022-01-07T11:18:49Z <title>apm-wordcount</title> <h1> <a href="#apm-wordcount-package" aria-hidden="true"></a>apm-wordcount package</h1> <p>A short description of your package.</p> <p><img src="https://i.github-camo.com/2c08678c355ef710338f4abf170cc999501b4093/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f36393136392f323239303235302f63333564383637612d613031372d313165332d383662652d6364376335626633666639622e676966" alt="A screenshot of your package" data-canonical-src="https://f.cloud.github.com/assets/69169/2290250/c35d867a-a017-11e3-86be-cd7c5bf3ff9b.gif"></p> https://atom.io/packages/apm-wordcount ramkumar-vkp tag:atom.io,2005:Package/17906 2022-01-04T19:00:57Z 2022-01-06T00:55:31Z <title>byteskript-syntax</title> <h1> <a href="#byteskript-grammar-atomio" aria-hidden="true"></a>ByteSkript Grammar (Atom.io)</h1> <p>A rudimentary language theme for the <a href="https://atom.io">Atom</a> text editor. Provides colours and identifier support for the basic language features.</p> <p>See the <a href="https://docs.byteskript.org">ByteSkript documentation</a> for information about getting started with the language.</p> <p>Full support for sections, folding, etc. is not yet available.</p> <p><img src="https://i.github-camo.com/2ef4086a384eaa271da6a249c68395095dc4d292/68747470733a2f2f757365722d696d616765732e67697468756275736572636f6e74656e742e636f6d2f31343134373437372f3134383037373031322d34633839393461642d323639362d346633622d386261312d3131383866306635303337342e706e67" alt="image" data-canonical-src="https://user-images.githubusercontent.com/14147477/148077012-4c8994ad-2696-4f3b-8ba1-1188f0f50374.png"></p> https://atom.io/packages/byteskript-syntax ByteSkript tag:atom.io,2005:Package/17905 2022-01-04T17:43:54Z 2022-01-04T17:44:00Z <title>language-computercraft-rebuilt</title> <h1> <a href="#language-computercraft-rebuilt" aria-hidden="true"></a>language-computercraft-rebuilt</h1> <p>Replaces language-computercraft which seems to be gone from github</p> <p>I have ported <a href="https://github.com/benanders/ST2-ComputerCraft-Package">https://github.com/benanders/ST2-ComputerCraft-Package</a> to atom</p> https://atom.io/packages/language-computercraft-rebuilt Caellion tag:atom.io,2005:Package/17904 2021-12-31T03:15:16Z 2021-12-31T03:15:23Z <title>barebone-atom-package-coffee</title> <p><a href="https://stackoverflow.com/questions/38138900/complete-guide-for-installing-apm-on-windows/41353271">Add apm to your PATH</a></p> <p><a href="http://web.archive.org/web/20160328161523/http://flight-manual.atom.io/hacking-atom/sections/package-modifying-text/">Coffee package manual</a></p> <p><a href="https://github.com/AcezukyRockon/barebone-atom-package">Javascript version</a></p> <p>Install package:</p> <ul> <li>Via website: <a href="https://atom.io/packages/barebone-atom-package-coffee">https://atom.io/packages/barebone-atom-package-coffee</a> </li> <li>Via Atom: File &gt; Settings &gt; Install &gt; Search "barebone-atom-package-coffee" &gt; Install</li> <li>Via apm command: apm install barebone-atom-package-coffee</li> </ul> <p>Edit and run instruction:</p> <ol> <li>It's recommended to uninstall this package first before making any edit.</li> <li>Go to <code>C:\Users\&lt;username&gt;\.atom\packages</code> and clone this repository</li> <li>Reload Atom and try to use package: <code>Ctrl+Shift+I</code> to open devtool &gt; <code>Ctrl+Shift+P</code> &gt; Type and run <code>Barebone Coffee: Owo</code> &gt; see <code>Owo coffee!</code> in the devtool console</li> <li>Make some edits</li> <li>Reload Atom by open "Command Palette" (Ctrl+Shift+P) &gt; Window Reload</li> <li>See result</li> </ol> <p>Push to Github and update package, in command line, type following:</p> <ol> <li>git fetch</li> <li>git status</li> <li>git add .</li> <li>git commit -m "update something"</li> <li>git push</li> <li>(optional) git tag</li> <li>update package in atom site: apm publish major/minor/patch</li> </ol> <p>Publish your package to atom site:</p> <ol> <li>Make sure you have requirements for publishing a package (package.json and git tag): <a href="https://flight-manual.atom.io/hacking-atom/sections/publishing/">https://flight-manual.atom.io/hacking-atom/sections/publishing/</a> </li> <li>Open command line, go to your package folder</li> <li>You may need to connect with your atom account via apm command</li> <li>Change git local user (remove --global tag): <a href="https://stackoverflow.com/questions/22844806/how-to-change-my-git-username-in-terminal">https://stackoverflow.com/questions/22844806/how-to-change-my-git-username-in-terminal</a> </li> <li>Type: git tag</li> <li>Type "apm publish major/minor/patch" (see more at <a href="https://flight-manual.atom.io/hacking-atom/sections/publishing/">https://flight-manual.atom.io/hacking-atom/sections/publishing/</a>)</li> <li>Congrats!</li> </ol> <p>Uninstall package:</p> <ul> <li>Via Atom: File &gt; Settings &gt; Packages &gt; Search "barebone-atom-package-coffee" &gt; Uninstall</li> <li>Via apm command: apm uninstall barebone-atom-package-coffee</li> </ul> https://atom.io/packages/barebone-atom-package-coffee AcezukyRockon tag:atom.io,2005:Package/17903 2021-12-30T21:20:48Z 2022-01-10T03:37:04Z <title>audio-syntax</title> <h1> <a href="#audio-syntax-theme" aria-hidden="true"></a>audio-syntax theme</h1> <p>A short description of your theme.</p> <p><img src="https://i.github-camo.com/4536297f04b7adea36e627a837481ce38cd508e2/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f36393136392f323238393439382f34633363623065632d613030392d313165332d386462642d3037376565313137343165352e676966" alt="A screenshot of your theme" data-canonical-src="https://f.cloud.github.com/assets/69169/2289498/4c3cb0ec-a009-11e3-8dbd-077ee11741e5.gif"></p> https://atom.io/packages/audio-syntax afmarchetti tag:atom.io,2005:Package/17902 2021-12-30T21:17:28Z 2021-12-30T21:47:05Z <title>audio-ui</title> <h1> <a href="#audio---ui-theme" aria-hidden="true"></a>Audio - UI Theme</h1> <p>Cool UI Theme for Atom based on Ableton Audio Software.</p> <p>By MarchettiDesign.net</p> https://atom.io/packages/audio-ui afmarchetti tag:atom.io,2005:Package/17901 2021-12-30T18:59:54Z 2021-12-30T22:52:07Z <title>tree-view-clipboard</title> <h1> <a href="#tree-view-clipboard-package" aria-hidden="true"></a>tree-view-clipboard package</h1> <p>Add native-like Clipboard operations to the <a href="https://atom.io/packages/tree-view">tree-view</a>. This plugin allows you to copy, cut and paste folders and files via the <a href="https://atom.io/packages/tree-view">tree-view</a> context menu and <a href="#keybindings">keybindings</a>.</p> <h2> <a href="#copy" aria-hidden="true"></a>Copy</h2> <p>You can copy tree-view selections by right-clicking them and clicking "Copy" in the context menu. The respective folders/files will be placed on the clipboard, ready to be pasted anywhere.</p> <p><img src="https://i.github-camo.com/9d18a1e664403e2054d89c7a75ed28bccfbe86eb/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f536f756c657374652f747265652d766965772d636c6970626f6172642f76312e302e332f6173736574732f726561642d6d652f747265652d766965772d636f70792e706e67" alt="copy" data-canonical-src="https://raw.githubusercontent.com/Souleste/tree-view-clipboard/v1.0.3/assets/read-me/tree-view-copy.png"></p> <h2> <a href="#cut" aria-hidden="true"></a>Cut</h2> <p>You can cut tree-view selections by right-clicking them and clicking "Cut" in the context menu. The respective folders/files will be placed on the clipboard, ready to be pasted anywhere.</p> <p><img src="https://i.github-camo.com/39b32b055cdfd06489191d63d4ae7348913c5596/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f536f756c657374652f747265652d766965772d636c6970626f6172642f76312e302e332f6173736574732f726561642d6d652f747265652d766965772d6375742e706e67" alt="cut" data-canonical-src="https://raw.githubusercontent.com/Souleste/tree-view-clipboard/v1.0.3/assets/read-me/tree-view-cut.png"></p> <h2> <a href="#paste" aria-hidden="true"></a>Paste</h2> <p>You can paste folders and files by right-clicking in the tree-view and clicking "Paste" in the context menu.</p> <p><img src="https://i.github-camo.com/4ccfe846c448fc955de40b70e6256569e453b9a2/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f536f756c657374652f747265652d766965772d636c6970626f6172642f76312e302e332f6173736574732f726561642d6d652f747265652d766965772d70617374652e706e67" alt="paste" data-canonical-src="https://raw.githubusercontent.com/Souleste/tree-view-clipboard/v1.0.3/assets/read-me/tree-view-paste.png"></p> <p>This will paste the folders and files from the clipboard into all selected folders in the tree-view.</p> <p><img src="https://i.github-camo.com/dab79c02e323b8e610a55a202a903f9a0d4c163f/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f536f756c657374652f747265652d766965772d636c6970626f6172642f76312e302e332f6173736574732f726561642d6d652f747265652d766965772d7061737465642e706e67" alt="pasted" data-canonical-src="https://raw.githubusercontent.com/Souleste/tree-view-clipboard/v1.0.3/assets/read-me/tree-view-pasted.png"></p> <h2> <a href="#keybindings" aria-hidden="true"></a>Keybindings</h2> <p>Override tree-view-clipboard keybindings in the <code>keymap.cson</code> file.</p> <pre><code>'.platform-win32 .tree-view': 'ctrl-c': 'tree-view-clipboard:copy' 'ctrl-x': 'tree-view-clipboard:cut' 'ctrl-v': 'tree-view-clipboard:paste'

'tree-view':
'ctrl-c': 'tree-view-clipboard:copy'
'ctrl-x': 'tree-view-clipboard:cut'
'ctrl-v': 'tree-view-clipboard:paste'
</code></pre>
https://atom.io/packages/tree-view-clipboard

Souleste



tag:atom.io,2005:Package/17893
2021-12-29T21:31:56Z
2021-12-29T23:42:50Z

<title>theme-fluxor</title>
<h1>
<a href="#theme-fluxor" aria-hidden="true"></a>Theme Fluxor</h1>
<p>Switches your theme based on your location and the position of the sun via <a href="https://www.npmjs.com/package/solar-calc"&gt;solar-calc&lt;/a&gt;.&lt;/p>
<h2>
<a href="#justification" aria-hidden="true"></a>Justification</h2>
<ul>
<li>
<a href="https://github.com/as-cii/theme-flux"&gt;https://github.com/as-cii/theme-flux&lt;/a> is broken as of December 2021</li>
<li>
<a href="https://github.com/qwtel/theme-flux-solar"&gt;https://github.com/qwtel/theme-flux-solar&lt;/a> is broken as of December 2021</li>
</ul>
<h2>
<a href="#features" aria-hidden="true"></a>Features</h2>
<ul>
<li>Can obtain your location via your IP address</li>
<li>Supports dawn, day, dusk, and night, with day and night being the default.</li>
<li>Syncs changes to Atom Themes setting to this package configuration.</li>
</ul>
https://atom.io/packages/theme-fluxor

ClaymasterJ



tag:atom.io,2005:Package/17891
2021-12-23T00:28:20Z
2021-12-23T00:28:25Z

<title>build-parcel</title>
<h1>
<a href="#build-parcel" aria-hidden="true"></a>build-parcel</h1>
<p><a href="https://atom.io/packages/build-parcel"&gt;&lt;img src="https://i.github-camo.com/a372c8f7cf404406763a98901db63838b85372d6/68747470733a2f2f666c61742e62616467656e2e6e65742f61706d2f6c6963656e73652f6275696c642d70617263656c" alt="apm" data-canonical-src="https://flat.badgen.net/apm/license/build-parcel"&gt;&lt;/a>
<a href="https://atom.io/packages/build-parcel"&gt;&lt;img src="https://i.github-camo.com/3c159e89213818a2dbd181661e4426744244a3a2/68747470733a2f2f666c61742e62616467656e2e6e65742f61706d2f762f6275696c642d70617263656c" alt="apm" data-canonical-src="https://flat.badgen.net/apm/v/build-parcel"&gt;&lt;/a>
<a href="https://atom.io/packages/build-parcel"&gt;&lt;img src="https://i.github-camo.com/d28d3ab730979ad2b999acfeb55b1614e9cf2deb/68747470733a2f2f666c61742e62616467656e2e6e65742f61706d2f646c2f6275696c642d70617263656c" alt="apm" data-canonical-src="https://flat.badgen.net/apm/dl/build-parcel"&gt;&lt;/a>
<a href="https://github.com/idleberg/atom-build-parcel/actions"&gt;&lt;img src="https://i.github-camo.com/fd2254b8e15cf6d5b4572712b107f4dcd42dc991/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f69646c65626572672f61746f6d2d6275696c642d70617263656c2f43493f7374796c653d666c61742d737175617265" alt="CI" data-canonical-src="https://img.shields.io/github/workflow/status/idleberg/atom-build-parcel/CI?style=flat-square"&gt;&lt;/a>
<a href="https://david-dm.org/idleberg/atom-build-parcel?type=dev"&gt;&lt;img src="https://i.github-camo.com/0f79d611248d07257a4f538ce7f6a9890b1028ee/68747470733a2f2f666c61742e62616467656e2e6e65742f64617669642f6465762f69646c65626572672f61746f6d2d6275696c642d70617263656c" alt="David" data-canonical-src="https://flat.badgen.net/david/dev/idleberg/atom-build-parcel"&gt;&lt;/a&gt;&lt;/p>
<p><a href="https://atombuild.github.io/"&gt;Atom Build</a> provider for <code>parcel</code>, the zero configuration build tool for the web.</p>
<h2>
<a href="#installation" aria-hidden="true"></a>Installation</h2>
<h3>
<a href="#apm" aria-hidden="true"></a>apm</h3>
<p>Install <code>build-parcel</code> from Atom's <a href="http://flight-manual.atom.io/using-atom/sections/atom-packages/"&gt;Package Manager</a> or the command-line equivalent:</p>
<p><code>$ apm install build-parcel</code></p>
<h3>
<a href="#using-git" aria-hidden="true"></a>Using Git</h3>
<p>Change to your Atom packages directory:</p>
<p><strong>Windows</strong></p>
<pre class="editor editor-colors"><div class="line"><span class="text plain null-grammar"><span># Powershell</span></span></div><div class="line"><span class="text plain null-grammar"><span>$ cd $Env:USERPROFILE.atom\packages</span></span></div></pre>

<pre class="editor editor-colors"><div class="line"><span class="text plain null-grammar"><span>:: Command Prompt</span></span></div><div class="line"><span class="text plain null-grammar"><span>$ cd %USERPROFILE%.atom\packages</span></span></div></pre>

<p><strong>Linux &amp; macOS</strong></p>
<pre class="editor editor-colors"><div class="line"><span class="source shell"><span>$ </span><span class="support function builtin shell"><span>cd</span></span><span> </span><span class="keyword operator tilde shell"><span>~</span></span><span>/.atom/packages/</span></span></div></pre>

<p>Clone repository as <code>build-parcel</code>:</p>
<pre class="editor editor-colors"><div class="line"><span class="source shell"><span>$ git clone https://github.com/idleberg/atom-build-parcel build-parcel&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/pre>

<p>Inside the cloned directory, install Node dependencies:</p>
<pre class="editor editor-colors"><div class="line"><span class="source shell"><span>$ yarn </span><span class="keyword operator pipe shell"><span>|</span><span>|</span></span><span> npm install</span></span></div></pre>

<p>You should now be setup to build the package:</p>
<pre class="editor editor-colors"><div class="line"><span class="source shell"><span>$ yarn build </span><span class="keyword operator pipe shell"><span>|</span><span>|</span></span><span> npm run build</span></span></div></pre>

<h2>
<a href="#usage" aria-hidden="true"></a>Usage</h2>
<h3>
<a href="#prerequisites" aria-hidden="true"></a>Prerequisites</h3>
<p>Make sure <a href="https://parceljs.org/"&gt;Parcel&lt;/a> is installed properly and that <code>parcel</code> is in your PATH <a href="http://superuser.com/a/284351/195953"&gt;environmental variable</a>.</p>
<h3>
<a href="#build" aria-hidden="true"></a>Build</h3>
<p>Before you can build, select an active target with your preferred build option.</p>
<p>Available targets:</p>
<ul>
<li>Parcel: build</li>
<li>Parcel: serve</li>
<li>Parcel: watch</li>
</ul>
<h3>
<a href="#shortcuts" aria-hidden="true"></a>Shortcuts</h3>
<p>Here's a reminder of the default shortcuts you can use with this package:</p>
<p><strong>Select active target</strong></p>
<p>Cmd+Alt+T or F7</p>
<p><strong>Build script</strong></p>
<p>Cmd+Alt+B or F9</p>
<p><strong>Jump to error</strong></p>
<p>Cmd+Alt+G or F4</p>
<p><strong>Toggle build panel</strong></p>
<p>Cmd+Alt+V or F8</p>
<h2>
<a href="#license" aria-hidden="true"></a>License</h2>
<p>This work is licensed under the <a href="https://github.com/idleberg/atom-build-parcel/blob/v0.1.0/LICENSE"&gt;The MIT License</a>.</p>
https://atom.io/packages/build-parcel

idleberg



tag:atom.io,2005:Package/17890
2021-12-22T18:26:48Z
2021-12-22T18:26:55Z

<title>barebone-atom-package</title>
<p>To use apm command, follow this to add apm to your PATH: <a href="https://stackoverflow.com/questions/38138900/complete-guide-for-installing-apm-on-windows/41353271"&gt;https://stackoverflow.com/questions/38138900/complete-guide-for-installing-apm-on-windows/41353271&lt;/a&gt;&lt;/p>
<p>Install package:</p>
<ul>
<li>Via website: <a href="https://atom.io/packages/barebone-atom-package"&gt;https://atom.io/packages/barebone-atom-package&lt;/a>
</li>
<li>Via Atom: File &gt; Settings &gt; Install &gt; Search "barebone-atom-package" &gt; Install</li>
<li>Via apm command: apm install barebone-atom-package</li>
</ul>
<p>Edit and run instruction:</p>
<ol>
<li>It's recommended to uninstall this package first before making any edit.</li>
<li>Go to <code>C:\Users&amp;lt;username&gt;.atom\packages</code> and clone this repository</li>
<li>Reload Atom and try to use package: <code>Ctrl+Shift+I</code> to open devtool &gt; <code>Ctrl+Shift+P</code> &gt; Type and run <code>barebone:Owo</code> &gt; see <code>Owo</code> in the devtool console</li>
<li>Make some edits</li>
<li>Reload Atom by open "Command Palette" (Ctrl+Shift+P) &gt; Window Reload</li>
<li>See result</li>
</ol>
<p>Push to Github and update package, in command line, type following:</p>
<ol>
<li>git fetch</li>
<li>git status</li>
<li>git add .</li>
<li>git commit -m "update something"</li>
<li>git push</li>
<li>(optional) git tag</li>
<li>update package in atom site: apm publish major/minor/patch</li>
</ol>
<p>Publish your package to atom site:</p>
<ol>
<li>Make sure you have requirements for publishing a package (package.json and git tag): <a href="https://flight-manual.atom.io/hacking-atom/sections/publishing/"&gt;https://flight-manual.atom.io/hacking-atom/sections/publishing/&lt;/a>
</li>
<li>Open command line, go to your package folder</li>
<li>You may need to connect with your atom account via apm command</li>
<li>Change git local user (remove --global tag): <a href="https://stackoverflow.com/questions/22844806/how-to-change-my-git-username-in-terminal"&gt;https://stackoverflow.com/questions/22844806/how-to-change-my-git-username-in-terminal&lt;/a>
</li>
<li>Type: git tag</li>
<li>Type "apm publish major/minor/patch" (see more at <a href="https://flight-manual.atom.io/hacking-atom/sections/publishing/"&gt;https://flight-manual.atom.io/hacking-atom/sections/publishing/&lt;/a&gt;)&lt;/li>
<li>Congrats!</li>
</ol>
<p><img src="https://i.github-camo.com/2fea35d3389654f0fb2d48f2394d649f4210f783/68747470733a2f2f692e696d6775722e636f6d2f674a344b6378412e706e67" alt="" data-canonical-src="https://i.imgur.com/gJ4KcxA.png">
<img src="https://i.github-camo.com/2baf8309a069a7b091e666cb3947124af86243d9/68747470733a2f2f692e696d6775722e636f6d2f5a69435538366f2e706e67" alt="" data-canonical-src="https://i.imgur.com/ZiCU86o.png"&gt;&lt;/p>
<p>Uninstall package:</p>
<ul>
<li>Via Atom: File &gt; Settings &gt; Packages &gt; Search "barebone-atom-package" &gt; Uninstall</li>
<li>Via apm command: apm uninstall barebone-atom-package</li>
</ul>
https://atom.io/packages/barebone-atom-package

AcezukyRockon



tag:atom.io,2005:Package/17857
2021-12-22T07:02:09Z
2022-01-02T10:31:23Z

<title>background-video-player</title>
<h1>
<a href="#background-video-player--manager-for-atom" aria-hidden="true"></a>Background video player / manager for Atom</h1>
<p>*** ALPHA VERSION (Not really public ready) </p>
<p>
ESPECIALLY BAD WINDOWS SUPPORT FOR NOW :P ***</p>
<h2>
<a href="#usage" aria-hidden="true"></a>Usage</h2>
<h3>
<a href="#play-videos-in-background" aria-hidden="true"></a>Play videos in background</h3>
<h3>
<a href="#recommended" aria-hidden="true"></a>recommended</h3>
<ul>
<li>
<p>use Real_ESRGAN to improve quality of images (not implemented yet)</p>
</li>
<li>
<p>use thunar script for image_created_by_thunar.jpg and folders "images_created_by_thunar"... (not public yet)</p>
</li>
</ul>
<h4>
<a href="#todo-" aria-hidden="true"></a>Todo :</h4>
<ul>
<li>
<p>shadowRoot bug after inactivity / suspend ?</p>
</li>
<li>
<p>SOME THEMES PUT COLOR ABOVE BACKGROUND IMAGE (Nord Atom for example)... :(
(Need to edit theme manually, cannot find JS or CSSthat works with !important... - .item-views)</p>
</li>
<li>
<p>images : not use image if (height &gt; width)</p>
</li>
<li>
<p>include audio player ?? (use video with displaying,playing audio only ?)</p>
</li>
<li>
<p>disable video but keep playing audio on focus change, instead of pausing</p>
</li>
<li>
<p>allow previous video (add button too)</p>
</li>
<li>
<p>disable / enable line-numbers background color ???</p>
</li>
<li>
<p>disable / enable dim background</p>
</li>
<li>
<p>allow to add an unlimited amount of RV / RVL / RI... in settings</p>
</li>
<li>
<p>range of background opacity in settings</p>
</li>
<li>
<p>Add button for Real_ESRGAN</p>
</li>
<li>
<p>ctrl + alt + m : next image ???</p>
</li>
<li>
<p>transfer to/from mpv player</p>
</li>
</ul>
<h1>
<a href="#xtra-not-directly-related-to-background-video-player-but-to-atom-in-general-on-my-personal-configuration" aria-hidden="true"></a>XTRA (Not directly related to background-video-player but to Atom in general on my personal configuration)</h1>
<p>1 - I want to switch displayCodeHighlights on text selection, to see it better on the minimap,
Need to change 2 functions in the "highlight-selected" plugin :</p>
<p>search-model.js :</p>
<p><code>static makeClasses() { atom.config.set('minimap.displayCodeHighlights', 'false');</code></p>
<p>selection-manager.js :</p>
<p><code>removeAllMarkers() { atom.config.set('minimap.displayCodeHighlights', 'true');</code></p>
<p>2 - Refresh the css right position of wallpaper to avoid minimap by changing "tree-view-autoresize" plugin :
On hide/show tree-view, the background wallpaper goes under the minimap plugin...</p>
<p>tree-view-autoresize.coffee :</p>
<p><code>resizeTreeView: -&gt; setTimeout =&gt; if(atom.config.get('background-video-player.underMinimap')==false) document.querySelectorAll(".item-views")[1].style.backgroundPosition="top 0px right " + document.getElementsByTagName('atom-text-editor-minimap')[0].width + "px";</code></p>
https://atom.io/packages/background-video-player

justUmen



tag:atom.io,2005:Package/17855
2021-12-22T03:57:47Z
2022-01-03T06:59:24Z

<title>op-nhom1demo</title>
<h1>
<a href="#op-nhom1demo-package" aria-hidden="true"></a>op-nhom1demo package</h1>
<p>Add apm to your PATH: <a href="https://stackoverflow.com/questions/38138900/complete-guide-for-installing-apm-on-windows"&gt;https://stackoverflow.com/questions/38138900/complete-guide-for-installing-apm-on-windows&lt;/a&gt;&lt;/p>
<p>Supported snippet languages: HTML, CSS, JAVASCRIPT</p>
<p>How to use "snippet":</p>
<ol>
<li>go to test file</li>
<li>type one of following snippet on test file, then select the word</li>
<li>open command palette, search for "Op Nhom1demo: Expand" and run the command</li>
<li>magic appears!</li>
</ol>
<p>Edit and run instruction:</p>
<ol>
<li>It's recommended to uninstall this package first before making any edit.</li>
<li>Clone this repository (git clone <a href="https://github.com/AcezukyRockon/op-nhom1demo.git"&gt;https://github.com/AcezukyRockon/op-nhom1demo.git&lt;/a>) at <code>C:\Users&amp;lt;username&gt;.atom\packages</code>
</li>
<li>Reload Atom. Based on file extension, select the keyword (list of words in main.js) and press ctrl+tab. Snippet will appear.</li>
<li>Make some edits</li>
<li>Reload Atom by open "Command Palette" (Ctrl+Shift+P) &gt; Window Reload</li>
<li>See result</li>
</ol>
<p>Push to Github, open command line in package's folder, type following:</p>
<ol>
<li>git fetch</li>
<li>git status</li>
<li>git add .</li>
<li>git commit -m "update something"</li>
<li>git push</li>
</ol>
<p>Publish your package to atom site:</p>
<ol>
<li>Make sure you have requirements for publishing a package (package.json and git tag): <a href="https://flight-manual.atom.io/hacking-atom/sections/publishing/"&gt;https://flight-manual.atom.io/hacking-atom/sections/publishing/&lt;/a>
</li>
<li>Open command line, go to your package folder</li>
<li>You may need to connect with your atom account via apm command</li>
<li>Change git local user (remove --global tag): <a href="https://stackoverflow.com/questions/22844806/how-to-change-my-git-username-in-terminal"&gt;https://stackoverflow.com/questions/22844806/how-to-change-my-git-username-in-terminal&lt;/a>
</li>
<li>Type: git tag</li>
<li>Type "apm publish major/minor/patch" (see more at <a href="https://flight-manual.atom.io/hacking-atom/sections/publishing/"&gt;https://flight-manual.atom.io/hacking-atom/sections/publishing/&lt;/a&gt;)&lt;/li>
<li>Congrats!</li>
</ol>
<p>Install package:</p>
<ul>
<li>Via website: <a href="https://atom.io/packages/op-nhom1demo"&gt;https://atom.io/packages/op-nhom1demo&lt;/a>
</li>
<li>Via Atom: File &gt; Settings &gt; Install &gt; Search "op-nhom1demo" &gt; Install</li>
<li>Via apm command: apm install op-nhom1demo</li>
<li>Check if package is installed: try to run package in step 3 "Edit and run instruction"</li>
</ul>
<p>Uninstall package:</p>
<ul>
<li>Via Atom: File &gt; Settings &gt; Packages &gt; Search "op-nhom1demo" &gt; Uninstall</li>
<li>Via apm command: apm uninstall op-nhom1demo</li>
</ul>
<p>Tags and versions:</p>
<ul>
<li>v0.0.4: Change command name and add key bind. To run old snippet, select word (list of words in main.js) and press ctrl+alt.</li>
<li>v0.0.3: Add HTML, CSS, JS snippet using snippet folder</li>
<li>v0.0.2: Add snippet feature by using <a href="https://flight-manual.atom.io/hacking-atom/sections/package-modifying-text/"&gt;atom API to select text and insert text</a>
</li>
<li>v0.0.1: barebone main.js with very simple console log</li>
</ul>
https://atom.io/packages/op-nhom1demo

AcezukyRockon



tag:atom.io,2005:Package/17854
2021-12-21T19:41:32Z
2021-12-21T19:43:18Z

<title>flutter</title>
<h1>
<a href="#flutter-package" aria-hidden="true"></a>flutter package</h1>
<p>A package for Atom that enables basic support for Flutter development.</p>
<p>The package itself is very much in development, and non-functional as of now.
Please excuse this as I work on it.</p>
<p>If you have an idea feel free to suggest it in the bug section.</p>
<blockquote>
<p>I am not taking pull requests just yet because of how early this is in development. Thank you for understanding.</p>
</blockquote>
<p><img src="https://i.github-camo.com/2c08678c355ef710338f4abf170cc999501b4093/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f36393136392f323239303235302f63333564383637612d613031372d313165332d383662652d6364376335626633666639622e676966" alt="A screenshot of your package" data-canonical-src="https://f.cloud.github.com/assets/69169/2290250/c35d867a-a017-11e3-86be-cd7c5bf3ff9b.gif"&gt;&lt;/p>
https://atom.io/packages/flutter

dkeners



tag:atom.io,2005:Package/17853
2021-12-20T11:50:15Z
2021-12-20T11:51:59Z

<title>atom-layerfile</title>
<h1>
<a href="#layerfile" aria-hidden="true"></a>Layerfile</h1>
<p>Layerfile package for atom</p>
https://atom.io/packages/atom-layerfile

Peter8234



tag:atom.io,2005:Package/17852
2021-12-17T06:49:36Z
2021-12-17T06:49:57Z

<title>language-kdl</title>
<h1>
<a href="#kdl-for-atom" aria-hidden="true"></a>KDL for Atom</h1>
<p>Grammers taken nearly completely from the <a href="https://github.com/kdl-org/vscode-kdl"&gt;official VSCode extension</a>, with the only modifications done to handle <a href="https://github.com/kkos/oniguruma"&gt;Oniguruma&lt;/a> Unicode oddities.</p>
https://atom.io/packages/language-kdl

Skehmatics



tag:atom.io,2005:Package/17851
2021-12-15T14:45:59Z
2021-12-16T13:00:09Z

<title>python-virtualenv</title>
<h1>
<a href="#python-virtualenv" aria-hidden="true"></a>python-virtualenv</h1>
<p>Automatic Python .venv activation in current project</p>
<p>When current text editor changes, package searches for <em>.venv/bin/activate</em> file, sources it and modifies PATH for the Atom process.</p>
<p>Currently only <em>.venv</em> is supported, since it's most widely used name for in-project virtualenv and many tools use it, such as <a href="https://python-poetry.org"&gt;Poetry&lt;/a&gt;.&lt;/p>
<p>You can not deactivate virtualenv, but please open an issue if this is an essential feature.</p>
<p>You can see which project's virtualenv is currently active in the status bar at the bottom.</p>
<blockquote>
<p><strong>NOTE</strong>: There are one caveat that you can notice: there may be virtualenv and editor mismatch on Atom startup if files from different projects was opened at editor shutdown.</p>
<p>This is because there are packages, such as <a href="https://atom.io/packages/ide-python"&gt;ide-python&lt;/a>, that execute their logic for each opened editor and require virtualenv for each of them in order to spawn matching <a href="https://github.com/palantir/python-language-server"&gt;python-language-server&lt;/a>, but lack the discovery. For example, if you don't have <strong>python-language-server</strong> installed globally (only within project's <em>.venv</em>), this <em>.venv</em> must be activated when <strong>ide-python</strong> attempts to spawn it. And if I ensure that current project is processed last by this package, <strong>ide-python</strong> will use it's <strong>python-language-server</strong> (if it's installed) for any other python files from any project that currently have text editor opened.</p>
<p>AFAIK opened editors processing order is undefined, so I can not be sure that <em>.venv</em> used by <strong>ide-python</strong> right now and project for one particular opened file match. Only solution is on <strong>ide-python</strong> side - implement <em>.venv</em> discovery on their own.</p>
</blockquote>
https://atom.io/packages/python-virtualenv

okaminoseishin



tag:atom.io,2005:Package/17850
2021-12-14T01:15:58Z
2021-12-16T19:56:10Z

<title>nicbudd-syntax</title>
<h1>
<a href="#nicbudd-syntax-theme" aria-hidden="true"></a>nicbudd-syntax theme</h1>
<p>A blue-green-red with hints of purple-orange theme that I use to match the rest of my theme.</p>
<p>Tested and used on C, Python, and Java.</p>
<p><img src="https://i.github-camo.com/f50b9182bed8e1f926b7b2c8f3e9e8d3098ae3bc/68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f3339363733303739353934393239333537312f3931383031363837363639353637343930302f53637265656e73686f745f323032312d31322d30385f30302d35302d34372e706e67" alt="A screenshot of your theme" data-canonical-src="https://cdn.discordapp.com/attachments/396730795949293571/918016876695674900/Screenshot_2021-12-08_00-50-47.png"&gt;&lt;/p>
https://atom.io/packages/nicbudd-syntax

Nicbudd



tag:atom.io,2005:Package/17848
2021-12-13T12:36:31Z
2021-12-14T06:36:11Z

<title>yospos-ui-2021</title>
<h2>
<a href="#yospos-atom-theme" aria-hidden="true"></a>YOSPOS atom theme</h2>
<p>New yospos-ui theme that I rewrote because yospos-ui is not working in 2022</p>
<p><img src="https://i.github-camo.com/bab4a711884655401e46eda5cfcbbae52fa53de3/68747470733a2f2f757365722d696d616765732e67697468756275736572636f6e74656e742e636f6d2f34393834383933352f3134353934353333362d31386232366630302d643031632d343833662d623231382d6561653732633638623438642e706e67" alt="145808358-f9541519-947c-4465-ac04-bca1d49daffe" data-canonical-src="https://user-images.githubusercontent.com/49848935/145945336-18b26f00-d01c-483f-b218-eae72c68b48d.png"&gt;&lt;/p>
<ul>
<li><a href="https://atom.io/themes/yospos-ui-2021"&gt;https://atom.io/themes/yospos-ui-2021&lt;/a&gt;&lt;/li>
</ul>
https://atom.io/packages/yospos-ui-2021

ifelsee



tag:atom.io,2005:Package/17845
2021-12-12T01:52:01Z
2021-12-23T00:29:37Z

<title>build-vite</title>
<h1>
<a href="#build-vite" aria-hidden="true"></a>build-vite</h1>
<p><a href="https://atom.io/packages/build-vite"&gt;&lt;img src="https://i.github-camo.com/aee9babdf6ed6e95174da0d2000f7eb32c72ea7d/68747470733a2f2f666c61742e62616467656e2e6e65742f61706d2f6c6963656e73652f6275696c642d76697465" alt="apm" data-canonical-src="https://flat.badgen.net/apm/license/build-vite"&gt;&lt;/a>
<a href="https://atom.io/packages/build-vite"&gt;&lt;img src="https://i.github-camo.com/f95c36419b1f0a1bc77c77bd3434b68e9cda1927/68747470733a2f2f666c61742e62616467656e2e6e65742f61706d2f762f6275696c642d76697465" alt="apm" data-canonical-src="https://flat.badgen.net/apm/v/build-vite"&gt;&lt;/a>
<a href="https://atom.io/packages/build-vite"&gt;&lt;img src="https://i.github-camo.com/9811b6727a5234edd8a360456bee185ce88ac22e/68747470733a2f2f666c61742e62616467656e2e6e65742f61706d2f646c2f6275696c642d76697465" alt="apm" data-canonical-src="https://flat.badgen.net/apm/dl/build-vite"&gt;&lt;/a>
<a href="https://github.com/idleberg/atom-build-vite/actions"&gt;&lt;img src="https://i.github-camo.com/c234665def03e3876bce8021895eaa267ab2c8f3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f69646c65626572672f61746f6d2d6275696c642d766974652f43493f7374796c653d666c61742d737175617265" alt="CI" data-canonical-src="https://img.shields.io/github/workflow/status/idleberg/atom-build-vite/CI?style=flat-square"&gt;&lt;/a>
<a href="https://david-dm.org/idleberg/atom-build-vite?type=dev"&gt;&lt;img src="https://i.github-camo.com/34bdeac3cb541e3b8eaccd59724b7eaa4baef760/68747470733a2f2f666c61742e62616467656e2e6e65742f64617669642f6465762f69646c65626572672f61746f6d2d6275696c642d76697465" alt="David" data-canonical-src="https://flat.badgen.net/david/dev/idleberg/atom-build-vite"&gt;&lt;/a&gt;&lt;/p>
<p><a href="https://atombuild.github.io/"&gt;Atom Build</a> provider for <code>vite</code>, the next generation frontend tooling for the Web.</p>
<h2>
<a href="#installation" aria-hidden="true"></a>Installation</h2>
<h3>
<a href="#apm" aria-hidden="true"></a>apm</h3>
<p>Install <code>build-vite</code> from Atom's <a href="http://flight-manual.atom.io/using-atom/sections/atom-packages/"&gt;Package Manager</a> or the command-line equivalent:</p>
<p><code>$ apm install build-vite</code></p>
<h3>
<a href="#using-git" aria-hidden="true"></a>Using Git</h3>
<p>Change to your Atom packages directory:</p>
<p><strong>Windows</strong></p>
<pre class="editor editor-colors"><div class="line"><span class="text plain null-grammar"><span># Powershell</span></span></div><div class="line"><span class="text plain null-grammar"><span>$ cd $Env:USERPROFILE.atom\packages</span></span></div></pre>

<pre class="editor editor-colors"><div class="line"><span class="text plain null-grammar"><span>:: Command Prompt</span></span></div><div class="line"><span class="text plain null-grammar"><span>$ cd %USERPROFILE%.atom\packages</span></span></div></pre>

<p><strong>Linux &amp; macOS</strong></p>
<pre class="editor editor-colors"><div class="line"><span class="source shell"><span>$ </span><span class="support function builtin shell"><span>cd</span></span><span> </span><span class="keyword operator tilde shell"><span>~</span></span><span>/.atom/packages/</span></span></div></pre>

<p>Clone repository as <code>build-vite</code>:</p>
<pre class="editor editor-colors"><div class="line"><span class="source shell"><span>$ git clone https://github.com/idleberg/atom-build-vite build-vite&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/pre>

<p>Inside the cloned directory, install Node dependencies:</p>
<pre class="editor editor-colors"><div class="line"><span class="source shell"><span>$ yarn </span><span class="keyword operator pipe shell"><span>|</span><span>|</span></span><span> npm install</span></span></div></pre>

<p>You should now be setup to build the package:</p>
<pre class="editor editor-colors"><div class="line"><span class="source shell"><span>$ yarn build </span><span class="keyword operator pipe shell"><span>|</span><span>|</span></span><span> npm run build</span></span></div></pre>

<h2>
<a href="#usage" aria-hidden="true"></a>Usage</h2>
<h3>
<a href="#prerequisites" aria-hidden="true"></a>Prerequisites</h3>
<p>Make sure <a href="https://vitejs.dev/"&gt;Vite&lt;/a> is installed properly and that <code>vite</code> is in your PATH <a href="http://superuser.com/a/284351/195953"&gt;environmental variable</a>.</p>
<h3>
<a href="#build" aria-hidden="true"></a>Build</h3>
<p>Before you can build, select an active target with your preferred build option.</p>
<p>Available targets:</p>
<ul>
<li>Vite: build</li>
<li>Vite: optimize</li>
<li>Vite: preview</li>
</ul>
<h3>
<a href="#shortcuts" aria-hidden="true"></a>Shortcuts</h3>
<p>Here's a reminder of the default shortcuts you can use with this package:</p>
<p><strong>Select active target</strong></p>
<p>Cmd+Alt+T or F7</p>
<p><strong>Build script</strong></p>
<p>Cmd+Alt+B or F9</p>
<p><strong>Jump to error</strong></p>
<p>Cmd+Alt+G or F4</p>
<p><strong>Toggle build panel</strong></p>
<p>Cmd+Alt+V or F8</p>
<h2>
<a href="#license" aria-hidden="true"></a>License</h2>
<p>This work is licensed under the <a href="https://github.com/idleberg/atom-build-vite/blob/v0.2.3/LICENSE"&gt;The MIT License</a>.</p>
https://atom.io/packages/build-vite

idleberg



tag:atom.io,2005:Package/17844
2021-12-08T08:45:09Z
2021-12-08T08:46:17Z

<title>garbagescape</title>
<p>Garbagescape</p>
<p>Screenshot coming soon.</p>
https://atom.io/packages/garbagescape

mikemackintosh



tag:atom.io,2005:Package/17843
2021-12-08T08:27:59Z
2021-12-08T08:28:20Z

<title>garbagescape-ui</title>
<h1>
<a href="#garbagescape-ui" aria-hidden="true"></a>Garbagescape UI</h1>
<p>Garbagescape UI is a darker but enlighting UI.</p>
<p><img src="https://i.github-camo.com/d400a10066b2f3ff485f4e3ae7f1b810ffbdeb28/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f6d696b656d61636b696e746f73682f61746f6d2d6761726261676573636170652d75692f76312e302e302f73637265656e73686f742e706e67" alt="screenshot" data-canonical-src="https://raw.githubusercontent.com/mikemackintosh/atom-garbagescape-ui/v1.0.0/screenshot.png"&gt;&lt;/p>
https://atom.io/packages/garbagescape-ui

mikemackintosh



tag:atom.io,2005:Package/17842
2021-12-04T15:50:27Z
2021-12-18T20:42:17Z

<title>export-project-html</title>
<h1>
<a href="#export-project-html-atom-package" aria-hidden="true"></a>export-project-html (Atom Package)</h1>
<p>A plugin for the <a href="https://atom.io/"&gt;Atom text editor</a> that exports the currently open code project to a static website, in a new folder called <em>WebPublish</em> in the project's root directroy. All code files are exported to html so that when opened in a browser the code is formatted like it would be in Atom, and markdown files are rendered into rich text too.<br>
This plugin is based on the <a href="https://atom.io/packages/export-html"&gt;export-html package by nubohito</a> (for converting code files to html) and Atom's built-in <a href="https://github.com/atom/markdown-preview"&gt;markdown-preview&lt;/a> package for converting markdown files to html, many thanks to the developers of those packages.</p>
<h2>
<a href="#usage" aria-hidden="true"></a>Usage:</h2>
<p>In Atom, press <code>Ctrl+Shift+P</code> and then search for "export-project-html" ("xpro" will do). Then press enter, and your project will be converted to html in a folder called <em>WebPublish</em>.
<img src="https://i.github-camo.com/518da59c4ce12a466d09b9f8d7200b4b9f53099e/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f656d656e6469722f4578706f72742d50726f6a6563742d746f2d48544d4c2d2d2d41746f6d2d506c7567696e2f76322e302e312f44656d6f2e676966" alt="" data-canonical-src="https://raw.githubusercontent.com/emendir/Export-Project-to-HTML---Atom-Plugin/v2.0.1/Demo.gif"&gt;&lt;/p>
<h2>
<a href="#issues" aria-hidden="true"></a>Issues:</h2>
<p>When using fenced or tabbed codeblocks without a specified language, the plugin crashes. This is a <a href="https://github.com/atom/markdown-preview/issues/552"&gt;known issue in the markdown-preview package</a>, whose code is used in this package.</p>
<p>A workaround is to specify a language for the code block:</p>
<p>For example, in your markdown, don't do:</p>
<pre class="editor editor-colors"><div class="line"><span class="source gfm"><span>    Hello world example:</span></span></div><div class="line"><span class="source gfm"><span class="markup raw gfm"><span class="support gfm"><span>    &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line"&gt;&lt;span class="source gfm"&gt;&lt;span class="markup raw gfm"&gt;&lt;span&gt;    import os&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line"&gt;&lt;span class="source gfm"&gt;&lt;span class="markup raw gfm"&gt;&lt;span&gt;    print("Hello World!")&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line"&gt;&lt;span class="source gfm"&gt;&lt;span class="markup raw gfm"&gt;&lt;span class="support gfm"&gt;&lt;span&gt;    </span></span></span></span></div></pre>

<p>Instead:</p>
<pre class="editor editor-colors"><div class="line"><span class="source gfm"><span>    Hello world example:</span></span></div><div class="line"><span class="source gfm"><span class="markup code python gfm"><span class="support gfm"><span>    python&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line"&gt;&lt;span class="source gfm"&gt;&lt;span class="markup code python gfm"&gt;&lt;span class="source python"&gt;&lt;span&gt;    &lt;/span&gt;&lt;span class="keyword control import python"&gt;&lt;span&gt;import&lt;/span&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;os&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line"&gt;&lt;span class="source gfm"&gt;&lt;span class="markup code python gfm"&gt;&lt;span class="source python"&gt;&lt;span&gt;    &lt;/span&gt;&lt;span class="keyword other python"&gt;&lt;span&gt;print&lt;/span&gt;&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span class="string quoted double single-line python"&gt;&lt;span class="punctuation definition string begin python"&gt;&lt;span&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Hello World!&lt;/span&gt;&lt;span class="punctuation definition string end python"&gt;&lt;span&gt;"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line"&gt;&lt;span class="source gfm"&gt;&lt;span class="markup code python gfm"&gt;&lt;span class="support gfm"&gt;&lt;span&gt;    </span></span></span></span></div></pre>

<p>Don't do:</p>
<pre class="editor editor-colors"><div class="line"><span class="source gfm"><span>Hello world example:</span></span></div><div class="line"><span class="source gfm"><span>    import os</span></span></div><div class="line"><span class="source gfm"><span>    print("Hello World!")</span></span></div></pre>

<p>Instead:</p>
<pre class="editor editor-colors"><div class="line"><span class="source gfm"><span>Hello world example:</span></span></div><div class="line"><span class="source gfm"><span class="markup code python gfm"><span class="support gfm"><span>    python&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line"&gt;&lt;span class="source gfm"&gt;&lt;span class="markup code python gfm"&gt;&lt;span class="source python"&gt;&lt;span&gt;    &lt;/span&gt;&lt;span class="keyword control import python"&gt;&lt;span&gt;import&lt;/span&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;os&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line"&gt;&lt;span class="source gfm"&gt;&lt;span class="markup code python gfm"&gt;&lt;span class="source python"&gt;&lt;span&gt;    &lt;/span&gt;&lt;span class="keyword other python"&gt;&lt;span&gt;print&lt;/span&gt;&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span class="string quoted double single-line python"&gt;&lt;span class="punctuation definition string begin python"&gt;&lt;span&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Hello World!&lt;/span&gt;&lt;span class="punctuation definition string end python"&gt;&lt;span&gt;"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line"&gt;&lt;span class="source gfm"&gt;&lt;span class="markup code python gfm"&gt;&lt;span class="support gfm"&gt;&lt;span&gt;    </span></span></span></span></div></pre>

https://atom.io/packages/export-project-html

emendir



tag:atom.io,2005:Package/17840
2021-12-03T19:51:40Z
2021-12-15T15:34:23Z

<title>files</title>
<h1>
<a href="#atom-files" aria-hidden="true"></a>Atom Files</h1>
<p>View Mediafiles in Tabs</p>
<h3>
<a href="#supported-types" aria-hidden="true"></a>supported Types:</h3>
<ul>
<li>Images (.bmp, .gif, .ico, .jpeg, .jpg, .png, .webp)</li>
<li>Videos (.mp4)</li>
<li>Audio (.mp3)</li>
<li>Embed (.pdf, .html)</li>
</ul>
<p>Open a file as Preview and a Slideshow of all containing media in the folder will be created.</p>
<p>Use arrow keys to see the next/previous item, Space to Play/Pause and f/esc to toggle fullscreen</p>
<table>
<thead>
<tr>
<th>Image Preview</th>
<th>MP3 Player</th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>

https://atom.io/packages/files

hairokuma



tag:atom.io,2005:Package/17839
2021-12-02T20:09:53Z
2021-12-21T16:55:30Z

<title>clean-canvas</title>
<h1>
<a href="#clean-canvas" aria-hidden="true"></a>clean-canvas</h1>
<p>Cleans out extraneous HTML that can be inserted when using the Canvas.</p>
https://atom.io/packages/clean-canvas

19khowes



tag:atom.io,2005:Package/17838
2021-12-02T19:57:31Z
2022-01-07T01:17:26Z

<title>reacthelp</title>
<h1>
<a href="#reacthelp-package" aria-hidden="true"></a>reacthelp package</h1>
<p>A short description of your package.</p>
<p><img src="https://i.github-camo.com/2c08678c355ef710338f4abf170cc999501b4093/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f36393136392f323239303235302f63333564383637612d613031372d313165332d383662652d6364376335626633666639622e676966" alt="A screenshot of your package" data-canonical-src="https://f.cloud.github.com/assets/69169/2290250/c35d867a-a017-11e3-86be-cd7c5bf3ff9b.gif"&gt;&lt;/p>
https://atom.io/packages/reacthelp

joeyallen761



tag:atom.io,2005:Package/17805
2021-12-01T15:31:46Z
2021-12-01T15:31:58Z

<title>atom-picgo</title>
<h1>
<a href="#atom-picgo" aria-hidden="true"></a>atom-picgo</h1>
<p>Atom Plugin for PicGo Uploader</p>
<p>Provide full path to the <code>config.json</code> file in settings. By default it will look for <code>picgo.json</code> in project directory.
File name can be anything, as long as the extension is <code>.json</code>.</p>
<p>When no config is provided, PicGo will default to <code>smms</code></p>
<p>Use <code>ctrl + alt + v</code> to paste image link</p>
<p>View Changelogs <a href="https://github.com/MRDGH2821/atom-picgo/blob/v0.1.0/CHANGELOG.md"&gt;here&lt;/a&gt;&lt;/p>
<h2>
<a href="#picgo-config" aria-hidden="true"></a>PicGo config</h2>
<p>Generate a PicGo config by referring this <a href="https://picgo.github.io/PicGo-Core-Doc/zh/guide/config.html"&gt;guide&lt;/a&gt;&lt;/p>
<p>Here is a rough English translation from the guide. (I do not know chinese, but I could figure out the parameters. I mostly used Google Translate to understand stuff)</p>
<p>The config must be in given json format:</p>
<pre class="editor editor-colors"><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="punctuation definition dictionary begin json"><span>{</span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span>  </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>picBed</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="meta structure dictionary json"><span class="punctuation definition dictionary begin json"><span>{</span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>    </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>uploader</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>smms</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="punctuation separator dictionary pair json"><span>,</span></span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>/</span><span>/</span><span>s</span><span>e</span><span>l</span><span>e</span><span>c</span><span>t</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>a</span><span>m</span><span>o</span><span>n</span><span>g</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>g</span><span>i</span><span>v</span><span>e</span><span>n</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>d</span><span>i</span><span>f</span><span>f</span><span>e</span><span>r</span><span>e</span><span>n</span><span>t</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>u</span><span>p</span><span>l</span><span>o</span><span>a</span><span>d</span><span>e</span><span>r</span><span>s</span><span>.</span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span> </span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>    </span><span class="invalid illegal expected-dictionary-separator json"><span>/</span><span>/</span><span>u</span><span>p</span><span>l</span><span>o</span><span>a</span><span>d</span><span>e</span><span>r</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>c</span><span>o</span><span>n</span><span>f</span><span>i</span><span>g</span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>    </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>smms</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="meta structure dictionary json"><span class="punctuation definition dictionary begin json"><span>{</span></span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>      </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>token</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span class="punctuation definition string end json"><span>"</span></span></span></span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span>    </span></span><span class="punctuation definition dictionary end json"><span>}</span></span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span>  </span></span><span class="punctuation definition dictionary end json"><span>}</span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="punctuation definition dictionary end json"><span>}</span></span></span></span></div></pre>

<h3>
<a href="#uploaders" aria-hidden="true"></a>Uploaders</h3>
<p>Default is <a href="https://sm.ms/"&gt;smms&lt;/a>, even without providing any config file in package settings, as per what I observed during tests.</p>
<p>Multiple uploader configurations can be set. But PicGo will only use whatever is set in <code>uploader</code> field value.</p>
<h4>
<a href="#smms" aria-hidden="true"></a>SM.MS</h4>
<p><a href="https://picgo.github.io/PicGo-Doc/en/guide/config.html#sm-ms"&gt;Config guide</a></p>
<pre class="editor editor-colors"><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="punctuation definition dictionary begin json"><span>{</span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span>  </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>picBed</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="meta structure dictionary json"><span class="punctuation definition dictionary begin json"><span>{</span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>    </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>uploader</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>smms</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="punctuation separator dictionary pair json"><span>,</span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>    </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>smms</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="meta structure dictionary json"><span class="punctuation definition dictionary begin json"><span>{</span></span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>       </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>token</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span class="punctuation definition string end json"><span>"</span></span></span><span>                                 </span><span class="invalid illegal expected-dictionary-separator json"><span>/</span><span>/</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>y</span><span>o</span><span>u</span><span>r</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>a</span><span>p</span><span>i</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>t</span><span>o</span><span>k</span><span>e</span><span>n</span></span></span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span>    </span></span><span class="punctuation definition dictionary end json"><span>}</span></span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span>  </span></span><span class="punctuation definition dictionary end json"><span>}</span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="punctuation definition dictionary end json"><span>}</span></span></span></span></div></pre>

<h4>
<a href="#qiniu" aria-hidden="true"></a>Qiniu</h4>
<p><a href="https://picgo.github.io/PicGo-Doc/en/guide/config.html#qiuniu-img"&gt;Config guide</a></p>
<pre class="editor editor-colors"><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="punctuation definition dictionary begin json"><span>{</span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span>  </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>picBed</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="meta structure dictionary json"><span class="punctuation definition dictionary begin json"><span>{</span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>    </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>uploader</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>qiniu</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="punctuation separator dictionary pair json"><span>,</span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>    </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>qiniu</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="meta structure dictionary json"><span class="punctuation definition dictionary begin json"><span>{</span></span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>      </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>accessKey</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span class="punctuation definition string end json"><span>"</span></span></span><span class="punctuation separator dictionary pair json"><span>,</span></span></span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>      </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>secretKey</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span class="punctuation definition string end json"><span>"</span></span></span><span class="punctuation separator dictionary pair json"><span>,</span></span></span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>      </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>bucket</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span class="punctuation definition string end json"><span>"</span></span></span><span class="punctuation separator dictionary pair json"><span>,</span></span></span><span>                               </span><span class="invalid illegal expected-dictionary-separator json"><span>/</span><span>/</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>s</span><span>t</span><span>o</span><span>r</span><span>a</span><span>g</span><span>e</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>b</span><span>u</span><span>c</span><span>k</span><span>e</span><span>t</span></span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>      </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>url</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span class="punctuation definition string end json"><span>"</span></span></span><span class="punctuation separator dictionary pair json"><span>,</span></span></span><span>                                  </span><span class="invalid illegal expected-dictionary-separator json"><span>/</span><span>/</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>c</span><span>u</span><span>s</span><span>t</span><span>o</span><span>m</span><span>i</span><span>z</span><span>e</span><span>d</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>d</span><span>o</span><span>m</span><span>a</span><span>i</span><span>n</span></span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>      </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>area</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>z0</span><span class="punctuation definition string end json"><span>"</span></span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>|</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>z1</span><span class="punctuation definition string end json"><span>"</span></span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>|</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>z2</span><span class="punctuation definition string end json"><span>"</span></span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>|</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>na0</span><span class="punctuation definition string end json"><span>"</span></span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>|</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>as0</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="punctuation separator dictionary pair json"><span>,</span></span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>/</span><span>/</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>s</span><span>t</span><span>o</span><span>r</span><span>a</span><span>g</span><span>e</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>a</span><span>r</span><span>e</span><span>a</span></span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>      </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>options</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span class="punctuation definition string end json"><span>"</span></span></span><span class="punctuation separator dictionary pair json"><span>,</span></span></span><span>                              </span><span class="invalid illegal expected-dictionary-separator json"><span>/</span><span>/</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>U</span><span>R</span><span>L</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>s</span><span>u</span><span>f</span><span>f</span><span>i</span><span>x</span></span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>      </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>path</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span class="punctuation definition string end json"><span>"</span></span></span><span>                                  </span><span class="invalid illegal expected-dictionary-separator json"><span>/</span><span>/</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>s</span><span>t</span><span>o</span><span>r</span><span>a</span><span>g</span><span>e</span></span><span> </span><span class="invalid illegal expected-dictionary-separator json"><span>p</span><span>a</span><span>t</span><span>h</span></span></span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span>    </span></span><span class="punctuation definition dictionary end json"><span>}</span></span></span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span>  </span></span><span class="punctuation definition dictionary end json"><span>}</span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="punctuation definition dictionary end json"><span>}</span></span></span></span></div></pre>

<h4>
<a href="#upyun" aria-hidden="true"></a>Upyun</h4>
<p><a href="https://picgo.github.io/PicGo-Doc/en/guide/config.html#upyun-cloud"&gt;Config guide</a></p>
<pre class="editor editor-colors"><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="punctuation definition dictionary begin json"><span>{</span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span>  </span><span class="string quoted double json"><span class="punctuation definition string begin json"><span>"</span></span><span>picBed</span><span class="punctuation definition string end json"><span>"</span></span></span><span class="meta structure dictionary value json"><span class="punctuation separator dictionary key-value json"><span>:</span></span><span> </span><span class="meta structure dictionary json"><span class="punctuation definition dictionary begin json"><span>{</span></span></span></span></span></span></div><div class="line"><span class="source json"><span class="meta structure dictionary json"><span class="meta structure dictionary value json"><span class="meta structure dictionary json"><span>    </span><span class="string quoted dou…

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

No branches or pull requests

1 participant