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

More syntax to be user friendly #199

Open
fgallaire opened this issue Aug 10, 2015 · 4 comments
Open

More syntax to be user friendly #199

fgallaire opened this issue Aug 10, 2015 · 4 comments

Comments

@fgallaire
Copy link
Member

If it is a tips, it should be built-it:
http://txt2tags.org/tips.html#copyright-symbol

And we could talk about this again:
#176

@fgallaire fgallaire added this to the v2.7 milestone Aug 10, 2015
@fgallaire
Copy link
Member Author

We have pre-formatted line and area:
http://txt2tags.org/userguide/VerbatimLineVerbatimArea.html

But we don't have formatting line and area. For example right align could be done with the obvious:

>>> line at right
and
>>>
area at right
>>>

but the obvious center align:

=== centered line
and
===
centered area
===

could be a little confusing with the title syntax.

The Trac solution to add "processors" to the area could be elegant:
http://trac.edgewall.org/wiki/WikiProcessors

With a lighter syntax Github Flavored Mardown adds a programming language name to ``` for syntax highlighting:
https://help.github.com/articles/github-flavored-markdown/

We could keep the default to pre-formatted for the ``` syntax, but add optional options to change this behaviour.

```> line at right
```= centered line

@fgallaire
Copy link
Member Author

A need for some users, this one uses a no border table to center text in HTML:
https://mostlylinux.wordpress.com/textanddocument/txt2tagscheatsheet/#centeredlineoftext

@fgallaire fgallaire removed this from the v2.7 milestone Feb 26, 2016
@fgallaire
Copy link
Member Author

#201

@fgallaire
Copy link
Member Author

#112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant