Git Product home page Git Product logo

mywordeditor's Introduction

myWordEditor

A simple silo-free blogging tool that creates beautiful essay pages.

Here's an example of the kind of page you can create with MyWord Editor.

And the blog post announcing the release of MyWord Editor in open source.

Demo app

Here's the demo app for this project, MyWord Editor.

You can set up your own blogging environment and use it to host your writing and for other people, your friends, colleagues, members of a club, whatever you like.

My name is Dave Winer. I blog at Scripting News. I wrote some of the earliest blogging, RSS and podcasting software.

It's radical software

These days blogging tools try to lock you into their business model, and lock other developers out. I have the freedom to do what I want, so I decided to take the exact opposite approach. I don't want to operate a free public blogging tool and lock users in and make them dependent on me. Instead, I want to learn from thinkers and writers and developers. I want to engage with other minds. Making money, at this stage of my career, is not so interesting to me. I'd much rather make ideas, and new working relationships, and friends.

So MyWord Editor is radically silo-free.

How to clone this

This app runs on the user's computer, in a browser. It's a JavaScript app. It communicates via a simple API, with a nodeStorage server, that uses Twitter for identity and Amazon S3 for storage. That server, like the app, is open source. The first part of creating your own blogging system is to set up a nodeStorage server.

Once you've done that, download the contents of the myWordEditor repository, and put it in a folder that's publicly accessible over the web. I like using S3 buckets, but you could put it in a folder on an Apache or nginx server.

Edit the config.json file so that the urlTwitterServer string is the URL of your nodeStorage server.

You can also change the default image for your users' blog posts, or you can leave it as-is, with a nice picture from Wikipedia of the Grateful Dead.

Test the installation by logging on. Follow the instructions on the MyWord Editor blog.

Updates

v0.73 -- 9/19/17 by DW

Changed URLs in includes in <head> section of index.html to not be specific to HTTP, so that people can run their nodeStorage servers behind HTTPS.

v0.72 -- 7/27/15 by DW

Added strikethrough button to the toolbar, demonstrating that we can add items to the toolbar. They come from this list.

v0.71 -- 7/27/15 by DW

Add Facebook and Twitter metadata to the <head> section of the home page.

Changed the default value of the flAutoPublish setting from false to true. This is the behavior I demo in the video, and it seems to be what people expect.

v0.70 -- 7/25/15 by DW

By default Disqus comments are now on. You can turn them off in the Settings dialog.

v0.69 -- 7/25/15 by DW

Added rssCloud support to the RSS feed produced by MWE.

The feature can be turned on in config.json, if you're running your own MWE.

I'm using Andrew Shell's rssCloud server for notification, rsscloud.io.

Here's my RSS feed, as an example.

v0.67 -- 7/24/15 by DW

We now have a beautiful editor, integrated, medium-editor. Problem solved. :-)

You can read about the update in this note, and a blog post.

v0.64 -- 4/3/15 by DW

Run config.startupCode at startup. See blog post for details.

v0.63 -- 4/2/15 by DW

Took a step toward editor plug-ins.

v0.62 -- 4/1/15 by DW

Support for Disqus comments. See this blog post for details.

v0.61 -- 3/31/15 by DW

Add scalars from appConsts and appPrefs to the pagetable in the rendered page. This allows scripts running in the page to know the title of the site, the version of MWE that created the page, etc.

In the title of essay pages, we use the author's name if it's available instead of the name of the product. So a story might say "Jordan Jones: What I want for Christmas" instead of "MyWord Editor: What I want for Christmas".

v0.60 -- 3/30/15 by DW

This is the first release of MWE with template support. Be sure to read the note about breakage on that page. Any work you do with templates now is likely to break.

v0.59 -- 3/27/15 by DW

First source release of the JavaScript code and CSS styles used in the rendered pages. Explained in this blog post.

v0.58 -- 3/27/15 by DW

The Open file command in the Editor menu is replaced by a new History menu. Explained in this blog post.

v0.57 -- 3/26/15 by DW

There were lots of debugging calls to console.log that displayed huge data structures. I quieted them down, so we get simpler readouts from the console, now that this code isn't so new. Changed the urlTemplateFile constant to be a relative URL, relative to the folder MWE is running from. That way I can change the template on my server without changing it on everyone's. Still more of this kind of factoring to do. Must move carefully (slowly).

v0.56 -- 3/26/15 by DW

New supported value in config.json -- googleAnalyticsAccount. If specified, we use it in ga.js to make calls to Google Analytics.

v0.55 -- 3/26/15 by DW

Change notes in this blog post.

v0.54 -- 3/24/15 by DW

A new command in the Editor menu: Publish all posts. After confirmation, it opens each of your posts and does exactly what clicking on the Publish button would do. I added this feature because I wanted a quick way to re-generate all the files. It'll be useful if there's a template change, or other change that requires a complete rebuild of a blog.

Also improved the error dialog on startup, if there was an error connecting to the server, it would report the problem as the user not being whitelisted. Usually the problem is the URL of the nodeStorage server was not correctly specified. I got bit by this myself. We needed a better message here.

v0.53 -- 3/24/15 by DW

In addition to generating an HTML file for each essay, we also generate a JSON file. Example. I think this will be generally useful, I want to use it immediately to try to create a home page essay browser, using snap.js. There's a corresponding element in the RSS feed, called <source:linkJson>.

Support

If you're a developer, or running a server, please ask questions on the server-snacks mail list.

If you're a blogger, and need help writing with MWE, please join the myword-editor mail list.

In either case, please read the docs and scratch your head at least a little before asking for help.

mywordeditor's People

Contributors

scripting avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mywordeditor's Issues

Running over TLS?

A huge "thank you" for making this software available, as always!

I've set up a nodeStorage server on an Ubuntu VPS and now I've gotten myWordEditor running as well. It's running beautifully...

The question I have has to do with running myWordEditor over a TLS connection via https.

It appears that some components are hardcoded to the http protocol, as when I connect to myWordEditor via https (as is my habit with all tools running on this server), this is the result:

Screenshot via imgur

I'm guessing that running over https wasn't originally envisioned. If you're able to point me in the right direction, I'm happy to do some work to make the needed modifications. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.