Skip to content

Commit

Permalink
Release alfred-latex-symbols v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wookayin committed Nov 9, 2021
2 parents a38c506 + a27fc75 commit c5a280f
Show file tree
Hide file tree
Showing 1,110 changed files with 295 additions and 246 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# https://EditorConfig.org

root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.js,*.json]
charset = utf-8
indent_size = 2
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
node_modules/
package-lock.json

workflow/.bundle
workflow/bundle
workflow/Gemfile.lock
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
24 changes: 24 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
The MIT License

Copyright (c) 2015-2021 Jongwook Choi

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
32 changes: 25 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,33 @@
Alfred 2 LaTeX Symbols Workflow
===============================
Alfred LaTeX Symbols Workflow
=============================

Find LaTeX commands for symbols with Alfred.
[Download at Here](https://github.com/wookayin/alfred-latex-symbols-workflow/releases)

![LaTeX Symbols](https://raw.github.com/wookayin/alfred-latex-symbols-workflow/master/screenshots/search.png)


## Under Development?
## Install

This workflow is under development; a couple of functionalities will be added soon.
```
npm install --global alfred-latex-symbols
```

- Paste `usepackage` statement on other key combinations
- Support fuzzy or substring match
Requires Node.js 14.0+ (ESM).


## Usage

In Alfred:

```
tex <QUERY>
```

## Credit

- The list of LaTeX symbols and ruby code for generating icons were brought from [kirel/detexify](https://github.com/kirel/detexify)
- The [alfy](https://github.com/sindresorhus/alfy/) framework

## License

[The MIT License](LICENSE)
82 changes: 0 additions & 82 deletions Rakefile

This file was deleted.

9 changes: 0 additions & 9 deletions config.yml

This file was deleted.

File renamed without changes.
File renamed without changes
Loading

0 comments on commit c5a280f

Please sign in to comment.