<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hedgedoc/public/vendor, branch cindy</title>
<subtitle>Hedgedoc with support for CindyScript
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/'/>
<entry>
<title>Fix toolbar day mode</title>
<updated>2019-05-12T18:15:46+00:00</updated>
<author>
<name>Pedro Ferreira</name>
</author>
<published>2019-04-12T09:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=26dacde9591b4994529d8f536712b797cef5a36f'/>
<id>26dacde9591b4994529d8f536712b797cef5a36f</id>
<content type='text'>
Also moved the code to SCSS

Signed-off-by: Pedro Ferreira &lt;pedro@dete.st&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also moved the code to SCSS

Signed-off-by: Pedro Ferreira &lt;pedro@dete.st&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ToC breaking documents with empty h* elements</title>
<updated>2018-11-19T17:27:06+00:00</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2018-11-07T16:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=9951b7df7c6523838b413700d51930956c467d6a'/>
<id>9951b7df7c6523838b413700d51930956c467d6a</id>
<content type='text'>
Right now, the ToC has an undefined variable i that was an index in the
original ToC code. Since the major rewrite in
4fe062085324c50f2cfa062258559cf31858ef5f it's a recursive function
without this index. The variable `i` was wrongly copied into its current
place from the old code.

This patch replaces the variable `i` with the index of the header
element. Fix the undefined variable problem.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Right now, the ToC has an undefined variable i that was an index in the
original ToC code. Since the major rewrite in
4fe062085324c50f2cfa062258559cf31858ef5f it's a recursive function
without this index. The variable `i` was wrongly copied into its current
place from the old code.

This patch replaces the variable `i` with the index of the header
element. Fix the undefined variable problem.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ToC: Some HTML improvements and style fixes</title>
<updated>2018-07-04T19:09:06+00:00</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2018-07-04T19:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=df05bff82a32dc2f535cd72f4624006bdc10f904'/>
<id>df05bff82a32dc2f535cd72f4624006bdc10f904</id>
<content type='text'>
The ToC generated broken HTML with unclosed `&lt;li&gt;` tags. This got fixed
as well as some minor optimisation and adding list elements for the
subentries so the elements appear in the ToC while scrolling.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ToC generated broken HTML with unclosed `&lt;li&gt;` tags. This got fixed
as well as some minor optimisation and adding list elements for the
subentries so the elements appear in the ToC while scrolling.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore h6 headers</title>
<updated>2018-07-04T09:21:15+00:00</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2018-07-04T09:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=cf934a4e5120b6d62cc8798aed52be2c424de91f'/>
<id>cf934a4e5120b6d62cc8798aed52be2c424de91f</id>
<content type='text'>
h6 headers are used for tags in CodiMD. So we should ignore them for the
ToC generation.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
h6 headers are used for tags in CodiMD. So we should ignore them for the
ToC generation.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor generation of ToC</title>
<updated>2018-07-04T00:36:47+00:00</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2018-07-04T00:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=4fe062085324c50f2cfa062258559cf31858ef5f'/>
<id>4fe062085324c50f2cfa062258559cf31858ef5f</id>
<content type='text'>
This replaces the existing iterative implementation of the ToC
generation with an recursive one.

This also solves the problem of skipped headers which causes wrong
leveling of them.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces the existing iterative implementation of the ToC
generation with an recursive one.

This also solves the problem of skipped headers which causes wrong
leveling of them.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add title attribute in table of contents</title>
<updated>2018-03-26T09:20:18+00:00</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2018-03-26T06:00:37+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=7681076eb3380e3fc556b3c0503621d5025b7d50'/>
<id>7681076eb3380e3fc556b3c0503621d5025b7d50</id>
<content type='text'>
Right now the full title of an element is may not shown as the space of
the ToC is limited. With this path it'll be shower on hover and this way
provide more useful information.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Right now the full title of an element is may not shown as the space of
the ToC is limited. With this path it'll be shower on hover and this way
provide more useful information.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize usage of `getAsFile()`</title>
<updated>2018-03-18T02:11:28+00:00</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2018-03-18T02:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=621996289212694f37c7e6513d215818940d2b6b'/>
<id>621996289212694f37c7e6513d215818940d2b6b</id>
<content type='text'>
Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in vedor extension</title>
<updated>2018-03-18T02:10:37+00:00</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2018-03-18T02:01:10+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=41bf7cc52faff91efa9303e29fae631f5c1a1476'/>
<id>41bf7cc52faff91efa9303e29fae631f5c1a1476</id>
<content type='text'>
Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow more detailed configuration of upload mime types</title>
<updated>2018-01-20T14:16:53+00:00</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2018-01-20T14:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=a7935a595a6d482aaefb5a3c9fa0600adf2d2c5b'/>
<id>a7935a595a6d482aaefb5a3c9fa0600adf2d2c5b</id>
<content type='text'>
Fixes #637

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #637

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove executable permission from static files</title>
<updated>2017-04-17T21:01:23+00:00</updated>
<author>
<name>Peter Dave Hello</name>
</author>
<published>2017-04-17T21:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=7e3e0edb17b0af1128a324894e085d946de26069'/>
<id>7e3e0edb17b0af1128a324894e085d946de26069</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
