sudokill · @sudokill
24 followers · 75 posts · Server fosstodon.org

@alexl
i have developed a software for linux, , with the possibility to save/read Zip markdown files (.mdz) with images
This new format is based on , an extended markdown syntax to write/exchange rich-text documents based on markdown
I wish this new format becomes more popular, i have develop for a proof of concept, I'm not a software developer, but the possibility to make mardown-based document in a zip file is definitively a good feature i enjoy

#Xwriter #markdock

Last updated 1 year ago

sudokill · @sudokill
24 followers · 63 posts · Server fosstodon.org

V0.4.2 is out

This version introduces filters
filters are pandoc filters for :
- C/Go/Rust/Lua/Tcl/python/R/octave/vlang code evaluation
- diagram tools mermaid/graphviz/plantUML/kroki...
- Equation tool (eqn/latex math)
- Music notation (ABC music/lilypond)
- Database output (sqlite3)

A nice set of tools for Xwriter.

github.com/htopkill/Xwriter

#Xwriter #pantcl

Last updated 1 year ago

sudokill · @sudokill
24 followers · 63 posts · Server fosstodon.org

@pandoc
I have tested and help to debug these filters in a few days ago.
Lot of features with diagram/sqlite/Code evaluation (tcl/python/c/go/v...)

Just a security warning : As these filters can execute code, don't use them with untrusted documents

#Xwriter

Last updated 1 year ago

sudokill · @sudokill
24 followers · 58 posts · Server fosstodon.org

move to github :
github.com/htopkill/Xwriter

i have nothing wrong with , it works fine for me, but if i want to scale up , i need to go where i can find developpers

#Xwriter #codeberg #tcl #tk

Last updated 1 year ago

sudokill · @sudokill
24 followers · 58 posts · Server fosstodon.org

Xwriter V0.4.1 is out

This release contains :
1. Files inclusion with the syntax : {{include filepath/filelink}}
2. Bug fix/User-interface improvement
3. Markdown archive .mdz works with more than 1 markdown file at the root ( tested with github zip file )

codeberg.org/sudokill/Xwriter

#Xwriter #markdown #markdock #richtext #richtexteditor

Last updated 1 year ago

sudokill · @sudokill
23 followers · 56 posts · Server fosstodon.org

may be could be the next with :
1. instead of
2. instead of

Still lot of works, but it will be great
It could even be possible to make a tcl/orgmode combo 😲

Note : is an extended markdown syntax to make rich-text document

#Xwriter #emacs #tcl #lisp #markdock #orgmode

Last updated 1 year ago

sudokill · @sudokill
23 followers · 52 posts · Server fosstodon.org

The 3 main features i use in I didn't find in another editor :

1. Hide markdown symbol : you can display your file as a rich-text document, very usefull
2. Extended syntax : you can underline, justify text, change font size/family/color, make border.... all this without HTML
3. Save the file+images in zip archive i can open in Xwriter. I use it more and more to manage all my documents

codeberg.org/sudokill/Xwriter

#Xwriter #markdown #richtexteditor #markdock

Last updated 1 year ago

sudokill · @sudokill
23 followers · 50 posts · Server fosstodon.org

Xwriter V0.4.0 is out !
Bug fixes and User-interface improvement in this version

is a rich-text editor with an extended syntax and under the hood

Teasing : V0.4.1 will add files 'transclusion' (include files)

codeberg.org/sudokill/Xwriter

#Xwriter #markdown #pandoc #markdock #editor #richtexteditor

Last updated 1 year ago

sudokill · @sudokill
23 followers · 50 posts · Server fosstodon.org

Xwriter V0.4.0 is out !
Bug fixes and User-interface improvement in this version

is a rich-text editor with an extended syntax and under the hood

Teasing : V0.4.1 will add files 'transclusion' (include files)

#Xwriter #markdown #pandoc #markdock #editor #richtexteditor

Last updated 1 year ago

sudokill · @sudokill
24 followers · 49 posts · Server fosstodon.org

In the next release of coming soon, I changed 2 rules :
1. HTML alias as :
`Text`{serif ...}
2. Paragraph indentation as :
|1/2/3Tabs+Text

These syntax are just better in plain-text and are closer to the syntax already used in pandoc

#Xwriter #red #markdown #markdock #editor #richtext #RichTextFormat #richtexteditor

Last updated 1 year ago

sudokill · @sudokill
24 followers · 49 posts · Server fosstodon.org

In the next release of comming soon, I changed 2 rules :
1. HTML alias as :
`Text`{serif ...}
2. Paragraph indentation as :
|1/2/3Tabs+Text

These syntax are just better in plain-text and are closer to the syntax already used in pandoc

#Xwriter #red #markdown #markdock #editor #richtext #RichTextFormat #richtexteditor

Last updated 1 year ago

sudokill · @sudokill
23 followers · 48 posts · Server fosstodon.org

