¿ªÔÆÌåÓý

Date

Re: Link to a file embedded in email?

 

Hi Doreen!

If I keep the file in the groups.io file area, can it provide me with
a link that members can use to get right to the file?
No.

The files area can only be accessed if you are currently logged in to Groups.io, and a member of the group. So the link would bring the recipient to a prompt to log in (unless the person happened to be logged in already).

In my messages, I provide a link to a schedule for upcoming meetings
that the members must be able to access, preferably with a click. ...
I'm trying to avoid making them go to their groups.io account - I
want it to be one step.
There are three areas in Groups.io groups that you can make open to the public. One is the calendar, and that might be a solution for you. The other two are the messages and the wiki.

If you can represent your schedule adequately in the group's Calendar, and set its access control to "Public and subscribers can view, moderators can edit", then you can pass a link to the calendar in your messages - and that link would work without requiring the recipient to log in.

If the formatting or features of the calendar don't work for your purpose, a page in your group's wiki might. Wiki pages are essentially free-form: they have a WYSIWYG editor, with the ability to edit the raw HTML as well. You may be able to essentially copy-and-paste your schedule document into a wiki page.

An advantage of either the calendar or a wiki page is that they are easy for you to edit, you don't have to create and upload a new file.

Shal


How do I set up a periodic message to a group?

 

On Yahoo I was able to send out a message automatically every month. I
don't see how to do this on groups.io but surely this must be a
feature?

Donald

The further a society drifts from truth the more it will hate those who
speak it. --George Orwell


Re: Link to a file embedded in email?

 

Yes and no. As long as they're signed in to the site, they can click a link to it and get the file. If they're not signed in, they'll need to do so before they can get the file. A log in is good for 30 days if you don't sign out on that device.

You'd upload the file, then right click on it to Copy Link Location (or hover on the file name to see the URL).

Duane


Link to a file embedded in email?

 

I use an automated email service in addition to groups.io. ?In my messages, I provide a link to a schedule for upcoming meetings that the members must be able to access, preferably with a click. Currently, I use dropbox to hold this file. If I keep the file in the groups.io file area, can it provide me with a link that members can use to get right to the file? I'm trying to avoid making them go to their groups.io account - I want it to be one step. Hope this makes sense. Thanks!


Re: How Do I Insert/Attach an Image to My Post? #howtoguide

JMichaelTX
 

Thanks Shal. ?I confirmed that it is easy to insert an image IF you are using the HTML post preference.
Looks like it is not possible with Markdown preference.

I have submitted a request to beta.groups.io to add this tool, and others, to the Markdown toolbar:

?


Re: Request: Add All HTML Tools/Buttons to Markdown Mode Toolbar #suggestion

JMichaelTX
 

I have submitted a request to the beta.groups.io:

?


Re: Request: Add Code Block to HTML Toolbar #suggestion

JMichaelTX
 

Per @Shal's suggestion, I have submitted this request to the beta.groups.io:

?


Re: Request: Add All HTML Tools/Buttons to Markdown Mode Toolbar #suggestion

 

JMichaelTX,

Request: Add All HTML Tools/Buttons to Markdown Mode Toolbar
I'm not sure Markdown can do all of those things. On the other hand, if you're going to ask, ask big.

