Simplenote app for Mac OS to have markdown support
El Capitan
+1
I'd love to see this too.
Since there is already Markdown for linux and windows, what's stopping from having it to Mac?
In looking at a previous blog post by simplenote(https://simplenote.com/2016/03/29/simplenote-for-windows-and-linux/), it states the windows and linux versions were open sourced. Since they did not mention the mac version, I assume they did not use the same code the mac and linux versions use for markdown support. Again this is only an assumption given that the mac source code is not readily available. Which brings up another point. The mac source code should be open source especially since the windows and linux versions are. I will create another issue to open source mac source code
We have an issue open for the mac app to add markdown, so closing here.
@roundhill I created this issue because I was unable to find a previously created issue. Can you provide a link to the open issue?
@titoesteves the mac app is currently in a private repo, sorry.
@roundhill, thanks for the reply. Is there an ETA on when markdown support will be added to the mac app? Also is there an ETA when the mac app will be open sourced?
@titoesteves It's here: https://github.com/Automattic/simplenote-macos
Any plans for an official OSX build of this Electron app?
@frenchbread Glad to see it is now open source. Does this include markdown support?
Any plans for an official OSX build of this Electron app?
We're trying to decide on that. Replace the native app? Offer two apps? The electron app actually has more features that the native one.
What do y'all think?
@roundhill I imagine it'd be easier to support a single Electron app targeting all platforms versus multiple apps, but that could easily be assuming more than I should about what y'all are up to! I'm partial to Electron since I'm a JS dev, but I mostly would like to get my hands on some tasty, tasty Markdown support. 😄
@randallagordon Try downloading the source, and run make package-osx. Should work...
@titoesteves No, it doesn't.
+1 for electron build for OSX. (@randallagordon has a point)
+1 for an electron build for os x, too.
Hi, sorry but I do not understand, Is there a way to use Markdown in simplnote for MAC?
thanks
Alvaro
Any ETA on markdown support for the macOS app? Trying to use Simplenote instead of Evernote. Thanks!
+1 for OSX electron build to bring the three platforms into parity.
You might be interested in this 😄 https://simplenote.com/2017/02/14/try-the-new-macos-beta/
Awesome!! Thanks!!
On Tue, Mar 7, 2017 at 7:12 AM, Dan Roundhill notifications@github.com
wrote:
You might be interested in this 😄 https://simplenote.com/2017/
02/14/try-the-new-macos-beta/—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/Automattic/simplenote-electron/issues/329#issuecomment-284517475,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AA2ZqyYxk8Knv0MsdFHS60r4D-xXrDScks5rjGilgaJpZM4JAaBr
.
@roundhill The beta works great but its version number is now lower than the most recent number. Did the "beta" feature get dropped?
@stevegray it's a different version number based on the Electron app. Sorry for any confusion there.
@roundhill Thanks for the reply. So will the beta be extended and maintained? Or is it a "one off" demo of features? Just trying to understand what the strategy is to incorporate Markdown into the OSX version.
Bit late to the party but just wanted to voice a strong -1 for replacing the native MacOS app with this Electron one. Electron wrappers are much slower than native counterparts, and having both the native app and electron beta side by side the difference is very noticeable. For a note taking app, whose only real job is to process text, performance is a key feature. And it's a pretty fundamental problem with Electron's weight (c.f. Atom vs. Sublime). Electron apps also have a tendency to be huge memory hogs, another thing that a simple note taking app definitely shouldn't be.
Can understand the benefits of a single cross-platform codebase for desktop, and if you _need_ to replace the MacOS app with an Electron distro, from a maintainability/viability standpoint, then okay. But I wouldn't see it as a goal to aim for from the user's perspective.
No clear place to +1 on this thread, and it's been 9 months since the last comment, so...
What's the plan for Markdown on OSX? I see the > 1-year-old Electron beta, but...not clear what the actual plan for OSX support is here.
@ericsoco we added Markdown to the native Mac app a few months ago:
https://simplenote.com/2018/02/20/markdown-support-added-in-latest-macos-app-update/
Most helpful comment
Bit late to the party but just wanted to voice a strong -1 for replacing the native MacOS app with this Electron one. Electron wrappers are much slower than native counterparts, and having both the native app and electron beta side by side the difference is very noticeable. For a note taking app, whose only real job is to process text, performance is a key feature. And it's a pretty fundamental problem with Electron's weight (c.f. Atom vs. Sublime). Electron apps also have a tendency to be huge memory hogs, another thing that a simple note taking app definitely shouldn't be.
Can understand the benefits of a single cross-platform codebase for desktop, and if you _need_ to replace the MacOS app with an Electron distro, from a maintainability/viability standpoint, then okay. But I wouldn't see it as a goal to aim for from the user's perspective.