a few months i used markdown to write rich-text documents. Here is the main syntax i need :
# Document title [2 trailing spaces]
__underline__
:: Fully justified
::: Center
![name;100px](Image Path)
{{serif;;...}} Text {}

This syntax works for me : easy to remember, good in plain-text, no interference with markdown syntax
I use a software i develop for that ( )

#red #Xwriter #markdock #markdown #editor #markup #html

Last updated 2 years ago

sudokill · @sudokill
23 followers · 33 posts · Server fosstodon.org

In my journey to code a rich-text editor based on , i realised you just need 5 simple features :

1. a simple syntax for document title
2. a simple syntax for text justification
3. a syntax for HTML alias
4. a simple syntax for picture width
5. a zip file to encapsulate everything

If you are curious, or want to talk about using markdown as a rich-text document reference, use hashtag

#markdown #markdock #pandoc #Xwriter #markup #editor

Last updated 2 years ago

sudokill · @sudokill
23 followers · 48 posts · Server fosstodon.org

In my journey to code a rich-text editor based on , i realised you just need 5 simple features :

1. a simple syntax for document title
2. a simple syntax for text justification
3. a syntax for HTML alias
4. a simple syntax for picture width
5. a zip file to encapsulate everything

If you are curious, or want to talk about using markdown as a rich-text document reference, use hashtag

#markdown #markdock #pandoc #Xwriter #markup #editor

Last updated 2 years ago

sudokill · @sudokill
23 followers · 48 posts · Server fosstodon.org

Xwriter V0.3.5 is out .
This version add a diagram editor ( graphviz ), import URL/Documents with pandoc and YAML metadata.

Xwriter is a plain-text/rich-text editor based on markdown + some additionnal syntax to target 'rich-text' documents creation and sharing.
What is unique : you always stay on a regular text-editor but you can view/hide markdown symbols.

codeberg.org/sudokill/Xwriter.

​ ​

#foss #linux #markdown #editor #markup #Xwriter #markdock #pandoc #graphviz

Last updated 2 years ago

sudokill · @sudokill
22 followers · 32 posts · Server fosstodon.org

Xwriter V0.3.5 is out .
This version add a diagram editor ( graphviz ), import URL/Documents with pandoc and YAML metadata.

Xwriter is a plain-text/rich-text editor based on markdown + some additionnal syntax to target 'rich-text' documents creation and sharing.
What is unique : you always stay on a regular text-editor but you can view/hide markdown symbols.

codeberg.org/sudokill/Xwriter​

​ ​

#foss #linux #markdown #editor #markup #Xwriter #markdock #pandoc #graphviz

Last updated 2 years ago

sudokill · @sudokill
22 followers · 32 posts · Server fosstodon.org

Xwriter V0.3.5 is out .
This version add a diagram editor ( graphviz ), import URL/Documents with pandoc and YAML metadata.

Xwriter is a plain-text/rich-text editor based on markdown + some additionnal syntax to target 'rich-text' documents creation and sharing.
What is unique : you always stay on a regular text-editor but you can view/hide markdown symbols.

codeberg.org/sudokill/Xwriter​

​ ​

#foss #linux #markdown #editor #markup #Xwriter #markdock #pandoc #graphviz

Last updated 2 years ago

sudokill · @sudokill
23 followers · 48 posts · Server fosstodon.org

Xwriter V0.3.4 is out
This version add experimental export to odt/docx/epub and has been tested with debian/linuxmint/arch(endavourOS,Manjaro) and ubuntu

Xwriter is a rich-text editor based on markdown + some additionnal syntax to target 'rich-text' documents creation and sharing.
it uses pandoc or lowdown to export documents (html/pdf/odt/docx/epub)

codeberg.org/sudokill/Xwriter

​ ​

#foss #linux #markdown #editor #markup #Xwriter #markdock #pandoc

Last updated 2 years ago

sudokill · @sudokill
21 followers · 29 posts · Server fosstodon.org

Xwriter V0.3.4 is out
This version add experimental export to odt/docx/epub and has been tested with debian/linuxmint/arch(endavourOS,Manjaro) and ubuntu

Xwriter is a rich-text editor based on markdown + some additionnal syntax to target 'rich-text' documents creation and sharing.
it uses pandoc or lowdown to export documents (html/pdf/odt/docx/epub)

codeberg.org/sudokill/Xwriter​

​ ​

#foss #linux #markdown #editor #markup #Xwriter #markdock #pandoc

Last updated 2 years ago

sudokill · @sudokill
18 followers · 26 posts · Server fosstodon.org

Xwriter V0.3.3 is out

Xwriter is a rich-text editor based on markdown ( linux only )

Under the hood, it's markdown + some additionnal syntax to target 'rich-text' documents creation and sharing.
it uses natively pandoc to export to HTML and PDF with the browser.

codeberg.org/sudokill/Xwriter​

​

#foss #linux #markdown #editor #markup #Xwriter #markdock #pandoc

Last updated 2 years ago