Something like the GitHub formatting toolbar could be useful (GitHub is relevant because it is cited as being a reference for Groups.io's implementation of Markdown).


Of particular importance is the "Insert Image" tool/button.
*Currently there is NO way to do this when in Markdown Mode.*
Notably absent from the GitHub example is an Image button. I don't know how difficult that is to implement.

At some point the question becomes: if you want a WYSIWYG editor, why are you working in Markdown? I think the answer, for you, is covered by your other message: to get a feature not currently implemented for the HTML editor.

Shal


Request: Add All HTML Tools/Buttons to Markdown Mode Toolbar #suggestion

JMichaelTX
 

Request: ?Add All HTML Tools/Buttons to Markdown Mode Toolbar

The Toolbar while in Markdown Mode is woefully inadequate. ?It has only one tool/button: ?Add Attachment.

Screenshot of Markdown Toolbar:




Whereas the HTML Toolbar is very full-featured: ?Screenshot:



Of particular importance is the "Insert Image" tool/button. ?Currently there is NO way to do this when in Markdown Mode.

As a bare minimum, please add the "Insert Image" tool/button/action to the Markdown Toolbar.

Thanks.


Request: Add Code Block to HTML Toolbar #suggestion

JMichaelTX
 

Please add a tool/button to insert a Code Block with syntax highlighting to the Toolbar in HTML Mode.

This feature exists when in Markdown Mode, but not when in HTML Mode.
In Markdown mode, like many other web sites/forums, including GitHub, you can type the following to setup a Code Block:

```applescript
on getContactEMail(pContactName)
??
? try
? ? tell application "Contacts" to set emailStr to (value of email of first person whose name is pContactName) as text
? on error
? ? set emailStr to "[ERROR] Contact Not Found: " & pContactName
? end try
??
? return emailStr
??
end getContactEMail
?
```
This would produce syntax coloring like this:




This is very important to groups.io groups that are centered around coding/scripting.
The Markdown toolbar is near non-existent, so we need the HTML Mode/Toolbar for important stuff like inserting images, and ease of use.

Thanks.


Re: How Do I Insert/Attach an Image to My Post? #howtoguide

 

JMichaelTX,

Request: How do we get the HTML toolbar/functions/actions added to
the Markdown toolbar?
I suggest posting a message on the beta group. It could be very much like what you just posted - I think the explanatory screenshots are excellent.


GMF is a user-to-user group, with no known involvement by anyone at Groups.io. The beta group is the official "suggestions box" for improvements to the Groups.io service.

Shal
GMF Owner


Re: How Do I Insert/Attach an Image to My Post? #howtoguide

JMichaelTX
 

¿ªÔÆÌåÓý

Frances,

Of course, the photo icon (or "Add Pictures" button) is available ONLY when in HTML mode.

Drag/Drop does not work for me either in HTML mode.

Best Regards,

JMichaelTX


From: <[email protected]> on behalf of Frances <travel@...>
Reply-To: "[email protected]" <[email protected]>
Date: Tuesday, July 18, 2017 at 4:16 PM
To: "[email protected]" <[email protected]>
Subject: Re: [GMF] How Do I Insert/Attach an Image to My Post? #howtoguide

I find it easy to attach photos by browsing and attaching using the photo icon, but I find it hard to drag and drop using MacOS.?
Has anyone had any luck with that? It might just be that I am not doing it right, of course!

Frances


Re: How Do I Insert/Attach an Image to My Post? #howtoguide

JMichaelTX
 

¿ªÔÆÌåÓý

Shal,

Thanks for the reply. ?I thought I'd try an email reply to see if that makes it easier to include images in a post.

I do?have my preference set to "Markdown". ?This is required in order to be able to code block with syntax highlighting. ?All of my groups.io forums (except this one) are about scripting/coding, code blocks are very important and frequently used.

Here's the no-toolbar "toolbar" shown when "Markdown" is set a preference:
(screenshot of Markdown toolbar)


and when HTML is the Preference:
(screenshot of HTML toolbar)


I tried the "Attachment" tool on the Markdown toolbar, and it did allow me to upload an image, but it does NOT display the image inline with the post text. ?This makes it much less effective.

Request: ?How do we get the HTML toolbar/functions/actions added to the Markdown toolbar?


Best Regards,

JMichaelTX


From: <[email protected]> on behalf of Shal Farley <shals2nd@...>
Reply-To: "[email protected]" <[email protected]>
Date: Tuesday, July 18, 2017 at 3:45 PM
To: "[email protected]" <[email protected]>
Subject: Re: [GMF] How Do I Insert/Attach an Image to My Post? #howtoguide

JMichaelTX,

>?????? How Do I Insert/Attach an Image to My Post?

You apparently have your Post Preference set to Markdown. I'm not sure
how to do that in Groups.io's flavor of Markdown, or if you can. There's
a link to follow which should lead you to some instructions.

If your Post Preference was set to HTML you'd click on the "Add Picture"
button, then drag-and-drop or Browse to the file.

Shal


Re: How Do I Insert/Attach an Image to My Post? #howtoguide

 

I find it easy to attach photos by browsing and attaching using the photo icon, but I find it hard to drag and drop using MacOS.?
Has anyone had any luck with that? It might just be that I am not doing it right, of course!

Frances


Re: seeing past members (premium groups)

 

Sara,

Are you saying you want to view what other groups a person who isn't
a member of your group belongs to or ever belonged to?
I thought it was pretty clear that J was talking about activity in her group, by a former member of that group. The same information a moderator could see before the member left.

Shal


Re: How Do I Insert/Attach an Image to My Post? #howtoguide

 

JMichaelTX,

How Do I Insert/Attach an Image to My Post?
You apparently have your Post Preference set to Markdown. I'm not sure how to do that in Groups.io's flavor of Markdown, or if you can. There's a link to follow which should lead you to some instructions.

If your Post Preference was set to HTML you'd click on the "Add Picture" button, then drag-and-drop or Browse to the file.

Shal


Re: seeing past members (premium groups)

 

Are you saying you want to view what other groups a person who isn't a member of your group belongs to or ever belonged to?

If yes, then that's pretty intrusive.?

Sara

On Jul 15, 2017 4:47 PM, "J_Catlady" <j.olivia.catlady@...> wrote:
Mark announced awhile back that he would include a feature that allows premium groups to maintain/access member pages for past members. Instead, he seems to have created access to a list of email addresses of past members. There's still no way to see any of the members' activities, let alone their member pages. The list entries are not clickable, and you still have to search (often vainly) through the activity history to find whatever the member did. Even their +owner messages are gone: I found an entry in the group activity, by searching explicitly for +owner messages, a +owner message from a past member. The message looked clickable, and i thought that would be a way in, but clicking on it just took me back to the group home page. These members seem completely inaccessible as before.

I voiced a mild query (complaint/suggestion) about this on beta a few weeks ago but heard nothing back from Mark. Does anyone know the status of this? Is it still on trello, or does Mark consider the "past members" list (which is virtually useless) the implementation of it?

I remember that before Mark agreed to add the feature (in the "old days," he was going to do it for all groups, not just premium), the idea was to be able to more easily access the activities of past members, because the member page goes away. Someone at the time (this was in beta), possibly Mark, said it was easy to find their activities anyway by doing some search or other. That has never worked for me, because a search by email address on the group activity log fails. It just returns the entire activity log. So if this feature is no longer in the works, or if (god forbid) Mark considers it "done" by virtue of the "past members" list, does anyone know how to find all activity of a past member?

J


How Do I Insert/Attach an Image to My Post? #howtoguide

JMichaelTX
 

I've done quite a bit of searching, and cannot find the answer to:

How Do I Insert/Attach an Image to My Post?

It is very frustrating. I am used to forums where it is extremely easy, like Discourse, for example.

Discourse uses a drag/drop or copy/paste mechanism. The image file is auto-uploaded and linked without any work from the user.


Re: Quoted text in Replies - Is it possible to alter appearance

J_Catlady
 

Somehow the message before my last one did not make it through. You can click on the three dots in my prior message to see that my point is that the normalize-HTML setting has nothing to do with this (because the purple comes from gmail, not from a purple font sent by the user), but that the strip-HTML setting does affect it.

J

[mod note: It came through out-of-order because I accidentally skipped it while approving messages earlier. On site they appear in approval order, but if you read individual messages by email it may appear in the J's sending order, depending on your email service and settings.]


Re: Quoted text in Replies - Is it possible to alter appearance

J_Catlady
 

Shal and John,

I don't think "normalize HTML" would have anything to do with this.?

I'm no email guru, but I think the purple color comes from the email server seeking to distinguish quoted text from non-quoted text, depending on what it receives from , not from any purple color the *user* sends on the front end.

i've determine that the strip-HTML setting, however, DOES affect what's going on. I'm not sure it applies to John's member's situation, but as I said, if the group's strip-HTML setting is set, then my gmail does not distinguish the quoted text in purple. I've surmised that's because "processes out" the '>' signs, leaving gmail unable to see that the text was quoted material.

J?

On Mon, Jul 17, 2017 at 11:42 PM, John P <vantravel50@...> wrote:
On Mon, Jul 17, 2017 at 08:02 am, Shal Farley wrote:
You might have a look at the "Normalize HTML Emails" option in the Message Formatting section of your group's Settings page. If you have that box checked then color or font changes won't be shown on your group's messages on site.
Thanks Shal for your comments. FWIW, I don't have the Normalize HTML Emails box checked.

I've asked the member to identify which messages are causing him problems so we'll see what that reveals.

John P