Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#37 2019-03-23 20:45:18

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,578
Website

Re: Textpattern Next Non-Patch Version Roadmap

Impressive: great moves here on both input methods! I particularly like the idea of Prosemirror being able to insert textile, but you’re probably showing html there?

One thing that interests me with both these options: can you use txp:tags or txp::shortcodes inside them?

If so, it would be beautiful if there was a method to potentially add admin-definable insert buttons to the taskbar.


TXP Builders – finely-crafted code, design and txp

Offline

#38 2019-03-23 21:43:01

etc
Developer
Registered: 2010-11-11
Posts: 5,028
Website GitHub

Re: Textpattern Next Non-Patch Version Roadmap

jakob wrote #317264:

I particularly like the idea of Prosemirror being able to insert textile, but you’re probably showing html there?

Frankly, I wouldn’t bet on it. We could transform ProseMirror markdown parser into textile, but it would be a very basic one. Moreover, we would need to rethink the editor workflow. What should happen when you switch from ProseMirror to Textile? The source is converted to Textile, I guess. And if you switch to Leave untouched instead, you get HTML source, right? But then the same thing should happen when switching from Textile to Untouched, but it’s not like it presently works. Moreover, for consistency we would need converters between all potential textfilters (Textile, Markdown, etc) and this looks unrealistic.

One thing that interests me with both these options: can you use txp:tags or txp::shortcodes inside them?

Probably with ProseMirror, but not by default – someone must write a schema for txp tags. And since txp is not XML (tags and nested quotes in attributes), that does not look straightforward.

I would not expect more than a basic text writing from WYSIWYG atm, sorry.

Offline

#39 2019-03-24 01:03:29

phiw13
Plugin Author
From: Japan
Registered: 2004-02-27
Posts: 3,058
Website

Re: Textpattern Next Non-Patch Version Roadmap

etc wrote #317263:

MediumEditor can already be tested in dev branch, and ProseMirror is making its way into Textpattern:

That sounds great so far. We’re kinda spoiled here… two editors! It is very nice to see them accessible as text filters.

What worries me is this – txp:tags and txp:short-tag:

etc wrote #317265:

Probably with ProseMirror, but not by default – someone must write a schema for txp tags. And since txp is not XML (tags and nested quotes in attributes), that does not look straightforward.

I would not expect more than a basic text writing from WYSIWYG atm, sorry.

If I understand you correctly, inserting a txp:short-tag (e.g. to insert an image) won’t work, as in, the tag will not be parsed at all. I don’t really mind if it is not rendered in the editor, but it would be nice if it is rendered in the final page.

—-
The preview/code in a dialog you were showing in a previous post up thread, that is part of the custom fields branch, right? Is that branch kinda usable now – without jumping through weirdo commands to get the DB to work?


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

#40 2019-03-24 11:22:31

Vienuolis
Member
From: Vilnius, Lithuania
Registered: 2009-06-14
Posts: 307
Website GitHub GitLab Twitter

Re: Textpattern Next Non-Patch Version Roadmap

WYSIWYG toolbar reminds me former deprecated ‹center›, ‹font size=”“›, ‹font color=”“›, and looks like an attempt to replace them with formally valid ‹p style=”“› tags. Every such toolbar breaks the design concept, defined once by stylesheet.css, because there are no align, size or color alone, though.

I could imagine some buttons like [dl] with default settings of a style sheet from an <article> editable </article> section only. With supplemented drop-down list of another article dl.class {}, like [numbered dd], [inline dd] or so. And similar [ol], [ul], [table], [figure], and [p] buttons on a future Textpattern toolbar.

In any way, all styling features should be decided by the designer of a website and completely described in an appropriate style sheet.

Offline

#41 2019-03-24 14:12:03

Vienuolis
Member
From: Vilnius, Lithuania
Registered: 2009-06-14
Posts: 307
Website GitHub GitLab Twitter

Re: Textpattern Next Non-Patch Version Roadmap

Before asking for new features, we should first understand the actual level of quality we stand on. You are to be congratulated for truly excellence of the publishing loom. Textpattern is an exceptionally unique CMS, with no competition on the net. The first concern is to maintain this level.

To gain more popularity we could engage savvy publishers and smart designers by explaining the correct publishing flow and key features of our Textpattern, rather destroying it with attractive drag & drop, wysiwyg and similar gadgets.

Simple, easy, elegant — too trivial market words, suitable for everyone. As I understand, in the base of Textpattern power, security, and flexibility is the clear and ultimate separation principle, decided initially by Dean Allen. A designer do not need PHP code, and a publisher do not need even HTML tags. Not only content and presentation, HTML and CSS, text and hypertext, PHP and TXP:tags (XSL and SSI replacement), sections and categories for articles, images, files, links are properly separated, too.

If you wish 5th version, name it for the theme management — a huge step forward. If you wish some new yet useful feature, try adopt API for Panda (TinyPNG.org) — very effective image compressing tool, I am using it every day. Sorry, I am not a programmer to DIY.

Last edited by Vienuolis (2019-03-24 14:17:15)

Offline

#42 2019-03-24 15:35:10

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,473

Re: Textpattern Next Non-Patch Version Roadmap

Vienuolis wrote #317278:

Before asking for new features, we should first understand the actual level of quality we stand on. You are to be congratulated for truly excellence of the publishing loom. Textpattern is an exceptionally unique CMS, with no competition on the net. The first concern is to maintain this level.

To gain more popularity we could engage savvy publishers and smart designers by explaining the correct publishing flow and key features of our Textpattern, rather destroying it with attractive drag & drop, wysiwyg and similar gadgets.

You said it very well.

Offline

#43 2019-03-24 16:27:27

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

Re: Textpattern Next Non-Patch Version Roadmap

Vienuolis wrote #317278:

we could engage savvy publishers and smart designers by explaining the correct publishing flow and key features of our Textpattern, rather destroying it with attractive drag & drop, wysiwyg and similar gadgets.

Completely agree. As can be seen by the WordPress Gutenberg debacle, people don’t necessarily want to be able to make articles by dragging and dropping blocks around. It sounds wonderful to marketing people and coders, but do real users find it intuitive or useful? Not yet, it seems.

In the same vein, WYSIWYG editors tend to make horrible markup and, as you say, often rely on in-page hard-coded formatting, which is horrible to unpick in future and very inflexible.

That’s why I’m striving for a toolbar like Jukka’s plugin implementation, which is a Textile toolbar. If we support Markdown in core (which I got 95% of the way through and then abandoned because a plugin actually worked better at the time) I’m fine with a toolbar that inserts Markdown code into the article as well.

But the key is that a toolbar should – if possible – insert codes for one of our supported markup languages and NOT raw HTML if we can possibly avoid it. I don’t mind if it inserts little bits of HTML if there are no direct equivalents, or we allow people to customize the toolbar to insert whatever they need in their publishing workflows. That’d be ideal. We allow HTML in Body anyway, so a toolbar could do likewise.

If we can make a seamless real-time preview available if people want it, we don’t need the Write panel Body tag (or any textarea) to actually contain the yucky HTML produced by an off-the-shelf toolbar. We can still allow manual insertion of markup language, provide a nice WYSIWYG toolbar for inserting codes in that language as a convenience for new users, AND allow people to see what the final result might look like. All by maintaining content separation, flexibility and retaining the distinction between content and its presentation.

Pipe dream? I hope not. But that’s why I’ve been dragging my feet on this as I’m keen to keep the traditional Textpattern publishing spirit alive whilst also making it attractive for new users, without the baggage of off-the-shelf bloaty and difficult to maintain toolbar output.

Last edited by Bloke (2019-03-24 16:31:35)


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Online

#44 2019-03-24 16:44:54

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,071
Website Mastodon

Re: Textpattern Next Non-Patch Version Roadmap

Vienuolis wrote #317278:

If you wish 5th version, name it for the theme management — a huge step forward. If you wish some new yet useful feature, try adopt API for Panda (TinyPNG.org) — very effective image compressing tool, I am using it every day. Sorry, I am not a programmer to DIY.

thanks for the link. i am going to test drive the TinyPNG ExpressionEngine Add-on


…. texted postive

Offline

#45 2019-03-24 18:39:18

etc
Developer
Registered: 2010-11-11
Posts: 5,028
Website GitHub

Re: Textpattern Next Non-Patch Version Roadmap

Nothing is set in stone yet, we are just testing different input methods. And main parts of it (like Textile input/output) are yet to be written.

I agree that most WYSIWYG editors pollute the code way too much. We will certainly not keep MediumEditor in core, a plugin is easy to write. But ProseMirror is much less intrusive and much more configurable. I think it’s not really different from Textile or Markdown toolbars. Why should we mind wrapping a text in <strong /> instead of * while editing if this allows for a preview and if the conversion is easily done? ProseMirror Markdown example looks fine.

Offline

#46 2019-03-24 18:51:00

etc
Developer
Registered: 2010-11-11
Posts: 5,028
Website GitHub

Re: Textpattern Next Non-Patch Version Roadmap

phiw13 wrote #317269:

If I understand you correctly, inserting a txp:short-tag (e.g. to insert an image) won’t work, as in, the tag will not be parsed at all. I don’t really mind if it is not rendered in the editor, but it would be nice if it is rendered in the final page.

All tags are converted to plain text atm, but Markdown example suggests that preserving some tags should be possible.

The preview/code in a dialog you were showing in a previous post up thread, that is part of the custom fields branch, right? Is that branch kinda usable now – without jumping through weirdo commands to get the DB to work?

A fresh install is usable (though absolutely not stabilized yet), but there is no to_4.8 update script.

Offline

Board footer

Powered by FluxBB