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
1
vote
2 answers

Telescope / Meteor Image URLs and Hosting

I'm trying to change the logo for my Telescope app. Where should I place the image file? I can't seem to figure out what the correct file path (URL) should be. Also, I use Bluehost.com for my web hosting. How do I deploy what I'm making to a web…
jmcclaire
  • 175
  • 3
  • 4
  • 16
1
vote
1 answer

The best way to share telescope post on Facebook

I play with telescope (meteor open source project) and I want to share the post link instead of source link on Facebook; so I did,in the telescope-module-share package, something like this: sourceLink: function(){ return window.location.origin +…
1
vote
1 answer

How to reset facebook and twitter auth credentials in meteor telescope

I have set my facebook and twiiter auth credentials, however its throwing a redirect URL error. Is there a way to reset the configuration on telescope and redo the social login set up again. Thanks, Mayank
Mayank
  • 2,333
  • 3
  • 17
  • 23
1
vote
1 answer

Telescope update got rid of both the settings and submit post ability. How do i get rid of update and remove the please update from the top?

The settings panel in admin and the ability of submit post has disappeared only the submit is staying. I have not changed in my code anything that would make this change. It also seems to have occurred in the Telescope meta. Also how do I get rid of…
learinMN
  • 23
  • 1
  • 5
1
vote
1 answer

How Do You Change Telescope To Port 80?

I just setup Telescope and I was wondering how I can change the default port to 80 instead of 3000? Telescope also uses the javascript framework Meteor so I am not sure if this might be related to Meteor, but just wanted to add that as well. Thanks…
1
vote
1 answer

Meteor reset password does not send email to user for password reset

Meteor reset password does not send email to user for password reset. There are not any errors. In telescope app after clicking on "Email Reset Link" button it shows "Email sent", however the user does not receive an email for password reset. The…
1
vote
2 answers

Integrating a medium-editor on the Atmosphere with a Telescope App

In Integrating a medium-editor on the Atmosphere with a Telescope App I have unknown parts that I can not make search for Atmosphere package pages makes only references to the github pages of clones. I want to integrate a medium-editor clone with my…
sçuçu
  • 2,960
  • 2
  • 33
  • 60
1
vote
2 answers

How do I customise telescope-base?

In the open source example http://www.telesc.pe/, how do I remove digest and daily view items from the view menu? Do I need to modify telescope-base?
gsrivast
  • 141
  • 1
  • 8
1
vote
0 answers

Why is Telescope failing to run?

I followed the directions to install Telescope from the website but am getting the following errors at the end: While building the application: error: no such package: 'crypto-md5' error: no such package: 'momentjs' error: no such package:…
dromodel
  • 9,581
  • 12
  • 47
  • 65
0
votes
0 answers

NeoVim Telescope (enable hidden files mapping)

I want to create a mapping for Ctrl+H in insert mode to show all hidden files, but unfortunately, this configuration doesn't work. require('telescope').setup { defaults = { mappings = { i = { [''] = false, ['']…
profex
  • 1
0
votes
0 answers

how to use telescopes `previewers` functions?

I would really love to make use of this function previewers.git_commit_diff_to_head() *telescope.previewers.git_commit_diff_to_head()* A previewer that shows a diff of a commit to head. The run command is `git --no-pager diff --cached $SHA…
sf8193
  • 575
  • 1
  • 6
  • 25
0
votes
0 answers

Laravel mailJob not showing up in telescope

I send email with MailJob class. But i dont see any job in telescope jobs section. How can i fix that? Here is my LoginListener class which i send email when user login public function handle(Login $event) { //return dd($event->user->email); …
0
votes
1 answer

Clear laravel telescope manually

I have a running Laravel application in production, I noticed that the database is getting Giantic so I checked the storage size of each table: So it seems the telescope log is consuming a lot maybe because of a broken cron job, any way I run the…
ammcom
  • 992
  • 1
  • 7
  • 24
0
votes
0 answers

Catch external requests in Laravel Telescope

Is it possible to catch external requests in Laravel Telescope. I'm new to telescope and I've done my research but I couldn't find any blog/article that mentioned this except this but it didn't work for me I've Installed telescope on my app…
0
votes
1 answer

Neovim and telescope:find files with two strings

I am using telescope with Neovim to find files quickly. However, when I try to input two search strings seperate by space, telescope does not list any files. How can I search for files with two individual substrings in their path?
Cactus
  • 864
  • 1
  • 17
  • 44