Commit Graph

492 Commits

Author SHA1 Message Date
Nick Vella 8f7f4a7fb6
Merge pull request #876 from ranjanjharavi/fix-691-Space-Between-Pictures
Line between images so that text can be entered
2019-10-19 18:26:07 +11:00
Ravi Ranjan 5324614c21 Add <p> tag below images so that text can be entered 2019-10-17 14:46:00 +01:00
Ravi Ranjan 58b069cadd Fix for new window is opened when Single window is selected in preferences 2019-10-16 12:09:25 +01:00
Ravi Ranjan cbb541a7be added a KeyEventhandler to handle whenever ALT + S is pressed. 2019-10-12 15:00:06 +05:30
Ravi Ranjan 453d39cce8 removed query parameter as it is not working with Google Blogger. 2019-10-11 14:02:42 +01:00
Ravi Ranjan b4b9d70462 removed <object> element 2019-10-11 09:03:05 +01:00
Ravi Ranjan 94c29fdcfe Changes made after review to make code cleaner and used <iframe> instead of <embed> as per youtube standards along with using HTML5 syntax instead of HTML4. 2019-10-10 12:38:32 +01:00
Ravi Ranjan dc49d8042b added <head> and <meta> tags along with the meta attributes(content, http-equiv)
removed the shockwave mime type from the embed tags (to take default HTML5 player)
replaced /v/ with /embed/ in the Uri which has to be embedded, in order to preview and play youtube video in Insert Video from Web tab.
2019-10-04 14:41:07 +01:00
Ravi Ranjan 134ccf1bf9 modified regex to allow https and youtu.be URLs 2019-10-04 14:21:16 +01:00
Caio Silva e628623e2a Add YamlDotNet copyright to About dialog
issue #853
2019-09-26 16:55:38 -03:00
Nick Vella dbbfd4f4ce
Merge pull request #844 from nvella/static-site-generator
Initial Static Site Generator support
2019-08-18 16:11:13 +10:00
Nick Vella 857029dbee splash: remove unused label click handler 2019-08-17 18:07:53 +10:00
Nick Vella 462c13a0d6 splash: cleanup ApplicationMain 2019-08-16 23:54:35 +10:00
Nick Vella 99458d7dbe splash: revert accidental change to ribbon project file 2019-08-16 23:51:41 +10:00
Nick Vella b6c751399f splash: rename images to state 2x scaling 2019-08-16 23:50:12 +10:00
Nick Vella c078072471 splash: cleanup files 2019-08-16 23:47:00 +10:00
Nick Vella d22332a054 splash: finish new splash 2019-08-16 23:45:59 +10:00
Nick Vella e543266caa splash: begin work on new splash 2019-08-16 00:07:04 +10:00
Nick Vella 654465e576 UpdateManager: check there is a future release before comparing release versions 2019-08-08 00:16:19 +10:00
Nick Vella c1591d8873 UpdateManager: don't update if update is older than currently running version - fixes #838 2019-08-07 23:57:04 +10:00
Nick Vella 5d7077e6c3 ssg: StaticSiteItem: fix parsing blog posts with only one HTML line 2019-08-07 18:51:21 +10:00
Nick Vella 9db6fdd6e9 ssg: oops, forgot drafts support 2019-08-05 22:30:36 +10:00
Nick Vella bcac35626d l10n: restore Properties.resx to upstream 2019-08-05 17:50:07 +10:00
Nick Vella b5fbf0367b l10n: match Strings.csv to Strings.Resx as per PR #213 2019-08-05 17:15:46 +10:00
Nick Vella 78c68a5367 l10n: match Strings.csv to ad-hoc patches made on StringId.cs and Strings.resx 2019-08-05 17:03:28 +10:00
Nick Vella 037d2682f1 l10n: restore comment regarding @kathweaver's fixes to issue #337 2019-08-05 16:53:29 +10:00
Nick Vella 1fe0228189 LocUtil: more enum gen fixes 2019-08-05 16:48:23 +10:00
Nick Vella 620b3e6ac0 LocUtil: more enum gen fix 2019-08-05 16:40:15 +10:00
Nick Vella fbe23bbaa5 LocUtil: fix resx file tag indenting 2019-08-05 16:36:08 +10:00
Nick Vella 154a4f1495 LocUtil: proper formatting of StringId.cs 2019-08-05 16:16:31 +10:00
Nick Vella de7b153364 ssg: advanced config build publish: use strings 2019-08-05 15:57:39 +10:00
Nick Vella bf1e8adb6f ssg: advanced config front matter: use strings 2019-08-04 19:12:18 +10:00
Nick Vella 232708a3f3 ssg: advanced config authoring: use strings 2019-08-04 17:27:32 +10:00
Nick Vella 7706b85796 ssg: switch string literals to string resources 1/... 2019-08-04 02:05:38 +10:00
Nick Vella 8ca2693615 ssg: strings: remove service name 2019-08-04 01:11:22 +10:00
Nick Vella 6c72d1d051 ssg: strings: add missing strings 2019-08-04 01:07:23 +10:00
Nick Vella 3e0acdfb1a ssg: advanced config build publish: fix sizing 2019-08-04 01:07:10 +10:00
Nick Vella 662b9cf0d6 LocEdit: don't exclude null comments 2019-08-04 00:21:28 +10:00
Nick Vella 91d3479839 LocEdit: kb shortcuts and convenience buttons 2019-08-03 23:21:13 +10:00
Nick Vella dd95e6e4fb ssg: strings: update CWStaticSiteInitialSubtitleAlreadyDetected message 2019-08-03 23:07:13 +10:00
Nick Vella dab97c1e57 l10n: reformat Strings.csv with LocEdit, resultant StringId.cs and Strings.resx have been regenerated with minimal changes 2019-08-03 23:04:25 +10:00
Nick Vella 025a49f1f5 ssg: strings: remove PostUrlFormat string from StringId and resources 2019-08-03 22:53:55 +10:00
Nick Vella 4451d96ba9 LocEdit: use default encoding 2019-08-03 22:52:56 +10:00
Nick Vella 88b018607b LocEdit: finish implementation 2019-08-03 22:44:46 +10:00
Nick Vella 06289e19d0 LocEdit wip 2019-08-03 21:19:10 +10:00
Nick Vella 6f524388c7 ssg: strings: remove PostUrlFormat 2019-08-03 21:18:42 +10:00
Nick Vella a64ae677a0 ssg: remove PostUrlFormat. this field is currently not required, and can be a potential cause for end-user confusion 2019-08-02 22:36:41 +10:00
Nick Vella 27e979f19a ssg: advanced settings front matter: reset to defaults button 2019-08-02 22:00:50 +10:00
Nick Vella 1fc8ac670f ssg: advanced settings: fix designer and tab indexes 2019-08-02 14:57:38 +10:00
Nick Vella 753116f329 ssg: advanced config StaticSitePreferencesPanel: make non abstract as designer can't deal with abstract classes 2019-08-02 14:24:18 +10:00