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

Macdown #42

Closed
nelsonic opened this issue Mar 8, 2022 · 10 comments
Closed

Macdown #42

nelsonic opened this issue Mar 8, 2022 · 10 comments
Labels
enhancement New feature or request

Comments

@nelsonic
Copy link
Owner

nelsonic commented Mar 8, 2022

https://github.com/MacDownApp/macdown
image

https://macdown.uranusjr.com/
image

Written in Objective-C so should have "native" performance.
Going to give it a try on my Mac today. I have a lot of writing to do ...

@nelsonic nelsonic added the enhancement New feature or request label Mar 8, 2022
@nelsonic
Copy link
Owner Author

nelsonic commented Mar 8, 2022

Really wish this was published through the Mac OS App Store ...

image

@nelsonic
Copy link
Owner Author

nelsonic commented Mar 8, 2022

https://macdown.uranusjr.com/features/
image

image

For syntax highlighting it uses prism https://github.com/PrismJS/prism which we have previously looked at.
image

@nelsonic
Copy link
Owner Author

nelsonic commented Mar 8, 2022

Open a file for editing in Macdown from the terminal:

open -a Macdown README.md

@nelsonic
Copy link
Owner Author

nelsonic commented Mar 8, 2022

Create a shortcut:

vi  ~/.bashrc

Scroll to bottom of the page in VIM and add the following lines:

# Macdown https://github.com/nelsonic/amemo/issues/42
alias md="open -a Macdown"

Save the file.

Run:

source ~/.bashrc

(This gets run automatically whenever I start iTerm so I won't have to do it again)

Now whenever I type:

md README.md

It will open the README.md for the current project I'm working on.
e.g: dwyl/sleep#53

image

@nelsonic
Copy link
Owner Author

nelsonic commented Mar 8, 2022

Going to test-drive this today. 🧑‍💻 🤞
As noted above, I have a lot of writing to do ... 📝
Will report back later. ⏳

@nelsonic
Copy link
Owner Author

nelsonic commented Mar 8, 2022

@nelsonic
Copy link
Owner Author

nelsonic commented Mar 9, 2022

Been using this for writing a tutorial the last couple of days and it's been mostly good.
Occasionally it does this annoying refresh thing in the preview window where it flashes the screen ...
But after restarting it seems fine. 🤞

Going to try installing it on the M1 Mac Mini which is where I'm working right now (standing desk) ...

@nelsonic
Copy link
Owner Author

A good thing to note about MacDown is that it doesn't have a folder structure interface ...
I tried opening a folder in the program and got the following warning/error dialog:

image

@nelsonic
Copy link
Owner Author

Not having a folder/file viewer is both good (no distractions) and bad cannot see the files!!

files-in-computer-zoolander

@nelsonic
Copy link
Owner Author

With a reasonably large Markdown file (e.g. 5 pages+) the flickering of refreshing each time you type a new word makes Macdown totally unuseable. Going back to using VSCodium with Markdown Preview > dwyl/dev-setup#42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant