A free community driven school for data hosted at dataschool.com
An @11ty/eleventy starter using parcel-bundler for production bundling
Suivi automatique et amélioration d'analytics.js pour les interactions utilisateurs courantes
DirtyF/brevifolia-nuxt-forestry-1 1
A simple starter blog built with Nuxt & Forestry
Documentation site for the Eleventy static site generator.
Daily acceptance tests for Jekyll. Builds 10 complex websites.
PR closed jekyll/jekyll
<!-- Thanks for creating a Pull Request! Before you submit, please make sure you've done the following:
- I read the contributing document at https://jekyllrb.com/docs/contributing/ -->
<!-- Make our lives easier! Choose one of the following by uncommenting it: -->
<!-- This is a 🐛 bug fix. --> <!-- This is a 🙋 feature or enhancement. --> <!-- This is a 🔦 documentation change. --> <!-- This is a 🔨 code refactoring. -->
<!-- Before you submit this pull request, make sure to have a look at the following checklist. If you don't know how to do some of these, that's fine! Submit your pull request and we will help you out on the way.
- I've added tests (if it's a bug, feature or enhancement)
- I've adjusted the documentation (if it's a feature or enhancement)
- The test suite passes locally (run
script/cibuildto verify this) -->
Summary
<!-- Provide a description of what your pull request changes. -->
Context
<!-- Is this related to any GitHub issue(s)?
You can use keywords to automatically close the related issue. For example, (all of) the following will close issue #4567 when your PR is merged.
Closes #4567 Fixes #4567 Resolves #4567
Use any one of the above as applicable. -->
pr closed time in a day
issue openedtinacms/tinacms
react-tinacms: editor: `undefined` on upload when image already exists.
When you upload an image that already exists, you get undefined.
Demo: https://www.loom.com/share/98717e9589a64689908402a685e6ed30
Expected: Warn that an image with the same name already exists before the upload
Originally posted by @DirtyF in https://github.com/tinacms/tinacms/pull/1380#issuecomment-670554912
created time in a day
push eventforestryio/hugo-theme-novela
commit sha f1e86915a26909c60a37a3b6ec6728ab3262a6b7
Updated prism.js to 1.21.0
commit sha 811b4ca4ebef064f7e016ea589175cccdd75cbab
Merge pull request #47 from Amoenus/update-prism Updated prism.js to 1.21.0
push time in a day
PR merged forestryio/hugo-theme-novela
<!-- Reviewable:start --> This change is <img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/> <!-- Reviewable:end -->
pr closed time in a day
pull request commenttinacms/tinacms
feat: InlineWysiwyg default image upload function
@ncphillips OK I get what happened here, when you try to upload an image that already exists, you get the undefined.
https://www.loom.com/share/98717e9589a64689908402a685e6ed30
comment created time in a day
push eventforestryio/forestry.io
commit sha 57ae9dbaa046f73ac8a2f6ff7729081bb2796e0a
docs: add required to the definition
push time in a day
PR opened tinacms/tinacms.org
Reported on https://github.com/kendallstrautman/quercus-blocks/issues/24
pr created time in a day
issue commentkendallstrautman/quercus-blocks
@omarcostahamido Thanks, we just moved some things around on https://tinacms.orrg documentation. We'll add proper redirects.Here are the new links:
- https://tinacms.org/docs/ui/inline-editing/inline-blocks/
- https://tinacms.org/guides/nextjs/github/initial-setup/
comment created time in a day
push eventforestryio/hydeout-jekyll-starter
commit sha fa19fb76e12ccc8e78e971d89146e2228393ffca
chore: bump dependencies - jekyll 3.9.x - Kramdown 2.x - bundler 2.x
push time in a day
issue commenttinacms/tina-starter-alpaca
See https://github.com/tinacms/tinacms.org/pull/637/files
comment created time in 2 days
pull request commenttinacms/tinacms
feat: InlineWysiwyg default image upload function
Just tried to test on the demo-gatsby package and got an image/undefined error after drag and dropping the image:

