{"id":28759921,"url":"https://github.com/codevise/pageflow-internal-links","last_synced_at":"2026-01-20T17:14:10.507Z","repository":{"id":25622004,"uuid":"29057222","full_name":"codevise/pageflow-internal-links","owner":"codevise","description":"Page types linking to other pages inside an entry.","archived":false,"fork":false,"pushed_at":"2024-01-15T05:52:41.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-12-04T15:22:34.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codevise.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-01-10T12:57:58.000Z","updated_at":"2022-12-28T12:45:58.000Z","dependencies_parsed_at":"2024-01-15T06:51:21.813Z","dependency_job_id":"1e471f59-8779-4f14-964d-a0ab80d08f13","html_url":"https://github.com/codevise/pageflow-internal-links","commit_stats":{"total_commits":75,"total_committers":10,"mean_commits":7.5,"dds":0.24,"last_synced_commit":"0d26cd55371dd128b9457214fb988343ce147c7a"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/codevise/pageflow-internal-links","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-internal-links","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-internal-links/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-internal-links/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-internal-links/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codevise","download_url":"https://codeload.github.com/codevise/pageflow-internal-links/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-internal-links/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-17T05:42:27.256Z","updated_at":"2026-01-20T17:14:10.498Z","avatar_url":"https://github.com/codevise.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pageflow Internal Links\n\n[![Gem Version](https://badge.fury.io/rb/pageflow-internal-links.svg)](http://badge.fury.io/rb/pageflow-internal-links)\n[![Build Status](https://github.com/codevise/pageflow-internal-links/workflows/tests/badge.svg)](https://github.com/codevise/pageflow-internal-links/actions)\n\nPage types for linking to pages inside a Pageflow.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    # Gemfile\n    gem 'pageflow-internal-links'\n\nRegister the page types:\n\n    # config/initializers/pageflow.rb\n    Pageflow.configure do |config|\n      config.plugin(Pageflow::InternalLinks.plugin)\n    end\n\nInclude javascripts and stylesheets:\n\n    # app/assets/javascripts/pageflow/application.js\n    //= require pageflow/internal_links\n\n    # app/assets/javascripts/pageflow/editor.js\n    //= require pageflow/internal_links/editor\n\n    # app/assets/stylesheets/pageflow/application.scss\n    @import \"pageflow/internal_links\";\n\n    # app/assets/stylesheets/pageflow/editor.scss\n    @import \"pageflow/internal_links/editor\";\n\nImport the default theme additions:\n\n    # app/assets/stylesheets/pageflow/themes/default.scss\n\n    @import \"pageflow/internal_links/themes/default\";\n    @import \"pageflow/internal_links/themes/default/list_as_multiple_choice\";\n\nInstall dependencies:\n\n    bundle install\n\nCopy migrations of pageflow-internal-links into your project:\n\n    bundle exec rake pageflow_internal_links:install:migrations\n\nMigrate the database:\n\n    bundle exec rake db:migrate\n\nRestart the application server. The grid page type is available by\ndefault. For the list page type enable the corresponding feature in\nthe tab *features*.\n\n## Troubleshooting\n\nIf you run into problems while installing the page type, please also\nrefer to the\n[Troubleshooting](https://github.com/codevise/pageflow/wiki/Troubleshooting)\nwiki page in the\n[Pageflow repository](https://github.com/codevise/pageflow). If that\ndoesn't help, consider\n[filing an issue](https://github.com/codevise/pageflow-internal-links/issues).\n\n## Contributing Locales\n\nEdit the translations directly on the\n[pageflow-internal-links](http://www.localeapp.com/projects/public?search=tf/pageflow-internal-links)\nlocale project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodevise%2Fpageflow-internal-links","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodevise%2Fpageflow-internal-links","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodevise%2Fpageflow-internal-links/lists"}