├── LICENSE ├── README.md ├── Roam Quick Capture.alfredworkflow └── Tana Quick Capture.alfredworkflow /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 JimmyLv_吕立青 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # alfred-quick-capture (Roam / Tana) 2 | 3 | Tana Quick Capture & Roam Research Quick Capture (with API) 4 | 5 | | Tana | Roam Research | 6 | | ------------------------------------- | --------------------------------------------- | 7 | | ![Alfred Tana](https://github.com/JimmyLv/quick-capture/assets/4997466/39dc7bb1-a890-4afe-a637-5a54d8d505bb) | ![Alfred Roam Research](https://github.com/JimmyLv/quick-capture/assets/4997466/7d5240c0-ff62-4fac-91aa-4d266efa8905) | 8 | 9 | 10 | ## Features 11 | 12 | Effortlessly capture fleeting notes in Tana/Roam Research with the Quick Capture Alfred Workflow. 13 | 14 | Capture your thoughts, ideas, and reminders on the go, ensuring no valuable insights slip away. 15 | 16 | Seamlessly integrated with Tana/Roam Research, this workflow enhances productivity and unlocks the full potential of your note-taking experience. 17 | 18 | ## How to get your own tanaToken? 19 | 20 | https://help.tana.inc/tana-input-api.html 21 | 22 | ## How to get your own roamToken? 23 | 24 | https://roamresearch.com/#/app/developer-documentation/page/bmYYKQ4vf 25 | 26 | ## How to update your Alfred Variables? 27 | 28 | ![CleanShot-CleanShot-002255-20230523](https://github.com/JimmyLv/quick-capture/assets/4997466/3b94cd68-c96e-49cf-9dc6-ed5706e01854) 29 | 30 | - [Exporting and Sharing Workflows - Alfred Help and Support](https://www.alfredapp.com/help/workflows/advanced/sharing-workflows/) 31 | - [Using Variables in Workflows - Alfred Help and Support](https://www.alfredapp.com/help/workflows/advanced/variables/) 32 | 33 | ## Contact 34 | 35 | jimmy.jinglv@gmail.com 36 | 37 | https://twitter.com/Jimmy_JingLv 38 | 39 | ## Support 40 | 41 | https://paypal.me/JimmyJingLv 42 | 43 | ![](https://aitodo.co/wechat.jpg) 44 | -------------------------------------------------------------------------------- /Roam Quick Capture.alfredworkflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimmyLv/alfred-quick-capture/59e433abc50f7a5c4b645216f5461bcfd93fa491/Roam Quick Capture.alfredworkflow -------------------------------------------------------------------------------- /Tana Quick Capture.alfredworkflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimmyLv/alfred-quick-capture/59e433abc50f7a5c4b645216f5461bcfd93fa491/Tana Quick Capture.alfredworkflow --------------------------------------------------------------------------------