deanishe Posted December 19, 2017 Share Posted December 19, 2017 2 hours ago, vitor said: Should now work with system ruby. Nice. I spent way too long trying to figure out why it wasn't working on my second machine. I spent ages looking for conflicting hotkeys till I finally realised I hadn't installed a Homebrew Ruby on that machine. Link to comment
deanishe Posted December 23, 2017 Share Posted December 23, 2017 A minor thing: your exported workflows contain all the weird ._ macOS metadata files. Link to comment
vitor Posted December 24, 2017 Author Share Posted December 24, 2017 1 hour ago, deanishe said: A minor thing: your exported workflows contain all the weird ._ macOS metadata files. Crap. It’s the ditto command (we need to tell it to not save those), which means this isn’t the only Workflow like that. I’ll have to fix them all (faster than checking one by one), but I’m not sure if it’s worth it to make new releases or if I might just overwrite the current versions. Link to comment
deanishe Posted December 24, 2017 Share Posted December 24, 2017 It’s not worth rebuilding all your workflows for that, is it? I‘d fix the build script and replace the workflows organically as you release proper updates. Unless you can replace them all with one command. Link to comment
vitor Posted December 24, 2017 Author Share Posted December 24, 2017 10 hours ago, deanishe said: Unless you can replace them all with one command. I can. The Github repo is basically WorkflowName ├─ README.md ├─ WorkflowName.alfredworkflow └─ source └─ … (the unpacked Workflow) repeated for each Workflow. So a simple script should handle it. Link to comment
iandol Posted December 26, 2017 Share Posted December 26, 2017 On 20/12/2017 at 2:28 AM, vitor said: Update. Should now work with system ruby. To update, download the latest version (same URL) or wait a few days and it’ll prompt you to on next usage, since it uses OneUpdater. Great (though in the meantime I made my own workflow that uses Pandoc with a custom Lua writer)! Out of curiosity and desire to learn, how did you get this to work? Thanks again for your excellent workflows! Link to comment
deanishe Posted December 26, 2017 Share Posted December 26, 2017 7 hours ago, iandol said: I made my own workflow that uses Pandoc with a custom Lua writer I did the same. Back on Vítor's now because the output from his is much prettier, and it handles the buggy editor on the forum better. vitor 1 Link to comment
vitor Posted December 27, 2017 Author Share Posted December 27, 2017 On 26/12/2017 at 3:28 AM, iandol said: though in the meantime I made my own workflow that uses Pandoc with a custom Lua writer I remember looking at Pandoc when I decided to go from my own script to a library, but ultimately decided against it because it looked like it’d be a much greater pain to bundle in the Workflow. But it also weighted in choosing Redcarpet that it was what Github used to use and I mostly use GHFM. On 26/12/2017 at 3:28 AM, iandol said: Out of curiosity and desire to learn, how did you get this to work? I don’t remember exactly what I was looking at, but it was a different issue with this Workflow and I noticed that the gem might’ve been installed with the gem command from the updated install /usr/local/bin/gem instead of the system one /usr/bin/gem. Usually that doesn’t make a difference, but clearly it does in this case and I must’ve forgotten to test before. On 26/12/2017 at 3:28 AM, iandol said: Thanks again for your excellent workflows! Thank you for the kind words. On 26/12/2017 at 10:38 AM, deanishe said: Back on Vítor's now because the output from his is much prettier Being a designer concerned with correct typesetting has to be good for something! On 26/12/2017 at 10:38 AM, deanishe said: and it handles the buggy editor on the forum better. It helps that I’ve designed it specifically for this forum. There’s a good chance it might look a bit off in other forums. But this is the only forum I frequently frequent, and I’d bet that’s true for most of us regulars. Link to comment
deanishe Posted December 27, 2017 Share Posted December 27, 2017 5 hours ago, vitor said: it looked like it’d be a much greater pain to bundle in the Workflow Definitely. Pandoc is massive. 5 hours ago, vitor said: Being a designer concerned with correct typesetting has to be good for something! Making pretty stuff! 5 hours ago, vitor said: There’s a good chance it might look a bit off in other forums. It does, but no biggie. Most of the other places I post support Markdown or I don't post code there. The support for code in Markdown and your workflow is why it's so damn handy here. Link to comment
iandol Posted December 28, 2017 Share Posted December 28, 2017 @vitor ...yes, Pandoc cannot be easily bundled: it is ~100MB, and for generic BBCode conversion would be pure overkill!!! But I use it for all my writing (triggered via Scrivener 3) and it is incredibly powerful for multiple output formats, so it was easy to make a personal workflow with a custom Lua writer with it. Thanks for the technical details on the fix! Link to comment
vitor Posted December 29, 2017 Author Share Posted December 29, 2017 Update. Added HTML support. To update, download the latest version (same URL) or wait a few days and it’ll prompt you to on next usage, since it uses OneUpdater. Link to comment
Guy Stan Posted January 3, 2018 Share Posted January 3, 2018 (edited) Hi Vitor, I have been trying to use MarkdownTransform recently as I really like the concept of it. (I am using Pandoc extensively). I understand that RedCarpet needs some specific Ruby installation but, reading through this set of posts, it seems that the latest versions of MarkdownTransform would also work with the default Ruby installation ("should now work with system ruby") on High Sierra (let me know if I am wrong). However, for me, this doesn't seem to work. I understand that I can install the latest version of ruby using homebrew, but would prefer, if at all possible, to not have to install another version of ruby alongside of the High Sierra installed one. Here is what I get when I try to use MarkdownTransform to produce some RTF from a markdown text copied in the clipboard: Starting debug for 'MarkdownTransform' [2018-01-03 08:42:18][ERROR: action.script] /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': dlopen(/Users/username/Desktop/Dropbox/Alfred3_Sync_Folder/Alfred.alfredpreferences/workflows/user.workflow.1A72E7E5-AF98-4BB3-9C50-2E1BE8F769F2/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.bundle, 0x0009): required dylib '/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/libruby.2.0.0.dylib' not found, needed by '/Users/username/Desktop/Dropbox/Alfred3_Sync_Folder/Alfred.alfredpreferences/workflows/user.workflow.1A72E7E5-AF98-4BB3-9C50-2E1BE8F769F2/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.bundle'. Did try: file not found '/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/libruby.2.0.0.dylib', file not found '/usr/lib/libruby.2.0.0.dylib', file not found '/usr/local/lib/libruby.2.0.0.dylib' - /Users/username/Desktop/Dropbox/Alfred3_Sync_Folder/Alfred.alfredpreferences/workflows/user.workflow.1A72E7E5-AF98-4BB3-9C50-2E1BE8F769F2/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.bundle (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /Users/username/Desktop/Dropbox/Alfred3_Sync_Folder/Alfred.alfredpreferences/workflows/user.workflow.1A72E7E5-AF98-4BB3-9C50-2E1BE8F769F2/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.rb:1:in `<top (required)>' from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' from ./rtf:4:in `<main>' Edited January 3, 2018 by Guy Stan Link to comment
vitor Posted January 3, 2018 Author Share Posted January 3, 2018 (edited) On 03/01/2018 at 8:48 AM, Guy Stan said: MarkdownTransform to produce some RTF from a markdown text copied in the clipboard MarkdownTransform acts on selected text, not text on the clipboard. As for the error, do this in a terminal and try again: mv "${HOME}/Desktop/Dropbox/Alfred3_Sync_Folder/Alfred.alfredpreferences/workflows/user.workflow.1A72E7E5-AF98-4BB3-9C50-2E1BE8F769F2/_licensed/Redcarpet" "${HOME}/.Trash" /usr/bin/gem install --install-dir "${HOME}/Desktop/Dropbox/Alfred3_Sync_Folder/Alfred.alfredpreferences/workflows/user.workflow.1A72E7E5-AF98-4BB3-9C50-2E1BE8F769F2/_licensed/Redcarpet" --no-document redcarpet Be careful with the command. It’s based on the output you gave me, so if you altered it in any way, you’ll need to take that into account. Edited February 28, 2018 by vitor Fixed missing slash Link to comment
Guy Stan Posted January 3, 2018 Share Posted January 3, 2018 (edited) Super! Works like a charm. Edited January 3, 2018 by Guy Stan Link to comment
Guy Stan Posted January 3, 2018 Share Posted January 3, 2018 A big thank you for your fast and very useful responses! Link to comment
_atanas Posted January 11, 2018 Share Posted January 11, 2018 Hi, I'm new to Alfred. So this may be a silly questions / config thing, that is obvious and I am just missing it... But, I cannot get this workflow to work. Here are (what I think to be) some of the relevant details: Mac OSX 10.13.2 Ruby 2.3.3p222 (2016-11-21 revision 56859) [universal.x86_64-darwin17] Redcarpet 3.4.0 Alfred 3.5.1 MarkdownTransform v1.21.0 Here's what I've tried: I select the text (the apps I have tried this in are Outlook 2016, and Word 2016). Use the allocated hotkey (I've tried various combinations). And nothing happens. No doubt I'm doing something wrong. Any help would be greatly appreciated. Thanks in advance, Atanas. Link to comment
vitor Posted January 11, 2018 Author Share Posted January 11, 2018 @_atanas Open the debugger, set the log output to “All Information”, and post the output. Link to comment
_atanas Posted January 11, 2018 Share Posted January 11, 2018 (edited) 8 minutes ago, vitor said: @_atanas Open the debugger, set the log output to “All Information”, and post the output. Thanks for your quick response @vitor. I get the below: [2018-01-12 10:34:26][trigger.hotkey] Processing output of 'action.script' with arg 'this is normal text that is now *bold*, **italic**, and now ***bold-italics***. ' [2018-01-12 10:34:26][ERROR: action.script] /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': dlopen(/Users/atanasjanackovski/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows/user.workflow.C2D7D30E-F51F-489C-AB45-C098803A3AD0/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.bundle, 0x0009): required dylib '/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/libruby.2.0.0.dylib' not found, needed by '/Users/atanasjanackovski/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows/user.workflow.C2D7D30E-F51F-489C-AB45-C098803A3AD0/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.bundle'. Did try: file not found '/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/libruby.2.0.0.dylib', file not found '/usr/lib/libruby.2.0.0.dylib', file not found '/usr/local/lib/libruby.2.0.0.dylib' - /Users/atanasjanackovski/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows/user.workflow.C2D7D30E-F51F-489C-AB45-C098803A3AD0/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.bundle (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /Users/atanasjanackovski/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows/user.workflow.C2D7D30E-F51F-489C-AB45-C098803A3AD0/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.rb:1:in `<top (required)>' from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' from ./rtf:4:in `<main>' [2018-01-12 10:34:26][action.script] Processing output of 'output.dispatchkeycombo' with arg '' [2018-01-12 10:34:26][output.dispatchkeycombo] Processing output of 'output.dispatchkeycombo' with arg '' [2018-01-12 10:34:26][output.dispatchkeycombo] Processing output of 'action.script' with arg '' Edited January 11, 2018 by _atanas Link to comment
vitor Posted January 11, 2018 Author Share Posted January 11, 2018 @_atanas Try this in a terminal: mv '/Users/atanasjanackovski/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows/user.workflow.C2D7D30E-F51F-489C-AB45-C098803A3AD0/_licensed/Redcarpet' "${HOME}/.Trash" /usr/bin/gem install --install-dir '/Users/atanasjanackovski/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows/user.workflow.C2D7D30E-F51F-489C-AB45-C098803A3AD0/_licensed/Redcarpet' --no-document redcarpet The same caveat as before applies. Since redcarpet seems to require rebuilding depending on the macOS version, I should integrate the fix into the Workflow. Link to comment
_atanas Posted January 12, 2018 Share Posted January 12, 2018 20 minutes ago, vitor said: @_atanas Try this in a terminal: mv '/Users/atanasjanackovski/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows/user.workflow.C2D7D30E-F51F-489C-AB45-C098803A3AD0/_licensed/Redcarpet' "${HOME}/.Trash" /usr/bin/gem install --install-dir '/Users/atanasjanackovski/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows/user.workflow.C2D7D30E-F51F-489C-AB45-C098803A3AD0/_licensed/Redcarpet' --no-document redcarpet The same caveat as before applies. Since redcarpet seems to require rebuilding depending on the macOS version, I should integrate the fix into the Workflow. @vitor that worked a treat, thanks. A question about redcarpet though, does this mean that I have two instances installed now? BTW, this is a super workflow! Thanks! Link to comment
vitor Posted January 12, 2018 Author Share Posted January 12, 2018 15 minutes ago, _atanas said: does this mean that I have two instances installed now? Yes. One included and contained in the Workflow (so it doesn’t affect anything else) and the other one in your system. If you uninstall the one in your system, the Workflow will still work. If you remove the Workflow, no trace of its redcarpet will remain. 17 minutes ago, _atanas said: BTW, this is a super workflow! Thanks! Thank you for the kind words. Link to comment
_atanas Posted January 12, 2018 Share Posted January 12, 2018 Thanks for the info. I was wondering, is it possible to add superscript and subcript conversion for Markdown > RTF? Link to comment
vitor Posted January 12, 2018 Author Share Posted January 12, 2018 15 minutes ago, _atanas said: is it possible to add superscript and subcript conversion for Markdown > RTF? I wasn’t familiar with Markdown subscript. It seems like there may be only one flavour of Markdown that supports it, and it isn’t the one redcarpet uses. But in the RTF conversion you can always use <sub></sub>, and it’ll work. As for superscript, coming right up. Link to comment
vitor Posted January 12, 2018 Author Share Posted January 12, 2018 Update. Added superscript in rtf conversion. To update, download the latest version (same URL) or wait a few days and it’ll prompt you to on next usage, since it uses OneUpdater. Link to comment
_atanas Posted January 12, 2018 Share Posted January 12, 2018 Thanks for that @vitor, the subscript works. I see that redcarpet does not offer subscript, thanks for pointing that out. Again, thanks for your agility and responsiveness. Much appreciated. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now