Re: Mermaid flowcharts from Leo subtree in Leo Vue

2018-03-03 Thread Joe Orr
Offray,

Wanted to respond this before but didn't have time.

About the name, Leo Web makes sense in that the LeoVue project shows the 
power of the web dev ecosystem. However, for a couple of reasons I think 
LeoVue is still the better name:

1. LeoVue isn't Leo, it is a content viewer, not a content creator. It has 
features that Leo doesn't and shouldn't have, and adding editing and other 
Leo features to LeoVue would make those features harder to use. I think it 
makes sense for it to stay a separate project, although some of the code 
could be useful in building a frontend for Leo.
2. Vue gets equal billing in LeoVue bc Vue isn't simply the tool that was 
used to build LeoVue. LeoVue allows you to put Vue components into the 
content pane, and these components have access to the entire leo tree. For 
example, charts can read csv data stored in a different node. Summary node 
components can represent the data in a subtree (e.g. the mermaid summary 
node).

Joe

On Friday, February 2, 2018 at 5:59:10 PM UTC-5, Offray Vladimir Luna 
Cárdenas wrote:
>
> Joe,
>
> This is really cool. Leo Vue is so cool that I think it should be renamed 
> Leo Web, because it's exploring what can be done when the ideas behind Leo 
> start a deep talk with the web technologies, including improved 
> interactivity and rendering, a search that many of us have been  looking 
> for so long. I have even thought in a non distant future where the Leo 
> website, is "just" a Leo outline, showed as a Leo Vue instance.
>
> Maybe the best place to talk about the search improved interactivity 
> (liveness) and outlining, particularly in Leo, is the thread titles "An 
> avalanche of new thoughts". As soon as I have more time I will do it. But 
> your explorations are pretty worthy and inspiring.
>
> Cheers,
>
> Offray
>
> On 01/02/18 14:50, Joe Orr wrote:
>
> Added a new feature which might be worth a look. 
>
> Mermaid is a markup language for creating and viewing diagrams such as 
> flowcharts and Gannt charts. Leo Vue already support Mermaid, but I added a 
> new directive that will create an interactive flowchart from the subtree of 
> a node. Because of Leo's clone nodes, these flowcharts can be more complex 
> than simple trees. 
>
> 1.5 min overview video 
>
> Also added couple more things: Kanban summary nodes, inherit language 
> directives.
>
> Joe Orr
>
>
>
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "leo-editor" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to leo-editor+...@googlegroups.com .
> To post to this group, send email to leo-e...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/leo-editor.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Mermaid flowcharts from Leo subtree in Leo Vue

2018-02-02 Thread Offray Vladimir Luna Cárdenas
Joe,

This is really cool. Leo Vue is so cool that I think it should be
renamed Leo Web, because it's exploring what can be done when the ideas
behind Leo start a deep talk with the web technologies, including
improved interactivity and rendering, a search that many of us have
been  looking for so long. I have even thought in a non distant future
where the Leo website, is "just" a Leo outline, showed as a Leo Vue
instance.

Maybe the best place to talk about the search improved interactivity
(liveness) and outlining, particularly in Leo, is the thread titles "An
avalanche of new thoughts". As soon as I have more time I will do it.
But your explorations are pretty worthy and inspiring.

Cheers,

Offray


On 01/02/18 14:50, Joe Orr wrote:
> Added a new feature which might be worth a look.
>
> Mermaid is a markup language for creating and viewing diagrams such as
> flowcharts and Gannt charts. Leo Vue already support Mermaid, but I
> added a new directive that will create an interactive flowchart from
> the subtree of a node. Because of Leo's clone nodes, these flowcharts
> can be more complex than simple trees. 
>
> 1.5 min overview video 
>
> Also added couple more things: Kanban summary nodes, inherit language
> directives.
>
> Joe Orr
>
>
>
>
> -- 
> You received this message because you are subscribed to the Google
> Groups "leo-editor" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to leo-editor+unsubscr...@googlegroups.com
> .
> To post to this group, send email to leo-editor@googlegroups.com
> .
> Visit this group at https://groups.google.com/group/leo-editor.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Mermaid flowcharts from Leo subtree in Leo Vue

2018-02-02 Thread Joe Orr
Forgot to add, the examples are kind of contrived. I don't have any good 
real world examples yet but I think I eventually will. If anyone can 
suggest better examples that would be great.

Joe

On Thursday, February 1, 2018 at 2:50:26 PM UTC-5, Joe Orr wrote:
>
> Added a new feature which might be worth a look.
>
> Mermaid is a markup language for creating and viewing diagrams such as 
> flowcharts and Gannt charts. Leo Vue already support Mermaid, but I added a 
> new directive that will create an interactive flowchart from the subtree of 
> a node. Because of Leo's clone nodes, these flowcharts can be more complex 
> than simple trees. 
>
> 1.5 min overview video 
>
> Also added couple more things: Kanban summary nodes, inherit language 
> directives.
>
> Joe Orr
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Mermaid flowcharts from Leo subtree in Leo Vue

2018-02-01 Thread Matt Wilkie
*applause*

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Mermaid flowcharts from Leo subtree in Leo Vue

2018-02-01 Thread Joe Orr
Added a new feature which might be worth a look.

Mermaid is a markup language for creating and viewing diagrams such as 
flowcharts and Gannt charts. Leo Vue already support Mermaid, but I added a 
new directive that will create an interactive flowchart from the subtree of 
a node. Because of Leo's clone nodes, these flowcharts can be more complex 
than simple trees. 

1.5 min overview video 

Also added couple more things: Kanban summary nodes, inherit language 
directives.

Joe Orr




-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.