问题标签 [telescope]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
bash - Trouble with installing the package telescope-posts
I am trying to get rid of the character/text limit which is found in the package https://github.com/TelescopeJS/Telescope/tree/master/packages/telescope-posts.
I tried just doing "meteor add telescope-posts" but I received the error:
I then tried to create a package but when I enter ".meteor/packages" or "myProjectName/.meteor/packages" I receive:
Any help on how to install the package telescope-posts is greatly appreciated. Thank you.
meteor - 如何编辑包望远镜帖子?
我通过“流星添加望远镜:帖子”安装了望远镜柱
我想编辑其中的posts.js 文件,但我找不到它,所以我从TelescopeJS github 页面下载了zip 文件,并尝试将telescopes-post 文件夹拖到我的.meteor 文件夹中。然后我在 Sublime 文本中打开了 posts.js 并编辑了以下几行:
我将“max”从“3000”更改为“10000”,试图提高字符限制,以便他们可以写更多。我做了“mup deploy”,但是当我尝试在“body”框中写更多内容时,我仍然只能写之前的少量内容。我是不是把文件夹放错地方了?如何给用户更高的字符限制?谢谢你。
javascript - Meteor.Error 正文不能超过 3000 个字符
我正在使用Telescope构建一个新应用程序,与 ProductHunt 相同。我在管理设置面板中从http://gigaom.com/feed/等其他网站导入了新的提要帖子。
在浏览器控制台中,我执行了Meteor.call ('fetchFeeds')
代码来测试提要。但是提要没有导入,在命令提示符中显示错误。
如何克服这个请回复。这将非常有帮助。谢谢你。
javascript - 覆盖流星用户帐户中的“禁止登录”错误消息
我已经构建了一个基本的望远镜应用程序。当我输入错误的密码时,它会显示错误消息'Login Forbidden'。我想更改与操作相关的错误消息。我应该在哪里以及包含哪些代码来进行更改?
meteor - TelescopeJs 数据区
我想在postThumbnail
区域内添加top
区域。我试着这样做
Telescope.modules.add("top","postThumbnail");
那没起效。谁能给我解决这个问题?
javascript - Meteor 没有检测到包裹
按照本教程,我创建了一个简单的package.js
引用qocustom.css
保存在同一目录中的 css 文件qopackage
所以qopackage
文件夹里面是package.js
和qocustom.css
文件。
我努力了:
- 将此文件夹移动到
/root/.meteor/packages/
(任务是项目名称) - 将此文件夹移动到
/root/quest/.meteor/local/build/programs/web.browser/packages/
(任务是项目名称)
通过这两种尝试,
试:
sudo meteor add qopackage
回报:
有人可以帮我解决这个问题吗?
- - 编辑 - -
这是两个文件的内容:
包.js:
qocustom.css:
meteor - `模板助手中的异常:TypeError:无法读取未定义的属性“未定义”
我使用Telescope创建了一个站点,但加载时我在浏览器控制台中收到此错误消息。如何修复此错误。
meteor - 嵌入缩略图 - 模糊
在我的 Telescope 应用程序中,我集成了 Embedly Thumbnail,缩略图正在显示,但非常模糊。我是否需要更改宽度和高度比,或者是否有任何选项可以让它看起来不错。
meteor - 从望远镜中移除视图
我一直在尝试从望远镜的模板中删除视图,因为我只使用每日视图并且唯一的选项是每日视图。然而,在尝试了几乎所有的事情之后,我找不到一种方法来做到这一点而不会导致网站崩溃。
我怎样才能做到这一点?
提前致谢
javascript - 元标签未显示
元标记未显示在我的流星应用程序的查看页面源中。但是当我在检查元素中查看它的显示时。
<meta name="fragment" content="!">
<title>Loading...</title>
<meta name="viewport" content="initial-scale=1.0">
<link id="rss-link" rel="alternate" type="application/rss+xml" title="New Posts" href="/feed.xml"/>
<link rel="icon" type="image/png" sizes="96x96" href="/favicon.png">
上面的代码片段来自视图页面源。