comment created time in 2 days
Pull request review commenttinacms/tinacms
feat: InlineWysiwyg default image upload function
export function Page(props) { } ``` -### Example: Dynamic Imports+### Sticky Menu++When editing long content it is likely that the editor will scroll past the wysiwyg menu.++By adding the `sticky` property the menu will follow the user as they scroll through the page.
According to the docs sticky is the default, right?
comment created time in 2 days
push eventtinacms/tina-starter-alpaca
commit sha 5b87e27e76b38c94837f73ed7d754af50cf55e90
fix: typo props @kylnwhf
push time in 2 days
push eventforestryio/hugo-persian-forestry
commit sha 84822a381977ebf6ecf48d06f6d28086962db0fa
docs: Import button
push time in 2 days
issue closedtinacms/tinacms
Wysiwym menu should have tooltips which also show keyboard shortcut for the menu item.
closed time in 2 days
jpuriissue commenttinacms/tinacms
Fixed in #1367
Functional, to be improved with a generic tooltip component later in a later iteration.
comment created time in 2 days
push eventforestryio/hugo-persian-forestry
push time in 2 days
push eventforestryio/hugo-persian-forestry
commit sha 8fa9b2ab4ab2299cba87b7b9ae684a40b7790294
chore: use Go module
push time in 2 days
push eventforestryio/hugo-persian-forestry
commit sha 9a3cadf18c24703ce470919afdd16b181f315459
Update from Forestry.io - Updated Forestry configuration
push time in 2 days
created repositoryforestryio/hugo-persian-forestry
Hugo Persian Forestry Starter
created time in 2 days
Pull request review commenttinacms/tinacms.org
introduce function for generating a valid open graph image
export default function Packages(props) { openGraph={{ title: props.name, description: excerpt,- images: [- {- url:- 'https://res.cloudinary.com/forestry-demo/image/upload/l_text:tuner-regular.ttf_90_center:' +- encodeURIComponent(props.name) +- ',g_center,x_0,y_50,w_850,c_fit,co_rgb:EC4815/v1581087220/TinaCMS/tinacms-social-empty-docs.png',- width: 1200,- height: 628,- alt: props.name + ` | TinaCMS Docs`,- },- ],+ images: [openGraphImage(props.name, '| TinaCMS Docs')],
images: [openGraphImage(props.name, ' | TinaCMS Docs')],
comment created time in 2 days
Pull request review commenttinacms/tinacms.org
introduce function for generating a valid open graph image
function BlogTemplate({ file, siteConfig, prevPage, nextPage }) { title: frontmatter.title, description: excerpt, images: [- {- url:- 'https://res.cloudinary.com/forestry-demo/image/upload/l_text:tuner-regular.ttf_70:' +- encodeURIComponent(frontmatter.title) +- ',g_north_west,x_270,y_95,w_840,c_fit,co_rgb:EC4815/l_text:tuner-regular.ttf_35:' +- encodeURIComponent(frontmatter.author) +- ',g_north_west,x_270,y_500,w_840,c_fit,co_rgb:241748/v1581087220/TinaCMS/tinacms-social-empty.png',- width: 1200,- height: 628,- alt: frontmatter.title + ` | TinaCMS Blog`,- },+ openGraphImage(+ frontmatter.title,+ '| TinaCMS Blog',
Space is needed as on https://tinacms-site-next-git-refactor-open-graph-images.tinacms.vercel.app/blog/inline-editing-project it displays Inline Editing Revamped| TinaCMS Blog
' | TinaCMS Blog',
comment created time in 2 days
Pull request review commenttinacms/tinacms.org
introduce function for generating a valid open graph image
function DocTemplate(props) { openGraph={{ title: frontmatter.title, description: excerpt,- images: [- {- url:- 'https://res.cloudinary.com/forestry-demo/image/upload/l_text:tuner-regular.ttf_90_center:' +- encodeURIComponent(frontmatter.title) +- ',g_center,x_0,y_50,w_850,c_fit,co_rgb:EC4815/v1581087220/TinaCMS/tinacms-social-empty-docs.png',- width: 1200,- height: 628,- alt: frontmatter.title + ` | TinaCMS Docs`,- },- ],+ images: [openGraphImage(frontmatter.title, '| TinaCMS Docs')],
images: [openGraphImage(frontmatter.title, ' | TinaCMS Docs')],
comment created time in 2 days
startedwhitecolor/yalc
started time in 3 days
startedcmod/craigstarter
started time in 3 days
issue commentjekyll/jekyll
Release v3.9.0 with kramdown v2 support
@parkr :shipit:
comment created time in 3 days
pull request commentjekyll/jekyll
[3.x] Add default language for kramdown syntax highlighting
@jekyll: merge +fix
comment created time in 3 days
push eventjekyll/jekyll
commit sha ce20c5d638fc64d5e84d77a83e5b6985955a1210
Update docs/_posts/2020-08-06-jekyll-3-9-0-released.markdown Co-authored-by: Ashwin Maroli <[email protected]>
push time in 3 days
Pull request review commenttinacms/tinacms.org
The `name` property should be updated to reflect the different path: } ``` +> Checkout [the final-form docs]() for a more detailed look at how the `name` field works.
ENTER will also save the link.
comment created time in 3 days
Pull request review commenttinacms/tinacms.org
export function Page(props) { All Inline Fields expect a `name` prop, as with regular [Tina Fields](/docs/plugins/fields#name), the value should be the path to the data being edited by that field. Refer to individual inline field docs to see their specific properties. +> Checkout [the final-form docs]() for a more detailed look at how the `name` field works.
> Check out [the final-form docs](https://final-form.org/docs/final-form/field-names) for a more detailed look at how the `name` field works.
comment created time in 3 days
Pull request review commenttinacms/tinacms.org
The `name` property should be updated to reflect the different path: } ``` +> Checkout [the final-form docs]() for a more detailed look at how the `name` field works.
> Check out [the final-form docs](https://final-form.org/docs/final-form/field-names) for a more detailed look at how the `name` field works.
@ncphillips Is that the right link?
comment created time in 3 days
push eventDirtyF/persian-hugo
commit sha df54945c849e878b3a7a3f105cd9fe5686e0472a
Create _index.md
push time in 3 days
fork DirtyF/persian-hugo
Persian is a Box design Personal blog template Based on Bootstrap and powered By Hugo.
fork in 3 days
pull request commentjekyll/jekyll
@ashmaroli We can move the Kramdown part in the 3.9.0 release post
comment created time in 3 days
push eventjekyll/jekyll
commit sha 82fc6ba01c159635a663af6c05d18e56fd52839d
Update features/collections.feature Co-authored-by: Ashwin Maroli <[email protected]>
push time in 3 days
issue openedtinacms/tina-starter-alpaca
Instead of defaulting to docs and redirect, use the default index page.
Something very simple like the first hero block on https://nextjs.org/ or https://www.terraform.io/ will do for now.
Title + Text + Call to action (Read our docs)
Make sure are editable from the home.json and update the form accordingly.
created time in 3 days
Pull request review commenttinacms/tinacms.org
+---+title: Frequently Asked Questions+---++## General++### Why do you say "Tina is not a CMS?"++Tina is a suite of packages that enable developers to build highly customized content management systems. A conventional CMS provides a fully-realized editing interface, requiring you to create an edit content within its bounds. Tina takes an "inside-out" approach, helping developers craft their own CMS according to their specific content needs.
When you coin a new term like "Content Platform", or "Jamstack", or "Uphill Charts" or "Imbox", even if the term will always be debatable, the point is you're introducing a real change or feature and bringing something new to the game.
This is marketing territory, but I feel Tina deserves to coin its own term to convey the paradigm you're describing. CMS builder/Edition Layer I really don't know how to call it.
comment created time in 4 days
issue openedtinacms/tinacms.org
Given I want to update Tina to a recent release because I'm lagging a few releases behind When I browse a release Then I can go the previous or the next release easily
created time in 4 days
issue openedtinacms/tinacms.org
Given I search tinacms releases in a search engine
When I click on https://tinacms.org/blog/2020-06-29-release-notes
Then I get a 404
Suggestion: 301 redirect to https://tinacms.org/docs/releases/2020-06-29
Bonus points: Canonical URL
created time in 4 days
Pull request review commenttinacms/tinacms
fix: enabling CMS does not remount children
const SidebarToggle = ({ sidebar }: { sidebar: SidebarState }) => { <SidebarToggleButton onClick={() => (sidebar.isOpen = !sidebar.isOpen)} open={sidebar.isOpen}+ aria-label="toggles cms sidebar"
❤️
comment created time in 4 days
push eventDirtyF/nuxt-content-blog
commit sha 856b69e6e899fdc1fb0a0ab5775fa038a3788464
Update from Forestry.io Frank Taillandier updated content/articles/what-we-know.md
push time in 4 days
PR opened tinacms/tina-starter-alpaca
@logan-anderson Is there anything else to do beside bumping the packages here?
https://tinacms.org/docs/releases/2020-08-03#upgrading-from-v0250
We pass a prop for enable so I guess we're fine here.
pr created time in 4 days
issue openedtinacms/tina-starter-alpaca
We should be able display images stored in private repositoriees with:
previewSrc: async () => await cms.api/github.getDownloadUrl(filepath)
See: https://github.com/tinacms/tinacms/blob/master/packages/react-tinacms-github/src/github-client/github-client.ts#L266-L284
created time in 4 days
push eventtinacms/tina-starter-alpaca
commit sha 2793ae0c9114a6bcf11d8f2a8f0da0c99d278681
Update from TinaCMS
push time in 5 days
push eventtinacms/tina-starter-alpaca
commit sha 04e0d1d1d3b4ab89c304e9087f1f53786a516f6d
Update from TinaCMS
push time in 5 days
issue openedtinacms/tina-starter-alpaca
https://tinacms.org/docs/releases/2020-08-03#upgrading-from-v0250
created time in 5 days
delete branch tinacms/tina-starter-alpaca
delete branch : feature/added-last-updated
delete time in 5 days
push eventtinacms/tina-starter-alpaca
commit sha c5530a8117ebf4a60a9dc8ee647793b3d50b76d7
added last updated text to bottom of the docs page
commit sha e093f59d484bd74f76ba242375d8051173968145
Merge pull request #80 from tinacms/feature/added-last-updated added last updated text to bottom of the docs page
push time in 5 days
PR merged tinacms/tina-starter-alpaca
Fixed #78 Note: you will be able to see this until the pages are edited and saved
pr closed time in 5 days
issue closedtinacms/tina-starter-alpaca
à la tinacms.org: https://github.com/tinacms/tinacms.org/blob/master/utils/useLastEdited.ts
closed time in 5 days
DirtyFdelete branch tinacms/tina-starter-alpaca
delete branch : feature/add-formspree
delete time in 5 days
push eventtinacms/tina-starter-alpaca
commit sha af43b42bb34f22502590de4bbb563a1e5fd96d88
added formspree
commit sha c5c0499f7755247df99284ba67e78ea735474e65
update readme
commit sha 856eacba2422da4d2484dc1d83e3e561003de21b
Merge pull request #81 from tinacms/feature/add-formspree added formspree
push time in 5 days
PR merged tinacms/tina-starter-alpaca
Added ability to change the endpoint that the feedback form is sent to. Fixes #77
pr closed time in 5 days
push eventtinacms/tina-starter-alpaca
commit sha 4011074a900aa43b881ff3375e46b5d6800040b0
Update from TinaCMS
push time in 5 days
push eventtinacms/tina-starter-alpaca
commit sha e7729b97a3fc7baf41bd28d2990c1dc1590f62e4
Update from TinaCMS
push time in 5 days
push eventtinacms/tina-starter-alpaca
commit sha 915dfbc03cecfc59088e9f2c40063bc6057bd6f6
Upload
push time in 5 days
push eventtinacms/tina-starter-alpaca
commit sha 8eb5e366151808f182c982b2df87986f8ab9da13
Upload
push time in 5 days
push eventtinacms/tina-starter-alpaca
commit sha bbd57eb2c231ea4b3fedd6293b8be6b2f2a3cfef
Upload
push time in 5 days
push eventtinacms/tina-starter-alpaca
commit sha a40572c5aac85011fce18aeb1cb00714c21c917f
Upload
push time in 5 days
issue openedtinacms/tina-starter-alpaca
In order to people to be able to delete pages.
It should also remove the page from the navigation.
created time in 5 days
issue openedtinacms/tina-starter-alpaca
à la tinacms.org: https://github.com/tinacms/tinacms.org/blob/master/utils/useLastEdited.ts
created time in 5 days
delete branch tinacms/tina-starter-alpaca
delete branch : feature/url-img-display
delete time in 5 days
push eventtinacms/tina-starter-alpaca
commit sha 554ec5ed5befec510f8372a9eaec1cc4322386d4
fixed issues with preview url images not displaying
commit sha a7e1ec5c67954826c5bbd4f1e6dce9daeb2b4b87
removed console.log
commit sha 58a78570c65a62a6488186eabdd42a6f7d7219e4
Merge pull request #76 from tinacms/feature/url-img-display fixed issues with preview url images not displaying
push time in 5 days
PR merged tinacms/tina-starter-alpaca
Images from URLs can now be displayed in preview mode
pr closed time in 5 days
PR merged tinacms/tina-starter-alpaca
fixes #70
pr closed time in 5 days
push eventtinacms/tina-starter-alpaca
commit sha bd5a9857e6d86009f27e7e6df9e47df2f2c30ba1
added sticky wysiwyg
commit sha e6f100cfaf717a008340c15aa43c23c89613db9e
adding padding
commit sha 0f48228e3e5ff86bdc59e3ab253112a4828f7324
Merge pull request #74 from tinacms/feature/sticky-wysiwyg added sticky wysiwyg
push time in 5 days
issue closedtinacms/tina-starter-alpaca
WYSIWYG toolbar is not sticky by default
Issue
Given I edit a long text
When I scroll down the page
Then I can not see the WYSIWYG toolbar

Expected Toolbar is always visible when I edit text.
There's already a sticky option, but the documentation does not say what the default value is:
https://tinacms.org/docs/inline-editing/inline-wysiwyg#options
closed time in 5 days
DirtyFpull request commenttinacms/tina-starter-alpaca
@logan-anderson can we add also a bit of padding? https://github.com/tinacms/tinacms.org/blob/e217a45a2408ff6fd713939885f886a342953a40/components/inline-wysiwyg.tsx#L18
comment created time in 5 days
pull request commenttinacms/tina-starter-alpaca
How did you compute the value in pixels? Asking as we could use calc and CSS custom properties to compute it.
comment created time in 5 days
issue closedtinacms/tinacms.org
502 Error when editing site and navigating to Guides
Error 502 Ray ID: 5bb1874f2e82ce1f • 2020-07-30 19:36:27 UTC
Works fine for the rest of the site and docs but Cloudflare gives me a 500 error when I hit Guides.
closed time in 5 days
laurenclarkissue commenttinacms/tinacms.org
502 Error when editing site and navigating to Guides
Thanks for the feedback @laurenclark 😊
comment created time in 5 days
pull request commenttinacms/tinacms
typo: fix date in Cycle 2 table
@all-contributors please add @Nazeh for docs
comment created time in 5 days
push eventjekyll/jekyll
commit sha a39509678eaec6877c32dbd0d2403c7d405070cc
fix: W3C HTML5 Validator warning The type attribute is unnecessary for JavaScript resources.
push time in 5 days