Jump to content

mcmahonecon

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by mcmahonecon

  1. Thank you both for the prompt replies. I got the library working by installing it in the workflow directory. I still have some tweaks to make but the main hurdle is overcome. I think I will try to follow the @deanishe advice from https://www.deanishe.net/alfred-workflow/guide/third-party.html?highlight=python library and set up a library so I can invoke these 3rd party libraries across my workflows. I just need to understand the instantiate step - is it in the workflow every time or something to do once? But for now, at least I can fine tune the daily notes template.
  2. Hi @seated_arts - This is great and it works for me with my chosen trigger. One thing that is nice with my daily note template is emojis next to my headings to highlight them. I tried to do this with your code but it won't run - have you tried to do this? Any thoughts on how to add emojis? I tried using: import emoji And then: - ## emoji.emojize(':light_bulb:') [[Morning Update]] But it doesn't run and the debugger says: import emoji ImportError: No module named emoji I have installed it via pip and it works fine if I write print(emoji.emojize(':light_bulb:')) from the terminal?
×
×
  • Create New...