Vojtech Kral
77bc526008
imageproc: Fix naming, cleanup
2018-06-25 18:05:49 +02:00
Vojtech Kral
7c8d39fe9c
Docs for resize_image()
2018-06-25 18:05:04 +02:00
Vojtech Kral
6662014e55
Add image resizing support #225
2018-06-25 18:05:04 +02:00
Vincent Prouillet
3eb571fdbf
Trim left every line of a shortcode to avoid the accidental markdown codeblock
2018-06-25 18:04:00 +02:00
Vincent Prouillet
f07bb38c37
Fix image in markdown rendering
2018-06-25 18:04:00 +02:00
Vincent Prouillet
28641fc223
Add HTML aliases to changelog
2018-06-25 18:04:00 +02:00
Vincent Prouillet
d334b1cf46
More shortcode docs update
2018-06-25 18:03:20 +02:00
Vincent Prouillet
b120754862
Update shortcode parsing and docs
2018-06-25 18:02:21 +02:00
Vincent Prouillet
860d1f4d1f
Indicate which file is failing to render on error
2018-06-25 18:02:07 +02:00
Clar Charr
da3b0fcf0e
Use proper Unicode word count; fixes #304
2018-06-25 18:02:07 +02:00
James Munns
3694c43d3a
Update documentation regarding aliases
2018-06-25 18:02:07 +02:00
James Munns
fbb57253a3
Add html-alias test
2018-06-25 18:02:07 +02:00
James Munns
cf1f8317bb
Reduce the number of allocations
2018-06-25 18:02:07 +02:00
James Munns
40ef634439
Allow creation of specific html aliases
2018-06-25 18:02:07 +02:00
Vincent Prouillet
b060cc1b64
Update syntaxes
2018-06-25 18:00:25 +02:00
Vincent Prouillet
d69ada09d2
Make permalinks out of co-located images
2018-06-25 18:00:05 +02:00
Vincent Prouillet
ef543b3d2b
Make co-located asset link permalinks
2018-06-25 18:00:05 +02:00
Vincent Prouillet
d39edd8ecb
Allow links in headers
2018-06-25 18:00:05 +02:00
Vincent Prouillet
85e13483eb
Use the new shortcode parser
2018-06-25 18:00:05 +02:00
Vincent Prouillet
204f514c0e
WIP: new markdown rendering
2018-06-25 17:59:04 +02:00
Vincent Prouillet
b892c07ed3
Don't hardcode the ws port
...
Closes #282
2018-06-25 17:59:04 +02:00
Vincent Prouillet
50a79c52f3
Fix serve not working with config flag
...
Closes #294
2018-06-25 17:58:27 +02:00
Vincent Prouillet
a060646b9e
Update test alternative config file
2018-06-25 17:57:55 +02:00
Vincent Prouillet
3e6054a9ac
tempdir -> tempfile
2018-06-25 17:57:33 +02:00
Vincent Prouillet
691ad922a2
cargo update
2018-06-25 17:57:06 +02:00
Vincent Prouillet
a853bef933
v0.3.4
2018-06-22 15:14:12 +02:00
Vincent Prouillet
7d5ffac1d5
Appveyor config fix
2018-06-22 14:29:11 +02:00
Vincent Prouillet
99657da5e1
Move snapcraft file
2018-06-22 13:40:26 +02:00
Vincent Prouillet
7f48b9bee8
Update more deps and appveyor config
2018-06-22 13:39:29 +02:00
Vincent Prouillet
2b75fd180b
cargo update for new version
2018-06-22 13:34:47 +02:00
Vincent Prouillet
31ae316b77
Merge pull request #299 from musoke/snap
...
Add snacraft config
2018-06-05 23:04:32 +02:00
Nathan Musoke
dca593ce13
Add snacraft config
...
This allows the easy generation of snaps as requested in #227 .
This commit does not add automatic generation and publication of snaps
to the Snap Store, but they can easily be generated for local/personal
use by
```
snapcraft
sudo snap install gutenberg_xxx.snap
```
Add directories with snapcraft artifacts to `.gitignore`.
2018-06-04 23:37:55 +12:00
Vincent Prouillet
4b23759908
Add CMake syntax and update other syntaxes
...
Closes #277
2018-04-13 15:07:30 +02:00
Vincent Prouillet
165b06133a
Merge pull request #281 from maccoda/master
...
Theme deployment
2018-04-10 11:07:32 +02:00
Vincent Prouillet
3856ead778
Merge pull request #283 from scvalex/fix-continue-reading-docs
...
Obfuscate <!-- more --> in docs so that it doesn't get replaced
2018-04-10 11:07:02 +02:00
Vincent Prouillet
d5d186b106
Update README.md
...
Fix #285
2018-04-10 08:06:49 +02:00
Alexandru Scvortov
042765c129
obfuscate <!-- more --> in docs so that it doesn't get replaced
2018-04-09 22:23:27 +01:00
Vincent Prouillet
9d2f6f0b23
Merge pull request #278 from andradei/master
...
Fix documentation typos and minor changes:
2018-04-09 12:14:40 +02:00
Dylan Maccora
a56ab5aa56
Theme deployment
2018-04-08 09:04:44 +10:00
Vincent Prouillet
98fe18ad9c
Add search to comparison
2018-04-07 09:59:37 +02:00
Isaac Andrade
f9186118a0
Fix typo.
2018-04-03 10:24:53 -06:00
Isaac Andrade
050c7f5d3f
Merge remote-tracking branch 'upstream/master'
2018-04-03 10:23:05 -06:00
Vincent Prouillet
b197f182f9
Merge pull request #280 from zmitchell/master
...
Add Tinkering to EXAMPLES.md
2018-04-03 10:41:01 +02:00
Zach Mitchell
c309ca205c
Add Tinkering to EXAMPLES.md
2018-04-02 11:15:30 -04:00
Isaac Andrade
486c979761
Fix documentation typos and minor changes:
...
- Fix some typos
- Some small changes to documentation to make it more clear
- Change the themes list from text to links
2018-04-01 18:33:59 -06:00
Vincent Prouillet
5dd42c5566
Update gutenberg version on netlify
2018-03-29 20:21:35 +02:00
Vincent Prouillet
789a6408fb
Merge pull request #251 from Keats/next
...
Next version
2018-03-29 18:03:41 +02:00
Vincent Prouillet
d6bb43c0ad
Set release date
2018-03-29 15:30:30 +02:00
Vincent Prouillet
d9dbf4d567
Fix internal links to content dir not working
...
Closes #275
2018-03-29 14:55:26 +02:00
Vincent Prouillet
9c0dd95bdb
Fix theme shortcode not being useable
...
Closes #272
2018-03-28 21:09:08 +02:00