Questions tagged [telescope]

Telescope is an open-source social news app (think Hacker News or Reddit clone) built with Meteor, a real-time JavaScript framework.

Telescope is an open-source social news app (think Hacker News or Reddit clone) built with Meteor, a real-time JavaScript framework.

The Telescope application has useful features for managing or building a community built in. Without writing code the following features can be utilized:

  • Multiple layout options
  • Media previews through Embedly API
  • Posts can be filtered and arranged in multiple views
  • Mailchimp newsletter support
  • Over 15 languages supported with more being developed
  • Responsive theme provides smooth mobile user experience

Project Links

119 questions
13
votes
1 answer

Using Python to communicate with web socket using JSON

In order to better understand how websockets are used beyond the basic hello-world, I set myself the task of getting some data from a page using websockets and JSON (because the source code of gitxiv is readily available, I chose to look at…
Soz
  • 957
  • 1
  • 5
  • 9
7
votes
1 answer

Overwriting Meteor's default login handler

I'm using NPM ldapjs and this Meteor LDAP project to try to enable LDAP on my test Telescope website. The main issue is that I want LDAP to be the sole method of logging in. My plan is to have a wrapper around the built-in Telescope (Meteor?) login…
Carter Pape
  • 1,009
  • 1
  • 17
  • 40
7
votes
3 answers

Can I use the same DB for multiple Meteor apps?

Use case: the app I built on app.foo.com, and an instance of telescope on community.foo.com, on separate application servers. The only collection they'd share is users. I would give the same mongo url and oplog url to both apps, and make sure that…
Loren
  • 13,903
  • 8
  • 48
  • 79
4
votes
6 answers

telescope install fails on laravel-7.25

PHP 7.4.3 Laravel Version: 7.24 I just tried to composer require laravel/telescope and composer install failed. Using version ^4.0 for laravel/telescope ./composer.json has been updated Loading composer repositories with package information Updating…
Anwarul Azim
  • 41
  • 1
  • 3
4
votes
1 answer

How to shorten date in telescope app?

I am using the telescope app. Currently in my post title template I am using scheduledAt to show a date when an event will be. I would like to shorten the date to just Thu May 07 2015 but I don't really know how to go about doing this.
3
votes
1 answer

how Integrate "Google Tag Manager" with telescope meteor js?

I am using telescope for may blog application and i able to configure google analytics by telescope admin setting. now we wanted to configure Google Tag Manager but we not able to figure out how to configure GTM with telescope. we found one addon…
jayesh
  • 2,422
  • 7
  • 44
  • 78
3
votes
3 answers

Exception in defer callback: Error: When the modifier option is true, validation object must have at least one operator

I'm trying to add the roles package and then set a custom user role like guest or member so I can use it with paid plans. I'm getting the following error Exception in defer callback: Error: When the modifier option is true, validation object must…
Almog
  • 2,639
  • 6
  • 30
  • 59
2
votes
0 answers

Neovim Telescope Read File Into Current File?

Jumping on this lua-neovim bandwagon...Need help with Telescope, please. In my old setup; I'd grab basic templates from my documents like: gt :-1read ~/Documents/templates/ And then I just use vim's normal tab completion to get where I need…
2
votes
1 answer

Laravel Telescope

I removed a composer package, with composer remove laravel/telescope But getting to the end of the command output I got In ProviderRepository.php line 208: Class 'App\Providers\TelescopeServiceProvider' not found I deleted the vendor folder,…
Ehsan
  • 41
  • 1
  • 6
2
votes
1 answer

Display domain url in custom Telescope theme

I am customizing Telescope theme, and what I need is to display domain url from where the post is coming. It should be displayed in PostsItem. Like it exist on Sidebar.io website, this part. I asked the other day on Telescope slack channel and…
Plavookac
  • 410
  • 9
  • 24
2
votes
2 answers

Telescope app not mobile responsive via the custom URL

I built a site to try out Telescope/meteor and deployed it with Heroku using a custom domain from Godaddy ---> ISSUE: When viewing the site iOS : Good > responsive mobile version appears via the default Heroku url: unfair.herokuapp.com Bad > mobile…
2
votes
1 answer

Adding a field to Categories?

I want to change the way a post list is rendered in Telescope based off a property of a category that its in. I.e. One category is a ListView when another is a GridView. I tried: Categories.addField({ fieldName: 'gridType', fieldSchema: { …
user3006981
  • 177
  • 8
2
votes
1 answer

TelescopeJs data-zones

I want to add postThumbnail zone inside the top zone. I tried doing this Telescope.modules.add("top","postThumbnail"); It did not work. Can anyone give me solution to this problem?
sohan
  • 41
  • 8
2
votes
2 answers

Changing default 'Sorry, you don't have the rights to view this page' for private Telescope

I have set up a Telescope app (fresh install) and have set it to private. I need to change the default template that is rendered (on the homepage) when Telescope is set to private and the user is not logged in. I have looked through the routes and…
rrrrrraul
  • 121
  • 2
  • 7
2
votes
1 answer

Meteor and Telescope - How can I fully change the language in Telescope?

I did go to the setting panel and change the language to Vietnamese. However, a lot of them were still in English. Is there a best way to do this? Thanks!
1
2 3 4 5 6 7 8